2022-07-17 15:01:39 +02:00
|
|
|
svg {
|
|
|
|
user-select: none;
|
|
|
|
|
|
|
|
&:not(.outlined) {
|
|
|
|
circle {
|
|
|
|
fill: currentColor;
|
|
|
|
stroke: currentColor;
|
|
|
|
}
|
|
|
|
|
|
|
|
text {
|
|
|
|
fill: white;
|
|
|
|
stroke: white;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
&.outlined {
|
|
|
|
circle {
|
2022-07-29 11:15:54 +02:00
|
|
|
fill: white;
|
2022-07-17 15:01:39 +02:00
|
|
|
stroke: currentColor;
|
|
|
|
}
|
|
|
|
|
|
|
|
text {
|
|
|
|
fill: currentColor;
|
|
|
|
stroke: currentColor;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|