update grid bg to 18px baseline, updated docs for disabled buttons
This commit is contained in:
parent
b11784fec0
commit
25d9a2f2b8
6 changed files with 41 additions and 13 deletions
|
|
@ -89,7 +89,7 @@ a {
|
|||
}
|
||||
&.large {
|
||||
font-size: 16px;
|
||||
line-height: 30px;
|
||||
line-height: 28px;
|
||||
.border-radius(6px);
|
||||
}
|
||||
&.small {
|
||||
|
|
@ -97,6 +97,12 @@ a {
|
|||
padding-left: 9px;
|
||||
font-size: 11px;
|
||||
}
|
||||
&:disabled,
|
||||
&.disabled {
|
||||
background-image: none;
|
||||
.opacity(65);
|
||||
cursor: default;
|
||||
}
|
||||
}
|
||||
// Help Firefox not be a douche about adding extra padding to buttons
|
||||
button.btn,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue