29 lines
461 B
SCSS
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;
|
|
}
|
|
}
|
|
}
|
|
} |