Merged in fix/SW-2481-booking-number (pull request #1845)

fix(SW-2481): add booking number for multiroom

* fix(SW-2481): add booking number for multiroom


Approved-by: Michael Zetterberg
This commit is contained in:
Bianca Widstam
2025-04-23 23:44:52 +00:00
committed by Michael Zetterberg
parent d827bf04d0
commit d077184e5e
5 changed files with 54 additions and 37 deletions

View File

@@ -7,5 +7,9 @@
.room {
display: flex;
flex-direction: column;
gap: var(--Spacing-x2);
gap: var(--Space-x025);
}
.roomTitle {
color: var(--Text-Tertiary);
}