mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-10 23:36:14 -05:00
Added option for large buttons
This commit is contained in:
parent
cc785cc981
commit
60635991db
1 changed files with 6 additions and 0 deletions
|
@ -190,6 +190,12 @@ form {
|
|||
background: #f8f8f8;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
&.large {
|
||||
padding: 1em 1.8em;
|
||||
font-size: 14px;
|
||||
line-height: 16px;
|
||||
}
|
||||
}
|
||||
|
||||
// This is the default button style
|
||||
|
|
Loading…
Add table
Reference in a new issue