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