summaryrefslogtreecommitdiff
path: root/lumen/bootstrap.css
diff options
context:
space:
mode:
Diffstat (limited to 'lumen/bootstrap.css')
-rw-r--r--lumen/bootstrap.css14
1 files changed, 14 insertions, 0 deletions
diff --git a/lumen/bootstrap.css b/lumen/bootstrap.css
index f25f4fff..95d83060 100644
--- a/lumen/bootstrap.css
+++ b/lumen/bootstrap.css
@@ -5703,6 +5703,7 @@ button.close {
border-width: 0 1px 4px 1px;
}
.btn {
+ padding: 8px 12px 7px;
border-width: 0 1px 4px 1px;
font-size: 12px;
font-weight: bold;
@@ -5718,6 +5719,19 @@ button.close {
-webkit-box-shadow: none;
box-shadow: none;
}
+.btn-lg,
+.btn-group-lg > .btn {
+ padding: 14px 16px 13px;
+ line-height: 15px;
+}
+.btn-sm,
+.btn-group-sm > .btn {
+ padding: 4px 10px;
+}
+.btn-xs,
+.btn-group-xs > .btn {
+ padding: 1px 5px;
+}
.btn-default:hover,
.btn-default:focus,
.btn-group.open .dropdown-toggle.btn-default {