Files
web/components/Levels/levels.module.css
2024-06-13 10:00:16 +02:00

25 lines
302 B
CSS

.level {
margin: 0;
padding: 0;
}
.burgundy,
.burgundy * {
fill: var(--Scandic-Brand-Burgundy);
}
.pale,
.pale * {
fill: var(--Scandic-Brand-Pale-Peach);
}
.plosa,
.plosa * {
fill: var(--Theme-Primary-Light-On-Surface-Accent);
}
.red,
.red * {
fill: var(--Scandic-Brand-Scandic-Red);
}