Fixed BS .label class.
This commit is contained in:
parent
f89f6fc47d
commit
1e8aaa37a8
1 changed files with 2 additions and 3 deletions
|
@ -572,8 +572,7 @@ h5 {
|
|||
}
|
||||
|
||||
label,
|
||||
.checkbox.form-group label,
|
||||
.label {
|
||||
.checkbox.form-group label {
|
||||
text-transform: uppercase;
|
||||
color: hsl(0,0%,60%);
|
||||
display: block;
|
||||
|
@ -592,7 +591,7 @@ fieldset {
|
|||
|
||||
fieldset .form-group {
|
||||
padding: 0 4px;
|
||||
|
||||
|
||||
&:last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue