nodebb-theme-ricequant
Version:
NodeBB theme for ricequant.
36 lines (30 loc) • 388 B
text/less
.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:130px;
}
.alert-left-bottom {
left:20px;
bottom:20px;
}
.alert-right-top {
right:20px;
top:130px;
}
.alert-right-bottom {
right:20px;
bottom:20px;
}