aboutsummaryrefslogtreecommitdiff
path: root/less/variables.less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-02-17 22:20:49 -0800
committerMark Otto <[email protected]>2013-02-17 22:20:49 -0800
commitacdffe696cf29f51c659a18eeca304512ff47048 (patch)
tree978b61ac4f776eb56a02d181d4180a383a76885c /less/variables.less
parentf6ec2c5dac371b0b1d56abd65be548ee5ed075c8 (diff)
downloadbootstrap-acdffe696cf29f51c659a18eeca304512ff47048.tar.xz
bootstrap-acdffe696cf29f51c659a18eeca304512ff47048.zip
Bring back the label, make it scale somewhat with the font-size of the parent using percentages and ems
Diffstat (limited to 'less/variables.less')
-rw-r--r--less/variables.less8
1 files changed, 8 insertions, 0 deletions
diff --git a/less/variables.less b/less/variables.less
index 9eb84ddaa..2b6fa6e1b 100644
--- a/less/variables.less
+++ b/less/variables.less
@@ -271,6 +271,14 @@
@popover-arrow-outer-color: rgba(0,0,0,.25);
+// Labels
+// -------------------------
+@label-success-background: @brand-success;
+@label-info-background: @brand-info;
+@label-warning-background: @brand-warning;
+@label-danger-background: @brand-danger;
+
+
// Modals
// -------------------------