feat(SW-718): Animation on selection of multiple room

This commit is contained in:
Pontus Dreij
2025-01-21 15:59:16 +01:00
parent 328cbbe0e1
commit 98793c58e3
11 changed files with 195 additions and 38 deletions
@@ -0,0 +1,5 @@
.selectedRoomPanel {
display: flex;
flex-direction: row;
justify-content: space-between;
}