aboutsummaryrefslogtreecommitdiff
path: root/less/button-groups.less
diff options
context:
space:
mode:
Diffstat (limited to 'less/button-groups.less')
-rw-r--r--less/button-groups.less6
1 files changed, 3 insertions, 3 deletions
diff --git a/less/button-groups.less b/less/button-groups.less
index b6913b13c..aa45bdd6d 100644
--- a/less/button-groups.less
+++ b/less/button-groups.less
@@ -20,8 +20,8 @@
// Optional: Group multiple button groups together for a toolbar
.btn-toolbar {
font-size: 0; // Hack to remove whitespace that results from using inline-block
- margin-top: @baseLineHeight / 2;
- margin-bottom: @baseLineHeight / 2;
+ margin-top: @base-line-height / 2;
+ margin-bottom: @base-line-height / 2;
> .btn + .btn,
> .btn-group + .btn,
> .btn + .btn-group {
@@ -40,7 +40,7 @@
.btn-group > .btn,
.btn-group > .dropdown-menu,
.btn-group > .popover {
- font-size: @baseFontSize; // redeclare as part 2 of font-size inline-block hack
+ font-size: @base-font-size; // redeclare as part 2 of font-size inline-block hack
}
// Reset fonts for other sizes