Fix/SW-1128/SW-1124 side peek and gallery * fix(SW-1128): updated style and mobile design for sidepeek select hotel * fix(SW-1128): update link sidepeek * fix(SW-1124): fix padding gallery * fix(SW-1128): fix sidepeek mobile design * fix(SW-1128): fix mobile design * fix(SW-1128): fix gallery icon caption Approved-by: Niclas Edenvin
25 lines
446 B
CSS
25 lines
446 B
CSS
.list {
|
|
font-family: var(--typography-Body-Regular-fontFamily);
|
|
list-style-position: inside;
|
|
list-style-type: none;
|
|
margin-top: var(--Spacing-x-one-and-half);
|
|
}
|
|
|
|
.list li {
|
|
display: flex;
|
|
align-items: center;
|
|
gap: var(--Spacing-x1);
|
|
padding-left: var(--Spacing-x1);
|
|
justify-items: flex-start;
|
|
}
|
|
|
|
.list li svg {
|
|
flex-shrink: 0;
|
|
}
|
|
|
|
.parking details > div {
|
|
display: flex;
|
|
flex-direction: column;
|
|
gap: var(--Spacing-x2);
|
|
}
|