INSR-8434: remove unnecessary text-transform
This commit is contained in:
parent
053cd44cbe
commit
e698862aa5
1 changed files with 1 additions and 6 deletions
|
|
@ -57,7 +57,7 @@
|
||||||
ref="stateQuestion"
|
ref="stateQuestion"
|
||||||
v-model="state"
|
v-model="state"
|
||||||
inputId="state"
|
inputId="state"
|
||||||
class="form-group state-dropdown"
|
class="form-group"
|
||||||
:cmsWidgetName="widget.stateQuestion"
|
:cmsWidgetName="widget.stateQuestion"
|
||||||
:options="getStates"
|
:options="getStates"
|
||||||
isDisabled />
|
isDisabled />
|
||||||
|
|
@ -308,11 +308,6 @@ export default {
|
||||||
.form-group {
|
.form-group {
|
||||||
margin-bottom: 1.25rem;
|
margin-bottom: 1.25rem;
|
||||||
}
|
}
|
||||||
.state-dropdown {
|
|
||||||
:deep(option) {
|
|
||||||
text-transform: uppercase;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
.same-address-checkbox {
|
.same-address-checkbox {
|
||||||
:deep(.form-check-input) {
|
:deep(.form-check-input) {
|
||||||
&:checked + label p,
|
&:checked + label p,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue