mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-25 09:03:12 +03:00
Refined badge style
This commit is contained in:
parent
c2a8f6d6e0
commit
d19934ff8c
@ -3,7 +3,7 @@
|
||||
|
||||
.gh-badge {
|
||||
display: inline-block;
|
||||
padding: 3px 4px;
|
||||
padding: 3px 9px;
|
||||
color: var(--green-d2);
|
||||
font-size: 1.2rem;
|
||||
line-height: 1em;
|
||||
@ -14,7 +14,7 @@
|
||||
white-space: nowrap;
|
||||
user-select: none;
|
||||
background: color-mod(var(--green) a(20%));
|
||||
border-radius: 3px;
|
||||
border-radius: 999px;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
|
@ -237,17 +237,17 @@
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
height: 19px;
|
||||
padding: 0 4px;
|
||||
padding: 0 9px;
|
||||
}
|
||||
|
||||
.gh-content-status-published {
|
||||
color: var(--midgrey);
|
||||
background: var(--whitegrey);
|
||||
display: inline-block;
|
||||
border-radius: 3px;
|
||||
border-radius: 999px;
|
||||
text-transform: uppercase;
|
||||
font-size: 1.2rem;
|
||||
padding: 0 3px;
|
||||
padding: 0 9px;
|
||||
font-weight: 500;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user