IMPR: Alerts styling

This commit is contained in:
Tony Air 2021-10-15 22:47:09 +02:00
parent ec5c0102c8
commit 6f52cf97ce
1 changed files with 3 additions and 7 deletions

View File

@ -1,14 +1,10 @@
#SiteWideAlerts { #SiteWideAlerts {
bottom: 0;
position: fixed;
right: 0;
z-index: 99999;
.btn-close { .btn-close {
background: none; background: none;
} }
.alert { .alert {
display: flex;
margin-bottom: 0; margin-bottom: 0;
} }
} }
@ -17,13 +13,13 @@
display: none; display: none;
} }
.is-online { body.is-online {
.alert-offline { .alert-offline {
display: none; display: none;
} }
} }
.is-offline { body.is-offline {
.alert-offline { .alert-offline {
display: flex; display: flex;
} }