better small button styles
This commit is contained in:
parent
742f156c7d
commit
5e22fc5085
1 changed files with 4 additions and 4 deletions
|
@ -25,7 +25,7 @@
|
|||
border: 2px solid;
|
||||
padding: 13px 38px 14px; /* This way we don't change the button size, as there's no border on other buttons */
|
||||
&.small-btn {
|
||||
padding: 5px 17px 6px;
|
||||
padding: 8px 14px 9px; /* This padding is 2px smaller than the normal small-btn padding to account for the border */
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -61,7 +61,7 @@
|
|||
}
|
||||
|
||||
.small-btn {
|
||||
padding: 7px 19px 8px;
|
||||
font-size: 1em;
|
||||
border-radius: 7px; /* rounded corners */
|
||||
padding: 10px 15px 11px;
|
||||
font-size: .9em;
|
||||
border-radius: 4px; /* rounded corners */
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue