feat(SW-750): add about the hotel sidepeek

This commit is contained in:
Fredrik Thorsson
2024-11-18 13:15:25 +01:00
parent be3716bb1a
commit 9344db7876
10 changed files with 268 additions and 8 deletions

View File

@@ -51,3 +51,7 @@
.opacity8 {
opacity: 0.08;
}
.baseSurfaceSubtleHover {
background-color: var(--Base-Surface-Subtle-Hover);
}

View File

@@ -13,6 +13,7 @@ export const dividerVariants = cva(styles.divider, {
primaryLightSubtle: styles.primaryLightSubtle,
subtle: styles.subtle,
white: styles.white,
baseSurfaceSutbleHover: styles.baseSurfaceSubtleHover,
},
opacity: {
100: styles.opacity100,