From 699801bf8d432d4fa724f8b11217f31b4186ee9d Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Tue, 12 Jun 2018 00:26:57 +0200 Subject: [PATCH] lint fixes --- src/components/atoms/LogoUnit.module.scss | 2 ++ src/components/organisms/Footer.module.scss | 8 ++++---- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/src/components/atoms/LogoUnit.module.scss b/src/components/atoms/LogoUnit.module.scss index f5892cb..015d798 100644 --- a/src/components/atoms/LogoUnit.module.scss +++ b/src/components/atoms/LogoUnit.module.scss @@ -45,6 +45,7 @@ transform-origin: top center; transform-box: border-box; + // stylelint-disable no-descending-specificity .logounit__title, .logounit__description { color: $brand-grey-light; @@ -53,6 +54,7 @@ color: $brand-grey; } } + // stylelint-enable no-descending-specificity .logounit__logo { margin-bottom: $spacer / 3; diff --git a/src/components/organisms/Footer.module.scss b/src/components/organisms/Footer.module.scss index bdc4e5e..5b8896a 100644 --- a/src/components/organisms/Footer.module.scss +++ b/src/components/organisms/Footer.module.scss @@ -29,12 +29,12 @@ margin-left: $spacer; color: $text-color-light; - :global(.dark) & { - color: $text-color-light--dark; - } - &:first-child { margin-left: 0; } + + :global(.dark) & { + color: $text-color-light--dark; + } } }