/* Plugin - Bootstrap SweetAlert */
.swal-modal .btn:focus {
box-shadow: none !important;
}
.swal-icon--success,
.swal-icon--success__ring {
border-color: rgba(76, 217, 100, 0.2) !important;
}
.swal-icon--success__line--long,
.swal-icon--success__line--tip {
background-color: @green !important;
}
.swal-icon--info {
border-color: @aqua !important;
&:after,
&:before {
background-color: @aqua !important;
}
}
.swal-icon--warning__body,
.swal-icon--warning__dot {
background-color: @orange !important;
}
.swal-icon--warning {
border-color: @orange !important;
}
.swal-icon--error__line {
background-color: @red !important;
}
.swal-icon--error {
border-color: @red !important;
}
|