This commit is contained in:
gaelle morin 2020-06-29 18:51:51 +02:00
parent 747eb622b3
commit 053a7972c5
No known key found for this signature in database
GPG Key ID: 028426702B95CF9C
1 changed files with 12 additions and 0 deletions

View File

@ -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;
}
}
}
}