From 0febc9e8c29f0310a2fed3bfcbbaa5d994caf575 Mon Sep 17 00:00:00 2001 From: Maikel Linke Date: Mon, 24 Feb 2020 16:08:09 +1100 Subject: [PATCH] Remove unused mixin styles --- app/assets/stylesheets/darkswarm/mixins.scss | 57 -------------------- 1 file changed, 57 deletions(-) diff --git a/app/assets/stylesheets/darkswarm/mixins.scss b/app/assets/stylesheets/darkswarm/mixins.scss index 43d291e14e..90febd6009 100644 --- a/app/assets/stylesheets/darkswarm/mixins.scss +++ b/app/assets/stylesheets/darkswarm/mixins.scss @@ -142,57 +142,6 @@ // Background options \\ -@mixin darkbg { - background-color: $clr-brick; - - &, & * { - color: white; - } - - a { - color: $clr-brick-ultra-light; - - &:hover { - text-decoration: none; - color: $clr-brick-light; - } - } -} - -@mixin lightbg { - background-color: $clr-brick-light; - - &, & * { - color: black; - } - - a { - color: $clr-brick; - - &:hover { - text-decoration: none; - color: $clr-brick-bright; - } - } -} - -@mixin turqbg { - background-color: $clr-turquoise-light; - - &, & * { - color: $clr-turquoise; - } - - a { - color: $clr-turquoise; - - &:hover { - text-decoration: none; - color: $clr-turquoise-bright; - } - } -} - @mixin fullbg { background-position: center center; background-repeat: no-repeat; @@ -202,12 +151,6 @@ background-size: cover; } -@mixin fullwidthbg { - background-position: center top; - background-repeat: no-repeat; - background-size: 100% auto; -} - @mixin gradient($gradient-clr1, $gradient-clr2) { background: $gradient-clr1;