1 changed files with
37 additions and
1 deletions
|
|
|
@ -548,4 +548,40 @@
|
|
|
|
|
.fa-icons .col-md-3 {
|
|
|
|
|
padding-left: 0;
|
|
|
|
|
padding-right: 0;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.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;
|
|
|
|
|
}
|
|
|
|
|