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:
@@ -126,6 +126,10 @@
|
||||
color: var(--Scandic-Brand-Pale-Peach);
|
||||
}
|
||||
|
||||
.peach50 {
|
||||
color: var(--Scandic-Peach-50);
|
||||
}
|
||||
|
||||
.peach80 {
|
||||
color: var(--Primary-Light-On-Surface-Accent);
|
||||
}
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user