mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
Update old button selectors 'small' and 'large' to be 'btn-small' and 'btn-large'
This commit is contained in:
parent
3d58b46226
commit
e18a35784a
1 changed files with 2 additions and 2 deletions
|
@ -172,11 +172,11 @@ input[type="submit"].btn {
|
||||||
// IE7 has some default padding on button controls
|
// IE7 has some default padding on button controls
|
||||||
*padding-top: 2px;
|
*padding-top: 2px;
|
||||||
*padding-bottom: 2px;
|
*padding-bottom: 2px;
|
||||||
&.large {
|
&.btn-large {
|
||||||
*padding-top: 7px;
|
*padding-top: 7px;
|
||||||
*padding-bottom: 7px;
|
*padding-bottom: 7px;
|
||||||
}
|
}
|
||||||
&.small {
|
&.btn-small {
|
||||||
*padding-top: 3px;
|
*padding-top: 3px;
|
||||||
*padding-bottom: 3px;
|
*padding-bottom: 3px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue