2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-05 16:42:29 +03:00

adding code and .label sections to type section

This commit is contained in:
Mark Otto
2011-09-10 15:29:38 -07:00
parent 6d99ae5659
commit 99ede580cf
8 changed files with 211 additions and 19 deletions
+19 -1
View File
@@ -897,7 +897,7 @@ input[type=submit].btn {
}
// Pattern Animations
// PATTERN ANIMATIONS
// ------------------
.fade {
@@ -906,4 +906,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%); }
}