fix: old css replaced

This commit is contained in:
gaelle morin
2020-06-26 09:19:21 +02:00
parent 179f72216c
commit cd63ab9656
3 changed files with 6 additions and 6 deletions

View File

@ -74,10 +74,10 @@ solid-notifications {
padding: 0;
}
.sib-notifications__container {
.solid-notifications__container {
position: relative;
.sib-notifications__button {
.solid-notifications__button {
@include icon('bell');
font-size: 2.5rem;
@ -93,7 +93,7 @@ solid-notifications {
display: none;
}
.sib-notifications__counter {
.solid-notifications__counter {
left: 2rem;
position: absolute;
top: 1px;
@ -105,7 +105,7 @@ solid-notifications {
}
}
.sib-notifications__list {
.solid-notifications__list {
overflow-x: hidden;
position: fixed;
left: 0;