13 lines
117 B
SCSS
13 lines
117 B
SCSS
circle
|
|
{
|
|
stroke-width: 1;
|
|
stroke: white;
|
|
fill: transparent;
|
|
}
|
|
|
|
mask circle
|
|
{
|
|
stroke-width: 0;
|
|
fill: white;
|
|
}
|