Files
web/packages/booking-flow/lib/components/BookingWidget/GuestsRoomsPicker/Counter/counter.module.css
Bianca Widstam aa7a7a8c2f Merged in fix/SW-2790-room-picker-buttons (pull request #2667)
fix(SW-2790): update ui room picker buttons

* fix(SW-2790): update ui room picker buttons

* fix(SW-2790


Approved-by: Matilda Landström
2025-08-20 06:38:18 +00:00

15 lines
275 B
CSS

.counterContainer {
display: flex;
justify-content: flex-end;
align-items: center;
gap: 20px;
color: var(--Text-Interactive-Default);
}
.counterBtn {
width: 40px;
height: 40px;
}
.counterBtn:not([disabled]) {
box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.1);
}