mirror of
https://github.com/a2nt/webpack-bootstrap-ui-kit.git
synced 2024-10-22 11:05:45 +02:00
IMPR: Alerts styling
This commit is contained in:
parent
ec5c0102c8
commit
6f52cf97ce
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user