9 lines
199 B
SCSS
9 lines
199 B
SCSS
|
|
.state-field {
|
||
|
|
.state-drop { display: none }
|
||
|
|
.state-other { display: block;}
|
||
|
|
|
||
|
|
&.has-state-options {
|
||
|
|
.state-drop { display: block; }
|
||
|
|
.state-other { display: none; }
|
||
|
|
}
|
||
|
|
}
|