Merged in feat/SW-185-implement-footer-navigation (pull request #437)

Feat/SW-185 implement footer navigation

Approved-by: Erik Tiekstra
Approved-by: Matilda Landström
Approved-by: Simon.Emanuelsson
This commit is contained in:
Pontus Dreij
2024-08-30 06:36:31 +00:00
26 changed files with 771 additions and 10 deletions

View File

@@ -126,6 +126,10 @@
color: var(--Scandic-Brand-Pale-Peach);
}
.peach50 {
color: var(--Scandic-Peach-50);
}
.peach80 {
color: var(--Primary-Light-On-Surface-Accent);
}

View File

@@ -12,6 +12,7 @@ export const linkVariants = cva(styles.link, {
burgundy: styles.burgundy,
none: "",
pale: styles.pale,
peach50: styles.peach50,
peach80: styles.peach80,
white: styles.white,
red: styles.red,