fix: Removed composes so it's easier to change from css modules if we want

This commit is contained in:
Pontus Dreij
2025-02-08 13:58:23 +01:00
parent ebb007b7f0
commit cb7d7efc86

View File

@@ -15,7 +15,8 @@
padding: var(--Spacing-x2);
}
.roomPanel {
.roomPanel,
.roomSelectionPanel {
display: grid;
grid-template-rows: 0fr;
opacity: 0;
@@ -30,7 +31,6 @@
}
.roomSelectionPanel {
composes: roomPanel;
gap: var(--Spacing-x2);
}