Files
web/components/MyPages/Blocks/Shortcuts/shortcuts.module.css
2024-06-13 10:00:16 +02:00

10 lines
169 B
CSS

.shortcuts {
display: grid;
gap: var(--Spacing-x4);
}
.links {
background-color: var(--Scandic-Brand-Warm-White);
border-radius: var(--Corner-radius-xLarge);
}