make region space utility usuable
This commit is contained in:
parent
6774e1278f
commit
1782c3e2b4
1 changed files with 4 additions and 2 deletions
|
|
@ -4,6 +4,8 @@
|
|||
* Can either be configured by setting --region-space or use a default from the space scale
|
||||
*/
|
||||
.region {
|
||||
padding-block-start: var(--region-space-top, var(--space-l-xl));
|
||||
padding-block-end: var(--region-space-bottom, var(--space-l-xl));
|
||||
--region-space-fallback: var(--region-space, var(--space-xl-2xl));
|
||||
|
||||
padding-block-start: var(--region-space-top, var(--region-space-fallback));
|
||||
padding-block-end: var(--region-space-bottom, var(--region-space-fallback));
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue