2023-02-16 05:20:58 +08:00
|
|
|
/*
|
|
|
|
Copyright 2023 New Vector Ltd
|
|
|
|
|
|
|
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
|
|
you may not use this file except in compliance with the License.
|
|
|
|
You may obtain a copy of the License at
|
|
|
|
|
|
|
|
http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
|
|
|
|
Unless required by applicable law or agreed to in writing, software
|
|
|
|
distributed under the License is distributed on an "AS IS" BASIS,
|
|
|
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
|
|
See the License for the specific language governing permissions and
|
|
|
|
limitations under the License.
|
|
|
|
*/
|
|
|
|
|
2023-01-18 23:52:12 +08:00
|
|
|
.grid {
|
2023-09-26 02:16:29 +08:00
|
|
|
contain: layout style;
|
2023-01-18 23:52:12 +08:00
|
|
|
position: relative;
|
|
|
|
flex-grow: 1;
|
2023-09-09 03:39:10 +08:00
|
|
|
margin-inline: var(--inline-content-inset);
|
2023-09-26 02:16:29 +08:00
|
|
|
margin-block: var(--cpd-space-4x);
|
2023-01-18 23:52:12 +08:00
|
|
|
}
|
|
|
|
|
2023-06-28 00:19:06 +08:00
|
|
|
.slots {
|
2023-01-18 23:52:12 +08:00
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
2023-01-30 10:56:07 +08:00
|
|
|
.slot {
|
2023-01-31 12:44:19 +08:00
|
|
|
contain: strict;
|
2023-01-30 10:56:07 +08:00
|
|
|
}
|