fixed sticky banners media query not removing right icon

This commit is contained in:
Miodec 2022-02-23 13:19:19 +01:00
parent a18fbc6a5f
commit 34e1255cf9
3 changed files with 6 additions and 2 deletions

View file

@ -147,7 +147,7 @@ class Notification {
<i class="fas fa-fw fa-times"></i>
</div>
`
: `<div style="margin-right: 2rem;">${icon}</div>`
: `<div class="righticon">${icon}</div>`
}
</div>
</div>

View file

@ -43,6 +43,9 @@
color: var(--text-color);
}
}
.righticon {
margin-right: 1rem;
}
}
&.good {
background: var(--main-color);

View file

@ -104,7 +104,8 @@
.image {
display: none;
}
.lefticon {
.lefticon,
.righticon {
display: none;
}
.text {