Merged in feat/best-friend-hero (pull request #338)

Feat(SW-170): Update overview hero

Approved-by: Christel Westerberg
This commit is contained in:
Matilda Landström
2024-07-12 06:45:44 +00:00
parent c1892ace66
commit 801a041404
48 changed files with 595 additions and 203 deletions

View File

@@ -1,12 +1,3 @@
.overview {
background-color: var(--Scandic-Brand-Scandic-Red);
border-radius: var(--Corner-radius-xLarge);
display: grid;
gap: var(--Spacing-x2);
grid-template-columns: 1fr;
padding: var(--Spacing-x7) var(--Spacing-x6);
}
.divider {
padding-top: var(--Spacing-x2);
}
@@ -25,11 +16,6 @@
}
@media screen and (min-width: 768px) {
.overview {
gap: var(--Spacing-x2);
grid-template-columns: 1fr 1fr;
}
.divider {
display: none;
}