diff options
| author | Jacob Thornton <[email protected]> | 2011-09-10 16:51:03 -0700 |
|---|---|---|
| committer | Jacob Thornton <[email protected]> | 2011-09-10 16:51:03 -0700 |
| commit | 57a8672b77a219b99215b781740cc9cf5f7fc1a5 (patch) | |
| tree | 751350066ffce2704e7f1bd8d379ad17e83fe84b /lib/patterns.less | |
| parent | 23d2fed905c33e1e18c1e8a04bfccbdfe7029cf3 (diff) | |
| parent | 091402760903ed0f2393c09c315fd91e8b6579fe (diff) | |
| download | bootstrap-57a8672b77a219b99215b781740cc9cf5f7fc1a5.tar.xz bootstrap-57a8672b77a219b99215b781740cc9cf5f7fc1a5.zip | |
Merge branch '1.3-wip' of github.com:twitter/bootstrap into 1.3-wip
Diffstat (limited to 'lib/patterns.less')
| -rw-r--r-- | lib/patterns.less | 20 |
1 files changed, 19 insertions, 1 deletions
diff --git a/lib/patterns.less b/lib/patterns.less index 3e0f56209..53ad3f991 100644 --- a/lib/patterns.less +++ b/lib/patterns.less @@ -900,7 +900,7 @@ input[type=submit].btn { } -// Pattern Animations +// PATTERN ANIMATIONS // ------------------ .fade { @@ -909,4 +909,22 @@ input[type=submit].btn { &.in { opacity: 1; } +} + + +// LABELS +// ------ + +.label { + padding: 1px 3px 2px; + background-color: @grayLight; + font-size: @basefont * .75; + font-weight: bold; + color: @white; + text-transform: uppercase; + .border-radius(3px); + &.important { background-color: #c43c35; } + &.warning { background-color: @orange; } + &.success { background-color: @green; } + &.notice { background-color: lighten(@blue, 25%); } }
\ No newline at end of file |
