mirror of
https://github.com/nasa/openmct.git
synced 2025-01-19 11:17:04 +00:00
parent
f1b6d7f749
commit
8bb5a47b88
@ -163,7 +163,7 @@ label.radio.custom {
|
||||
}
|
||||
|
||||
label.checkbox.custom input:checked ~ em:before { content: "\32"; }
|
||||
label.radio.custom input:checked ~ em:before { content: "\e607"; }
|
||||
label.radio.custom input:checked ~ em:before { content: "\e619"; }
|
||||
|
||||
.input-labeled {
|
||||
margin-left: $interiorMargin;
|
||||
|
@ -2360,7 +2360,7 @@ label.checkbox.custom input:checked ~ em:before {
|
||||
|
||||
/* line 166, ../../../../general/res/sass/controls/_controls.scss */
|
||||
label.radio.custom input:checked ~ em:before {
|
||||
content: "\e607"; }
|
||||
content: "\e619"; }
|
||||
|
||||
/* line 168, ../../../../general/res/sass/controls/_controls.scss */
|
||||
.input-labeled {
|
||||
|
@ -2285,7 +2285,7 @@ label.checkbox.custom input:checked ~ em:before {
|
||||
|
||||
/* line 166, ../../../../general/res/sass/controls/_controls.scss */
|
||||
label.radio.custom input:checked ~ em:before {
|
||||
content: "\e607"; }
|
||||
content: "\e619"; }
|
||||
|
||||
/* line 168, ../../../../general/res/sass/controls/_controls.scss */
|
||||
.input-labeled {
|
||||
|
Loading…
Reference in New Issue
Block a user