fix(SW-2342): Fixed hotel sidepeek UI alignment and color * fix(SW-2342): Fixed hotel sidepeek UI alignment and color * fix(SW-2342): Fixed vertical alignment Approved-by: Anton Gunnarsson Approved-by: Matilda Landström
18 lines
342 B
CSS
18 lines
342 B
CSS
.wrapper {
|
|
padding: var(--Space-x1) var(--Space-x0);
|
|
border-bottom: 1px solid var(--Base-Border-Subtle);
|
|
color: var(--Text-Interactive-Default);
|
|
}
|
|
|
|
.amenity {
|
|
display: flex;
|
|
gap: var(--Space-x1);
|
|
padding: var(--Space-x15) var(--Space-x1);
|
|
}
|
|
|
|
.amenityName {
|
|
display: flex;
|
|
align-items: center;
|
|
min-height: var(--Space-x3);
|
|
}
|