2023-02-15 16:20:58 -05:00
|
|
|
/*
|
2024-09-06 10:22:13 +02:00
|
|
|
Copyright 2023, 2024 New Vector Ltd.
|
2023-02-15 16:20:58 -05:00
|
|
|
|
2024-09-06 10:22:13 +02:00
|
|
|
SPDX-License-Identifier: AGPL-3.0-only
|
|
|
|
|
Please see LICENSE in the repository root for full details.
|
2023-02-15 16:20:58 -05:00
|
|
|
*/
|
|
|
|
|
|
2023-01-18 10:52:12 -05:00
|
|
|
.grid {
|
2023-09-25 14:16:29 -04:00
|
|
|
contain: layout style;
|
2023-01-18 10:52:12 -05:00
|
|
|
position: relative;
|
|
|
|
|
flex-grow: 1;
|
2023-09-08 15:39:10 -04:00
|
|
|
margin-inline: var(--inline-content-inset);
|
2023-09-25 14:16:29 -04:00
|
|
|
margin-block: var(--cpd-space-4x);
|
2023-01-18 10:52:12 -05:00
|
|
|
}
|
|
|
|
|
|
2023-06-27 12:19:06 -04:00
|
|
|
.slots {
|
2023-01-18 10:52:12 -05:00
|
|
|
position: relative;
|
|
|
|
|
}
|
|
|
|
|
|
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
|
|
|
}
|