From 8bd039a50883c3b658697a60f10140db078758eb Mon Sep 17 00:00:00 2001 From: Fedor Katurov Date: Tue, 14 Apr 2020 17:43:21 +0700 Subject: [PATCH] fixed dot position --- src/components/main/Header/style.scss | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/src/components/main/Header/style.scss b/src/components/main/Header/style.scss index 398b841c..f25b81c3 100644 --- a/src/components/main/Header/style.scss +++ b/src/components/main/Header/style.scss @@ -93,13 +93,12 @@ &::after { content: ' '; position: absolute; - width: 8px; - height: 8px; + width: 6px; + height: 6px; border-radius: 4px; - background: $red; - left: 50%; - bottom: -2px; - transform: translate(-50%, 0); + background: lighten($red, 10%); + right: 12px; + top: 6px; transition: opacity 0.5s; opacity: 0; }