mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-24 23:48:13 -05:00
Changed public preview divider symbols color
This commit is contained in:
parent
905df906da
commit
4263cc7343
3 changed files with 3 additions and 2 deletions
|
@ -364,9 +364,9 @@
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
outline: none;
|
outline: none;
|
||||||
color: var(--green-d1);
|
color: var(--green-d1);
|
||||||
|
font-weight: 500;
|
||||||
text-decoration: none !important;
|
text-decoration: none !important;
|
||||||
text-transform: none;
|
text-transform: none;
|
||||||
font-weight: 500;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.gh-td-marketplace span {
|
.gh-td-marketplace span {
|
||||||
|
|
|
@ -1048,6 +1048,7 @@
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
font-size: 1.2rem;
|
font-size: 1.2rem;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
|
white-space: pre;
|
||||||
}
|
}
|
||||||
|
|
||||||
.kg-paywall-separator::before,
|
.kg-paywall-separator::before,
|
||||||
|
|
|
@ -8,5 +8,5 @@
|
||||||
@hasEditMode={{false}}
|
@hasEditMode={{false}}
|
||||||
@editor={{this.editor}}
|
@editor={{this.editor}}
|
||||||
>
|
>
|
||||||
<div class="kg-paywall-separator">Free public preview ↑ / ↓ Only visible to members</div>
|
<div class="kg-paywall-separator">Free public preview <span class="green">↑</span> / <span class="green">↓</span> Only visible to members</div>
|
||||||
</KoenigCard>
|
</KoenigCard>
|
Loading…
Add table
Reference in a new issue