chore: generated design system css variables from updated json file
Approved-by: Matilda Landström
This commit is contained in:
@@ -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) {
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
}
|
||||
|
||||
.guaranteeText {
|
||||
color: var(--Text-Feedback-Succes-Accent);
|
||||
color: var(--Text-Feedback-Succes);
|
||||
}
|
||||
|
||||
.booking {
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
@@ -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 {
|
||||
|
||||
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user