feat: remove default values

This commit is contained in:
Fredrik Thorsson
2024-06-11 10:09:32 +02:00
parent 0b765c3454
commit bb22f5b292

View File

@@ -7,12 +7,12 @@
background-color: var(--Scandic-Brand-Warm-White); background-color: var(--Scandic-Brand-Warm-White);
border-radius: var(--Corner-radius-xLarge); border-radius: var(--Corner-radius-xLarge);
display: grid; display: grid;
border: 1px solid var(--Base-Border-Subtle, #e3d9d1); border: 1px solid var(--Base-Border-Subtle);
} }
.link { .link {
align-items: center; align-items: center;
border-bottom: 0.5px solid var(--Base-Border-Subtle, #e3d9d1); border-bottom: 0.5px solid var(--Base-Border-Subtle);
color: var(--Theme-Primary-Light-On-Surface-Text); color: var(--Theme-Primary-Light-On-Surface-Text);
display: flex; display: flex;
font-family: var(--typography-Body-Regular-fontFamily); font-family: var(--typography-Body-Regular-fontFamily);