Commit 771ac320 authored by Mark Otto's avatar Mark Otto

xs button is xs-er (fixes #9695)

parent 4684e0c0
......@@ -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;
......
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -131,7 +131,7 @@
.button-size(@padding-small-vertical; @padding-small-horizontal; @font-size-small; @line-height-small; @border-radius-small);
}
.btn-xs {
padding: 3px 5px;
padding: 1px 5px;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment