summaryrefslogtreecommitdiffstats
path: root/assets/css/layouts/_section.scss
diff options
context:
space:
mode:
Diffstat (limited to 'assets/css/layouts/_section.scss')
-rw-r--r--assets/css/layouts/_section.scss8
1 files changed, 8 insertions, 0 deletions
diff --git a/assets/css/layouts/_section.scss b/assets/css/layouts/_section.scss
index 0ad9a61..3450858 100644
--- a/assets/css/layouts/_section.scss
+++ b/assets/css/layouts/_section.scss
@@ -6,6 +6,13 @@
6 )); 6 ));
7 7
8 @include layout(namespace()) { 8 @include layout(namespace()) {
9 @include modifier('fullscreen') {
10 box-sizing: border-box;
11 min-height: 100%;
12 margin-bottom: calc(-1 * #{prop(--dims --outer, $global: true)});
13 padding-bottom: prop(--dims --outer, $global: true);
14 }
15
9 @include modifier('no-head') { 16 @include modifier('no-head') {
10 padding-top: prop(--dims --outer, $global: true); 17 padding-top: prop(--dims --outer, $global: true);
11 } 18 }
@@ -25,6 +32,7 @@
25 content: ''; 32 content: '';
26 width: 100%; 33 width: 100%;
27 height: 100%; 34 height: 100%;
35 margin-top: -1px;
28 margin-right: prop(--dims --outer-spacing, $global: true); 36 margin-right: prop(--dims --outer-spacing, $global: true);
29 margin-left: prop(--dims --outer-spacing, $global: true); 37 margin-left: prop(--dims --outer-spacing, $global: true);
30 border-top: 1px solid prop(--colors --border); 38 border-top: 1px solid prop(--colors --border);