feat(SW-243): css refactoring

This commit is contained in:
Fredrik Thorsson
2024-08-21 09:57:04 +02:00
parent 95c8fd1950
commit 13d113169c
5 changed files with 33 additions and 35 deletions

View File

@@ -2,6 +2,7 @@
display: flex;
width: 100%;
background-color: var(--Base-Surface-Primary-light-Normal);
border: 1px solid var(--Base-Border-Subtle);
border-radius: var(--Corner-radius-Small);
overflow: hidden;
}
@@ -71,7 +72,7 @@
}
.hotel,
.width {
.stay {
width: 100%;
max-width: 230px;
}