blob: 1de4b19a81cbf415ebb508cee41e001133e8ee3e (
plain)
1
2
3
4
5
6
7
8
|
@use "@styles/abstracts/functions" as fun;
.sun {
fill: var(--color-primary-lighter);
stroke: var(--color-border-dark);
stroke-width: 4;
width: var(--icon-size, #{fun.convert-px(25)});
}
|