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/components/_landing-banner.scss | 49 ------------------------------ 1 file changed, 49 deletions(-) delete mode 100644 assets/css/components/_landing-banner.scss (limited to 'assets/css/components/_landing-banner.scss') diff --git a/assets/css/components/_landing-banner.scss b/assets/css/components/_landing-banner.scss deleted file mode 100644 index f1b8595..0000000 --- a/assets/css/components/_landing-banner.scss +++ /dev/null @@ -1,49 +0,0 @@ -@include namespace('landing-banner') { - @include store(( - --colors: ( - --emph: ( - --fg: prop(--colors --accent --color, $global: true), - --bg: prop(--colors --bg-hi, $global: true) - ) - ) - )); - - @include component(namespace()) { - @include element('title') { - max-width: 7em; - margin-top: 0; - transform: translateX(-.06em); - font-family: $font-fam--large; - font-weight: 350; - line-height: 1.2; - text-transform: none; - } - - @include element('title-inner') { - background-image: linear-gradient( - to top, - transparent .15em, - #{prop(--colors --emph --bg)} .15em, - #{prop(--colors --emph --bg)} .6em, - transparent .6em - ); - } - - @include element('emph') { - color: prop(--colors --emph --fg); - font-weight: 550; - } - - @include media('<=md') { - @include element('title') { - max-width: none; - } - } - - @include iro-responsive-env(('md', 'lg')) { - @include element('title') { - font-size: iro-responsive-set((2.6rem, 3.4rem)); - } - } - } -} -- cgit v1.2.3-54-g00ecf