feat(SW-93): add mocked facility cards

This commit is contained in:
Matilda Landström
2024-08-29 16:51:19 +02:00
parent 7742fc1259
commit 93e54b4ca1
22 changed files with 632 additions and 63 deletions
@@ -130,6 +130,10 @@
color: var(--Primary-Light-On-Surface-Accent);
}
.red {
color: var(--Primary-Strong-Button-Primary-On-Fill-Normal);
}
.peach80:hover,
.peach80:active {
color: var(--Primary-Light-On-Surface-Hover);
@@ -14,6 +14,7 @@ export const linkVariants = cva(styles.link, {
pale: styles.pale,
peach80: styles.peach80,
white: styles.white,
red: styles.red,
},
size: {
small: styles.small,