2023-01-18 10:52:12 -05:00
|
|
|
.grid {
|
2023-01-30 23:44:19 -05:00
|
|
|
contain: strict;
|
2023-01-18 10:52:12 -05:00
|
|
|
position: relative;
|
|
|
|
flex-grow: 1;
|
|
|
|
padding: 0 22px;
|
2023-01-25 23:51:36 -05:00
|
|
|
overflow-y: auto;
|
2023-02-03 08:44:35 -05:00
|
|
|
overflow-x: none;
|
2023-01-18 10:52:12 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
.slotGrid {
|
2023-01-30 23:44:19 -05:00
|
|
|
contain: strict;
|
2023-01-18 10:52:12 -05:00
|
|
|
position: relative;
|
|
|
|
display: grid;
|
|
|
|
grid-auto-rows: 183px;
|
|
|
|
column-gap: 18px;
|
|
|
|
row-gap: 21px;
|
|
|
|
}
|
|
|
|
|
2023-01-29 21:56:07 -05:00
|
|
|
.slot {
|
2023-01-30 23:44:19 -05:00
|
|
|
contain: strict;
|
2023-01-29 21:56:07 -05:00
|
|
|
}
|