1
0
mirror of synced 2026-01-08 12:01:53 -05:00
Files
docs/stylesheets/survey.scss
2021-06-04 12:22:31 -07:00

9 lines
142 B
SCSS

/* Survey override */
:checked + .x-radio-label {
background: var(--color-auto-blue-5);
svg {
fill: var(--color-auto-inverse);
}
}