From 7c99c77c29f9f9b3c5f9f65b7c30fe7f7bc856d7 Mon Sep 17 00:00:00 2001 From: Hans Kuijpers Date: Fri, 25 Sep 2020 13:42:04 +0200 Subject: [PATCH] removal demo-styling --- .../cassiopeia/scss/blocks/_demo-styling.scss | 36 ------------------- templates/cassiopeia/scss/template.scss | 1 - 2 files changed, 37 deletions(-) delete mode 100644 templates/cassiopeia/scss/blocks/_demo-styling.scss diff --git a/templates/cassiopeia/scss/blocks/_demo-styling.scss b/templates/cassiopeia/scss/blocks/_demo-styling.scss deleted file mode 100644 index fad38e26e4..0000000000 --- a/templates/cassiopeia/scss/blocks/_demo-styling.scss +++ /dev/null @@ -1,36 +0,0 @@ -// Demo Styling - -$inverted-color: hsla(0, 0%, 100%, .9); - -.demo-module { - text-align: center; - - .demo-title { - font-size: $h2-font-size; - color: theme-color("primary"); - } - - .fa-joomla { - font-size: $h1-font-size; - color: theme-color("primary"); - } - - .badge { - position: absolute; - top: 10px; - right: 10px; - } -} - -@each $color, - $value in $theme-colors { - .bg-#{$color} { - .demo-module { - - .demo-title, - .fa-joomla { - color: $inverted-color; - } - } - } -} diff --git a/templates/cassiopeia/scss/template.scss b/templates/cassiopeia/scss/template.scss index 821e741e2c..0ff1a76589 100644 --- a/templates/cassiopeia/scss/template.scss +++ b/templates/cassiopeia/scss/template.scss @@ -23,7 +23,6 @@ @import "blocks/global"; // Leave this first @import "blocks/alerts"; @import "blocks/banner"; -@import "blocks/demo-styling"; @import "blocks/footer"; @import "blocks/form"; @import "blocks/frontend-edit";