diff options
| author | Mark Otto <[email protected]> | 2013-08-18 20:10:14 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-08-18 20:10:14 -0700 |
| commit | 2e9184366129139bb9b64b679a0e75a3c556465e (patch) | |
| tree | df224538a837a3701f088d1283caa0afaf10c074 /less/theme.less | |
| parent | 93887f4bd001005e75ef636ef7600c6bcc9a61f4 (diff) | |
| parent | e6ff75bcea01a75306e7a747103b0647bec909af (diff) | |
| download | bootstrap-2e9184366129139bb9b64b679a0e75a3c556465e.tar.xz bootstrap-2e9184366129139bb9b64b679a0e75a3c556465e.zip | |
Merge pull request #9818 from twbs/bs3_alert_base_class
BS3: Refactor alerts to require a modifier class
Diffstat (limited to 'less/theme.less')
| -rw-r--r-- | less/theme.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/less/theme.less b/less/theme.less index d2f98f2fb..380be4076 100644 --- a/less/theme.less +++ b/less/theme.less @@ -148,9 +148,9 @@ } // Apply the mixin to the alerts -.alert { .alert-styles(@alert-bg); } .alert-success { .alert-styles(@alert-success-bg); } .alert-info { .alert-styles(@alert-info-bg); } +.alert-warning { .alert-styles(@alert-warning-bg); } .alert-danger { .alert-styles(@alert-danger-bg); } |
