feat(WEB-250): overview hero final ui
This commit is contained in:
19
components/Levels/levels.module.css
Normal file
19
components/Levels/levels.module.css
Normal file
@@ -0,0 +1,19 @@
|
||||
.level {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.burgundy,
|
||||
.burgundy * {
|
||||
fill: var(--Scandic-Brand-Burgundy);
|
||||
}
|
||||
|
||||
.pale,
|
||||
.pale * {
|
||||
fill: var(--Scandic-Brand-Pale-Peach);
|
||||
}
|
||||
|
||||
.red,
|
||||
.red * {
|
||||
fill: var(--Scandic-Brand-Scandic-Red);
|
||||
}
|
||||
Reference in New Issue
Block a user