feat(SW-718) Updated css naming
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
padding: var(--Spacing-x2);
|
||||
}
|
||||
|
||||
._basePanel {
|
||||
.roomPanel {
|
||||
display: grid;
|
||||
grid-template-rows: 0fr;
|
||||
opacity: 0;
|
||||
@@ -25,20 +25,16 @@
|
||||
grid-template-rows 0.3s ease;
|
||||
}
|
||||
|
||||
._basePanel > * {
|
||||
.roomPanel > * {
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.roomSelectionPanel {
|
||||
composes: _basePanel;
|
||||
composes: roomPanel;
|
||||
gap: var(--Spacing-x2);
|
||||
}
|
||||
|
||||
.selectedRoomPanel {
|
||||
composes: _basePanel;
|
||||
}
|
||||
|
||||
.roomSelectionPanelContainer.selected .selectedRoomPanel {
|
||||
.roomSelectionPanelContainer.selected .roomPanel {
|
||||
grid-template-rows: 1fr;
|
||||
opacity: 1;
|
||||
height: auto;
|
||||
|
||||
Reference in New Issue
Block a user