toaster components + deprecated alert.location
parent
709f820afe
commit
8139f6a26d
@ -1,35 +1,15 @@
|
|||||||
.alert-window {
|
.alert-window {
|
||||||
position:fixed;
|
position: fixed;
|
||||||
width:300px;
|
width: 300px;
|
||||||
z-index:10002;
|
z-index: 10002;
|
||||||
.toaster-alert {
|
|
||||||
.pointer;
|
right: 20px;
|
||||||
}
|
bottom: 0px;
|
||||||
|
|
||||||
.alert {
|
.alert {
|
||||||
img {
|
img {
|
||||||
float:left;
|
float: left;
|
||||||
padding-right:10px;
|
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…
Reference in New Issue