* Reorganize SCSS without changing any of the properties or values * Mis-moved a few files * Split up "other"
9 lines
154 B
SCSS
9 lines
154 B
SCSS
/* Helpfulness survey override */
|
|
:checked + .x-radio-label {
|
|
background: var(--color-auto-blue-5);
|
|
|
|
svg {
|
|
fill: var(--color-auto-inverse);
|
|
}
|
|
}
|