botascopia-webiste-static/assets/css/abstracts/_mixins.scss
2026-02-11 10:39:01 +01:00

32 lines
No EOL
412 B
SCSS

@mixin icon($size){
width: $size;
height: $size;
svg {
width: 100%;
height: 100%;
}
}
@mixin chart-edit($size){
width: $size;
height: $size;
svg {
width: 100%;
height: 100%;
circle{
fill: #cfcfcf;
}
.filled{
fill: lightgreen;
}
.verified{
fill: green;
}
}
}