mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-11 08:25:46 +01:00
35 lines
350 B
Plaintext
35 lines
350 B
Plaintext
|
|
.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;
|
||
|
|
}
|