0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-24 23:48:13 -05:00

Updated link styles in Button and Email CTA cards

This commit is contained in:
Peter Zimon 2021-11-10 15:42:35 +01:00
parent 091e44a562
commit 68d599f4a9
3 changed files with 20 additions and 6 deletions

View file

@ -976,4 +976,18 @@ figure {
top: 0;
bottom: 0;
z-index: 400;
}
.kg-settings-link-title {
font-weight: 600;
letter-spacing: 0;
line-height: 1em;
}
.kg-settings-link-url {
font-weight: 400;
font-size: 1.2rem;
color: var(--midgrey);
letter-spacing: 0;
line-height: 1em;
}

View file

@ -83,8 +83,8 @@
@renderInPlace={{false}} {{!-- avoid dropdown inheriting editor styles --}}
as |suggestion|
>
<span class="db b">{{suggestion.name}}</span>
{{suggestion.url}}
<span class="kg-settings-link-title" title="{{suggestion.name}}">{{suggestion.name}}</span>
<span class="kg-settings-link-url" title="{{suggestion.url}}">{{suggestion.url}}</span>
</GhInputWithSelect>
</div>
</div>

View file

@ -171,8 +171,8 @@
@renderInPlace={{false}} {{!-- avoid dropdown inheriting editor styles --}}
as |suggestion|
>
<span class="db b">{{suggestion.name}}</span>
{{suggestion.url}}
<span class="kg-settings-link-title" title="{{suggestion.name}}">{{suggestion.name}}</span>
<span class="kg-settings-link-url" title="{{suggestion.url}}">{{suggestion.url}}</span>
</GhInputWithSelect>
</div>
</div>
@ -220,8 +220,8 @@
@renderInPlace={{false}} {{!-- avoid dropdown inheriting editor styles --}}
as |suggestion|
>
<span class="db b">{{suggestion.name}}</span>
{{suggestion.url}}
<span class="kg-settings-link-title" title="{{suggestion.name}}">{{suggestion.name}}</span>
<span class="kg-settings-link-url" title="{{suggestion.url}}">{{suggestion.url}}</span>
</GhInputWithSelect>
{{/if}}
</form>