feat(SW-718): Created store for selectRate
This commit is contained in:
@@ -10,10 +10,9 @@
|
||||
.roomContainer {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: var(--Spacing-x2);
|
||||
border: 1px solid var(--Base-Border-Subtle);
|
||||
border-radius: var(--Corner-radius-Large);
|
||||
padding: var(--Spacing-x2) var(--Spacing-x2) 0 var(--Spacing-x2);
|
||||
padding: var(--Spacing-x2);
|
||||
}
|
||||
|
||||
.roomSelectionPanel {
|
||||
@@ -24,6 +23,7 @@
|
||||
opacity 0.3s ease,
|
||||
grid-template-rows 0.5s ease;
|
||||
height: 0;
|
||||
gap: var(--Spacing-x2);
|
||||
}
|
||||
|
||||
.roomSelectionPanel > * {
|
||||
@@ -48,9 +48,11 @@
|
||||
grid-template-rows: 1fr;
|
||||
opacity: 1;
|
||||
height: auto;
|
||||
padding-bottom: var(--Spacing-x2);
|
||||
}
|
||||
|
||||
.roomSelectionPanelContainer[data-selected="true"] .roomSelectionPanel {
|
||||
display: none;
|
||||
}
|
||||
.roomSelectionPanelContainer[data-active-panel="true"] .roomSelectionPanel {
|
||||
grid-template-rows: 1fr;
|
||||
opacity: 1;
|
||||
|
||||
Reference in New Issue
Block a user