1
0
mirror of synced 2025-12-22 03:16:52 -05:00
Files
docs/stylesheets/helpfulness.scss
Kevin Heis a7623cdb62 Reorganize SCSS without changing any of the properties or values (#18963)
* Reorganize SCSS without changing any of the properties or values

* Mis-moved a few files

* Split up "other"
2021-04-26 16:18:25 +00:00

9 lines
154 B
SCSS

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