feat(SW-713): update folder structure
This commit is contained in:
29
components/SidePeeks/RoomSidePeek/roomSidePeek.module.css
Normal file
29
components/SidePeeks/RoomSidePeek/roomSidePeek.module.css
Normal file
@@ -0,0 +1,29 @@
|
||||
.button {
|
||||
margin-left: auto;
|
||||
padding: 0 0 0 var(--Spacing-x-half);
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.imageContainer {
|
||||
min-height: 185px;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.description {
|
||||
margin-top: var(--Spacing-x-one-and-half);
|
||||
margin-bottom: var(--Spacing-x2);
|
||||
}
|
||||
.facilityList {
|
||||
margin-top: var(--Spacing-x-one-and-half);
|
||||
column-count: 2;
|
||||
column-gap: var(--Spacing-x2);
|
||||
}
|
||||
.facilityList li {
|
||||
display: flex;
|
||||
gap: var(--Spacing-x1);
|
||||
margin-bottom: var(--Spacing-x-half);
|
||||
}
|
||||
|
||||
.noIcon {
|
||||
margin-left: var(--Spacing-x4);
|
||||
}
|
||||
Reference in New Issue
Block a user