fix(SW-998): fix issues related to non-english languages * fix(SW-998): reverse price logic Approved-by: Niclas Edenvin
13 lines
252 B
CSS
13 lines
252 B
CSS
.priceCard {
|
|
padding: var(--Spacing-x-one-and-half);
|
|
background-color: var(--Base-Surface-Secondary-light-Normal);
|
|
border-radius: var(--Corner-radius-Medium);
|
|
margin: 0;
|
|
width: 100%;
|
|
}
|
|
|
|
.noRooms {
|
|
display: flex;
|
|
gap: var(--Spacing-x1);
|
|
}
|