summaryrefslogtreecommitdiff
path: root/superhero/bootswatch.less
diff options
context:
space:
mode:
Diffstat (limited to 'superhero/bootswatch.less')
-rw-r--r--superhero/bootswatch.less12
1 files changed, 6 insertions, 6 deletions
diff --git a/superhero/bootswatch.less b/superhero/bootswatch.less
index 071835df..2a307b83 100644
--- a/superhero/bootswatch.less
+++ b/superhero/bootswatch.less
@@ -14,7 +14,7 @@
.navbar {
.box-shadow(none);
border: none;
- font-size: 12px;
+ font-size: @font-size-small;
&-default {
@@ -45,7 +45,7 @@
&-sm,
&-xs {
- font-size: 12px;
+ font-size: @font-size-small;
}
}
@@ -87,7 +87,7 @@
.box-shadow(none);
> li > a {
- font-size: 12px;
+ font-size: @font-size-small;
}
}
@@ -96,14 +96,14 @@
}
.dropdown-header {
- font-size: 12px;
+ font-size: @font-size-small;
}
// Tables =====================================================================
table,
.table {
- font-size: 12px;
+ font-size: @font-size-small;
a:not(.btn) {
color: #fff;
@@ -139,7 +139,7 @@ label,
.radio label,
.checkbox label,
.help-block {
- font-size: 12px;
+ font-size: @font-size-small;
}
.input-addon,