chore: generated design system css variables from updated json file
Approved-by: Matilda Landström
This commit is contained in:
@@ -55,7 +55,7 @@
|
||||
flex: 1 0 0;
|
||||
border-radius: var(--Corner-radius-md);
|
||||
border: 1px solid var(--Base-Border-Subtle);
|
||||
background: var(--Surface-Feedback-Information);
|
||||
background: var(--Surface-Feedback-Information-light);
|
||||
|
||||
align-items: center;
|
||||
gap: var(--Spacing-x1);
|
||||
@@ -63,7 +63,7 @@
|
||||
}
|
||||
|
||||
.free {
|
||||
background: var(--Surface-Feedback-Succes);
|
||||
background: var(--Surface-Feedback-Succes-light);
|
||||
}
|
||||
|
||||
.breakfastPriceBox dt {
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
|
||||
.link {
|
||||
align-items: center;
|
||||
background: var(--Surface-Feedback-Information);
|
||||
background: var(--Surface-Feedback-Information-light);
|
||||
border: 1px solid rgba(0, 0, 0, 0.05);
|
||||
border-radius: var(--Corner-radius-md);
|
||||
color: var(--Text-Interactive-Default);
|
||||
|
||||
Reference in New Issue
Block a user