forgot to import alerts css

v1.18.x
psychobunny 10 years ago
parent 077dcaf704
commit 99d98a7016

@ -548,4 +548,40 @@
.fa-icons .col-md-3 {
padding-left: 0;
padding-right: 0;
}
}
.alert-window {
position:fixed;
width:300px;
z-index:10;
.toaster-alert {
.pointer;
}
.alert {
img {
float:left;
padding-right:10px;
}
}
}
.alert-left-top {
left:20px;
top:70px;
}
.alert-left-bottom {
left:20px;
bottom:20px;
}
.alert-right-top {
right:20px;
top:70px;
}
.alert-right-bottom {
right:20px;
bottom:20px;
}

Loading…
Cancel
Save