chore: generated design system css variables from updated json file

Approved-by: Matilda Landström
This commit is contained in:
Erik Tiekstra
2025-10-30 12:27:16 +00:00
parent eea21e67d9
commit 6a342aaa9e
45 changed files with 8264 additions and 1437 deletions

View File

@@ -12,7 +12,7 @@
align-items: center;
gap: var(--Space-x1);
justify-content: flex-start;
color: var(--Text-Accent-Secondary);
color: var(--Text-Brand-OnAccent-Accent-Secondary);
}
@media screen and (min-width: 1367px) {

View File

@@ -21,7 +21,7 @@
}
.guaranteeText {
color: var(--Text-Feedback-Succes-Accent);
color: var(--Text-Feedback-Succes);
}
.booking {

View File

@@ -10,7 +10,7 @@
&.rounded {
background-color: var(--Base-Surface-Primary-light-Normal);
padding: var(--Space-x15) var(--Space-x15) var(--Space-x15) var(--Space-x3);
border: 1px solid var(--Border-Intense);
border: 1px solid var(--Border-Strong);
border-radius: var(--Corner-radius-rounded);
height: auto;
}

View File

@@ -25,7 +25,7 @@
align-items: center;
gap: var(--Space-x1);
justify-content: flex-start;
color: var(--Text-Accent-Secondary);
color: var(--Text-Brand-OnAccent-Accent-Secondary);
}
.entry {

View File

@@ -75,7 +75,7 @@
padding: var(--Space-x1);
gap: var(--Space-x05);
border-radius: var(--Corner-radius-sm);
background-color: var(--Surface-Secondary-Default-dark);
background-color: var(--Surface-Secondary-Subtle);
color: var(--Text-Interactive-Default);
}