mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05:00
Updated button styles to use relative sizings
This commit is contained in:
parent
af8387d1f4
commit
4d59c7a694
1 changed files with 4 additions and 4 deletions
|
@ -14,10 +14,10 @@ a.kg-btn {
|
|||
display: flex;
|
||||
position: static;
|
||||
align-items: center;
|
||||
padding: 0 2.0rem;
|
||||
height: 4.0rem;
|
||||
line-height: 4.0rem;
|
||||
font-size: 1.65rem;
|
||||
padding: 0 1.2em;
|
||||
height: 2.4em;
|
||||
line-height: 1em;
|
||||
font-size: 0.95em;
|
||||
font-weight: 600;
|
||||
text-decoration: none;
|
||||
border-radius: 5px;
|
||||
|
|
Loading…
Add table
Reference in a new issue