From 053a7972c584cc23724c0f9effe5cf26271cb7e9 Mon Sep 17 00:00:00 2001 From: gaelle morin Date: Mon, 29 Jun 2020 18:51:51 +0200 Subject: [PATCH] wip --- src/styles/base/header.scss | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/styles/base/header.scss b/src/styles/base/header.scss index 1288dff..a982061 100644 --- a/src/styles/base/header.scss +++ b/src/styles/base/header.scss @@ -124,6 +124,18 @@ sib-notifications { top: 5.6rem; width: 300px; } + + &::before { + display: inline-block; + content: ""; + width: 25px; + height: 25px; + background: violet; + position: absolute; + box-shadow: 0 0 7px 0 rgba(92, 97, 104, 0.24); + transform: rotate(45deg); + right: 100px; + } } } }