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 {
bottom: 0;
position: fixed;
right: 0;
z-index: 99999;
.btn-close {
background: none;
}
.alert {
display: flex;
margin-bottom: 0;
}
}
@ -17,13 +13,13 @@
display: none;
}
.is-online {
body.is-online {
.alert-offline {
display: none;
}
}
.is-offline {
body.is-offline {
.alert-offline {
display: flex;
}