feat(SW-252): add icons
This commit is contained in:
@@ -9,8 +9,7 @@
|
||||
background-color: var(--Base-Surface-Primary-light-Normal);
|
||||
border: 1px solid var(--Base-Border-Subtle);
|
||||
border-radius: var(--Corner-radius-Medium);
|
||||
width: 100%;
|
||||
max-width: 307px;
|
||||
width: 307px;
|
||||
}
|
||||
|
||||
.header {
|
||||
@@ -39,6 +38,12 @@
|
||||
.facilities {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
gap: var(--Spacing-x1);
|
||||
}
|
||||
|
||||
.facilitiesItem {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: var(--Spacing-x-half);
|
||||
}
|
||||
|
||||
@@ -71,17 +76,14 @@
|
||||
"image header"
|
||||
"image hotel"
|
||||
"image prices";
|
||||
grid-template-columns: auto-fill;
|
||||
overflow: hidden;
|
||||
width: 100%;
|
||||
max-width: 1050px;
|
||||
width: 1050px;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.image {
|
||||
max-height: 100%;
|
||||
width: 100%;
|
||||
max-width: 518px;
|
||||
width: 518px;
|
||||
}
|
||||
|
||||
.header {
|
||||
|
||||
Reference in New Issue
Block a user