Files
soneta-erp-skills/soneta-ui-style/wzorce/css/fullbrowser/SvgIcon.module.scss
T
2026-03-22 20:56:25 +01:00

29 lines
461 B
SCSS

@import "./Variables.scss";
svg {
path {
&:first-child {
&.linear {
fill: url(#linear) !important;
}
}
&:nth-of-type(2) {
&.linear {
fill: url(#linear) !important;
}
}
&:nth-of-type(3) {
&.linear {
fill: url(#linear) !important;
}
}
&:nth-of-type(4) {
&.linear {
fill: url(#linear) !important;
}
}
}
}