mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-11 18:02:28 +03:00
breaking out patterns.less even more, removing unnecessary div from checkbox and radio lists--now just labels and inputs
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
// LABELS
|
||||
// ------
|
||||
|
||||
.label {
|
||||
padding: 1px 3px 2px;
|
||||
font-size: @baseFontSize * .75;
|
||||
font-weight: bold;
|
||||
color: @white;
|
||||
text-transform: uppercase;
|
||||
background-color: @grayLight;
|
||||
.border-radius(3px);
|
||||
&.important { background-color: #c43c35; }
|
||||
&.warning { background-color: @orange; }
|
||||
&.success { background-color: @green; }
|
||||
&.notice { background-color: lighten(@blue, 25%); }
|
||||
}
|
||||
Reference in New Issue
Block a user