diff options
| author | Mark Otto <[email protected]> | 2013-08-05 20:01:45 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-08-05 20:01:45 -0700 |
| commit | 1d1e21aff6c131be7c911e2b83febe339fa48272 (patch) | |
| tree | 0355fdccf1ff8599f63a883dd4723c8d977e1e00 /less/variables.less | |
| parent | ac3cb6974ad0573812b65a2054a5809da9946cb6 (diff) | |
| parent | 219f0fe7c54d6ece4fcfc58b140189c12e63f360 (diff) | |
| download | bootstrap-1d1e21aff6c131be7c911e2b83febe339fa48272.tar.xz bootstrap-1d1e21aff6c131be7c911e2b83febe339fa48272.zip | |
Merge pull request #9123 from twbs/bs3_alerts_default_class
Update labels to include a base class (fixes #8752)
Diffstat (limited to 'less/variables.less')
| -rw-r--r-- | less/variables.less | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/less/variables.less b/less/variables.less index aaebe5bda..27b13c3ab 100644 --- a/less/variables.less +++ b/less/variables.less @@ -381,6 +381,8 @@ // Labels // ------------------------- + +@label-default-bg: @gray-light; @label-success-bg: @brand-success; @label-info-bg: @brand-info; @label-warning-bg: @brand-warning; |
