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

12 lines
222 B
CSS

.links {
display: grid;
background-color: var(--Scandic-Brand-Warm-White);
border-radius: var(--Corner-radius-Medium);
border: 1px solid var(--Base-Border-Subtle);
}
.arrowRight {
height: 24px;
width: 24px;
}