Files
web/components/Blocks/Shortcuts/shortcuts.module.css
2024-09-24 09:47:31 +02:00

12 lines
222 B
CSS

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