mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-02 16:04:07 +03:00
xs button is xs-er (fixes #9695)
This commit is contained in:
Vendored
+2
-2
@@ -2277,7 +2277,7 @@ fieldset[disabled] .btn-link:focus {
|
||||
}
|
||||
|
||||
.btn-xs {
|
||||
padding: 3px 5px;
|
||||
padding: 1px 5px;
|
||||
}
|
||||
|
||||
.btn-block {
|
||||
@@ -3838,7 +3838,7 @@ button.close {
|
||||
|
||||
.btn-group-xs > .btn {
|
||||
padding: 5px 10px;
|
||||
padding: 3px 5px;
|
||||
padding: 1px 5px;
|
||||
font-size: 12px;
|
||||
line-height: 1.5;
|
||||
border-radius: 3px;
|
||||
|
||||
Reference in New Issue
Block a user