mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-13 22:41:32 -05:00
Minor visual bugfixes
- Line height on forgotten password butotn - Regresson in button display mode
This commit is contained in:
parent
5662ccc3f7
commit
5547f93535
2 changed files with 3 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue