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,
|
label,
|
||||||
.checkbox.form-group label,
|
.checkbox.form-group label {
|
||||||
.label {
|
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
color: hsl(0,0%,60%);
|
color: hsl(0,0%,60%);
|
||||||
display: block;
|
display: block;
|
||||||
|
@ -592,7 +591,7 @@ fieldset {
|
||||||
|
|
||||||
fieldset .form-group {
|
fieldset .form-group {
|
||||||
padding: 0 4px;
|
padding: 0 4px;
|
||||||
|
|
||||||
&:last-child {
|
&:last-child {
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue