2019-07-18 14:22:11 +00:00
|
|
|
//
|
|
|
|
// Plugin: SweetAlert2
|
|
|
|
//
|
2019-06-16 09:20:59 +00:00
|
|
|
|
|
|
|
// Icon Colors
|
|
|
|
.swal2-icon {
|
|
|
|
&.swal2-info {
|
|
|
|
border-color: ligthen($info, 20%);
|
2019-07-18 14:22:11 +00:00
|
|
|
color: $info;
|
2019-06-16 09:20:59 +00:00
|
|
|
}
|
2019-07-18 14:22:11 +00:00
|
|
|
|
2019-06-16 09:20:59 +00:00
|
|
|
&.swal2-warning {
|
|
|
|
border-color: ligthen($warning, 20%);
|
2019-07-18 14:22:11 +00:00
|
|
|
color: $warning;
|
2019-06-16 09:20:59 +00:00
|
|
|
}
|
2019-07-18 14:22:11 +00:00
|
|
|
|
2019-06-16 09:20:59 +00:00
|
|
|
&.swal2-error {
|
|
|
|
border-color: ligthen($danger, 20%);
|
2019-07-18 14:22:11 +00:00
|
|
|
color: $danger;
|
2019-06-16 09:20:59 +00:00
|
|
|
}
|
2019-07-18 14:22:11 +00:00
|
|
|
|
2019-06-16 09:20:59 +00:00
|
|
|
&.swal2-question {
|
|
|
|
border-color: ligthen($secondary, 20%);
|
2019-07-18 14:22:11 +00:00
|
|
|
color: $secondary;
|
2019-06-16 09:20:59 +00:00
|
|
|
}
|
2019-07-18 14:22:11 +00:00
|
|
|
|
2019-06-16 09:20:59 +00:00
|
|
|
&.swal2-success {
|
|
|
|
border-color: ligthen($success, 20%);
|
2019-07-18 14:22:11 +00:00
|
|
|
color: $success;
|
|
|
|
|
2019-06-16 09:20:59 +00:00
|
|
|
.swal2-success-ring {
|
|
|
|
border-color: ligthen($success, 20%);
|
|
|
|
}
|
2019-07-18 14:22:11 +00:00
|
|
|
|
|
|
|
[class^='swal2-success-line'] {
|
2019-06-16 09:20:59 +00:00
|
|
|
background-color: $success;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|