From 8177471f70a517e78b4470cd01c375ed30121102 Mon Sep 17 00:00:00 2001 From: Volpeon Date: Wed, 10 Nov 2021 21:20:58 +0100 Subject: Simplified home page --- assets/css/layouts/_section.scss | 74 ---------------------------------------- 1 file changed, 74 deletions(-) delete mode 100644 assets/css/layouts/_section.scss (limited to 'assets/css/layouts/_section.scss') diff --git a/assets/css/layouts/_section.scss b/assets/css/layouts/_section.scss deleted file mode 100644 index 80b8ca9..0000000 --- a/assets/css/layouts/_section.scss +++ /dev/null @@ -1,74 +0,0 @@ -@include namespace('section') { - @include store(( - --colors: ( - --border: prop(--colors --obj-hi, $global: true), - --body-bg: transparent, - ) - )); - - @include store(( - --colors: ( - --body-bg: prop(--colors --bg-hi, $global: true), - ) - ), 'light'); - - @include layout(namespace()) { - position: relative; - - @include modifier('flex') { - display: flex; - flex-direction: column; - align-items: stretch; - justify-content: flex-start; - } - - @include modifier('fullscreen') { - box-sizing: border-box; - min-height: 100vh; - margin-bottom: calc(-1 * #{prop(--dims --outer, $global: true)}); - padding-bottom: prop(--dims --outer, $global: true); - } - - @include modifier('body') { - background-color: prop(--colors --body-bg); - } - - @include modifier('no-header') { - padding-top: prop(--dims --outer, $global: true); - } - - @include element('header') { - display: flex; - flex-direction: row; - align-items: center; - height: prop(--dims --outer, $global: true); - font-size: 1 / 16 * 15em; - - @include modifier('sticky') { - position: sticky; - z-index: 9000; - top: 0; - left: 0; - } - } - - /*@include element('footer') { - position: absolute; - z-index: 10000; - right: 0; - bottom: 0; - height: prop(--dims --outer, $global: true); - font-size: 1 / 16 * 15em; - }*/ - - @include element('header-separator') { - flex: 1 1 auto; - width: 100%; - height: 100%; - margin-top: -1px; - margin-right: prop(--container --dims --pad-x, $global: true); - margin-left: prop(--container --dims --pad-x, $global: true); - border-top: 1px solid prop(--colors --border); - } - } -} -- cgit v1.2.3-70-g09d2