summaryrefslogtreecommitdiff
path: root/superhero/bootswatch.less
diff options
context:
space:
mode:
authorThomas Park <thomas@thomaspark.co>2015-12-10 12:34:10 -0500
committerThomas Park <thomas@thomaspark.co>2015-12-10 12:34:10 -0500
commit8157c4f2da5266e4f4b5a015d3ee1f25221974c9 (patch)
tree2f181c260dcf68243ddce3fc2234f0bc15ea10bb /superhero/bootswatch.less
parentd45c14df9e94921028b0a48e9f3ddbb2a07a5d73 (diff)
superhero: use font-size-small, closes #535
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,