You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

35 lines
353 B
Plaintext

10 years ago
.alert-window {
position:fixed;
width:300px;
z-index:10002;
.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;
}