Merged in feat/SW-3520-update-footer-ui-and-footer-link (pull request #2910)
feat(SW-3520): Updated the footer * feat(SW-3520): Updated links to route to scandic web * feat(SW-3520): Updated the footer with language switcher * feat(SW-3520): Updated the Contact-us link and removed double slash Approved-by: Anton Gunnarsson
This commit is contained in:
15
apps/partner-sas/components/LanguageSwitcher/variants.ts
Normal file
15
apps/partner-sas/components/LanguageSwitcher/variants.ts
Normal file
@@ -0,0 +1,15 @@
|
||||
import { cva } from "class-variance-authority"
|
||||
|
||||
import styles from "./languageSwitcher.module.css"
|
||||
|
||||
export const languageSwitcherVariants = cva(styles.languageSwitcher, {
|
||||
variants: {
|
||||
position: {
|
||||
header: styles.header,
|
||||
footer: styles.footer,
|
||||
},
|
||||
defaultVariants: {
|
||||
position: "header",
|
||||
},
|
||||
},
|
||||
})
|
||||
Reference in New Issue
Block a user