Change style of usa-input__title to normal font weight, remove repetitive css for styling usa-input__title
This commit is contained in:
parent
a72b48b84c
commit
f1f66af961
@ -197,6 +197,5 @@
|
|||||||
|
|
||||||
& > fieldset.usa-input__choices label {
|
& > fieldset.usa-input__choices label {
|
||||||
display: inline;
|
display: inline;
|
||||||
font-weight: $font-normal;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -156,10 +156,6 @@ body {
|
|||||||
.checkbox {
|
.checkbox {
|
||||||
margin-left: 3rem;
|
margin-left: 3rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
&__title {
|
|
||||||
font-weight: $font-normal;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
input[type="checkbox"] {
|
input[type="checkbox"] {
|
||||||
|
@ -88,6 +88,7 @@
|
|||||||
|
|
||||||
&__title {
|
&__title {
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
font-weight: $font-normal;
|
||||||
|
|
||||||
&-inline {
|
&-inline {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
@ -34,6 +34,10 @@
|
|||||||
|
|
||||||
.input__inline-fields {
|
.input__inline-fields {
|
||||||
text-align: left;
|
text-align: left;
|
||||||
|
|
||||||
|
.usa-input__choices label {
|
||||||
|
font-weight: $font-bold;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.input__inline-fields {
|
.input__inline-fields {
|
||||||
|
@ -137,11 +137,6 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.usa-input__title,
|
|
||||||
.usa-input__title-inline {
|
|
||||||
font-weight: $font-normal;
|
|
||||||
}
|
|
||||||
|
|
||||||
.panel {
|
.panel {
|
||||||
@include shadow-panel;
|
@include shadow-panel;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user