From acdffe696cf29f51c659a18eeca304512ff47048 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 17 Feb 2013 22:20:49 -0800 Subject: Bring back the label, make it scale somewhat with the font-size of the parent using percentages and ems --- less/variables.less | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'less/variables.less') 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 // ------------------------- -- cgit v1.2.3