mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-05-20 01:31:52 +00:00
Merge branch 'billyvg-main' into 2.0.2-wip
This commit is contained in:
commit
2b8fc018ba
1 changed files with 2 additions and 2 deletions
|
|
@ -171,11 +171,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…
Reference in a new issue