mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-23 22:11:09 +03:00
Minor visual bugfixes
- Line height on forgotten password butotn - Regresson in button display mode
This commit is contained in:
parent
87b197ffc9
commit
bdfd972bad
@ -41,6 +41,8 @@
|
||||
border-radius: 0;
|
||||
text-transform: none;
|
||||
letter-spacing: 0;
|
||||
font-size: 1.1rem;
|
||||
line-height: 1.2rem;
|
||||
/* Needs white BG to hide ugly lastpass icon */
|
||||
}
|
||||
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
/* Base button style */
|
||||
.btn {
|
||||
display: inline-block;
|
||||
margin-bottom: 0;
|
||||
padding: 9px 15px;
|
||||
border: #dfe1e3 1px solid;
|
||||
|
Loading…
Reference in New Issue
Block a user