Files
everything2/EveryThing/wwwroot/vendor/libs/smartwizard/_mixins.scss
David Štaleker 03b92525d7 Prvi commit
2023-05-12 09:00:07 +02:00

8 lines
207 B
SCSS

@mixin smartwizard-theme($color) {
.sw-theme-default .step-anchor > li.active > a .sw-icon,
.sw-theme-default .step-anchor > li.active > a .sw-number {
color: $color;
border-color: $color;
}
}