From ccd9d6296db35f95d94c38c0f4c91d3969359580 Mon Sep 17 00:00:00 2001 From: Fedor Katurov Date: Wed, 18 Dec 2019 12:12:38 +0700 Subject: [PATCH] removed that annoying badge --- src/components/main/Header/style.scss | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/src/components/main/Header/style.scss b/src/components/main/Header/style.scss index bc3f6afb..f00b465f 100644 --- a/src/components/main/Header/style.scss +++ b/src/components/main/Header/style.scss @@ -76,19 +76,6 @@ color: $red; } - &::after { - content: ' '; - margin-left: $spc; - background: white; - width: 4px; - height: $gap; - display: block; - opacity: 0.2; - border-radius: 4px; - position: absolute; - right: -2px; - } - &::before { content: ' '; position: absolute; @@ -103,13 +90,6 @@ transition: transform 0.5s, opacity 0.25s; } - &.is_active { - &::before { - transform: translate(50%, 0) scaleX(1); - opacity: 1; - } - } - @include tablet { padding: $gap;