/home/techb158/dev.balacoffee.com/resources/src/assets/styles/sass/globals/components
Edit: /home/techb158/dev.balacoffee.com/resources/src/assets/styles/sass/globals/components/_alerts.scss (1324B)
// BOOTSTRAP ALERT
.alert {
// background: $background;
border-radius: 10px;
.close:focus {
outline: 0;
}
}
.alert-card {
border: none;
box-shadow: 0 4px 15px 0 rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .1), inset 0 2px 0 0 $gray-400;
&.alert-success {
box-shadow: 0 4px 15px 0 rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .1), inset 0 2px 0 0 $success;
}
&.alert-warning {
box-shadow: 0 4px 15px 0 rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .1), inset 0 2px 0 0 $warning;
}
&.alert-info {
box-shadow: 0 4px 15px 0 rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .1), inset 0 2px 0 0 $info;
}
&.alert-danger {
box-shadow: 0 4px 15px 0 rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .1), inset 0 2px 0 0 $danger;
}
&.alert-dark {
box-shadow: 0 4px 15px 0 rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .1), inset 0 2px 0 0 $gray-600;
}
}
.swal2-container {
.swal2-modal {
font-family: $font-family-base;
}
.swal2-spacer {
margin: 1.5rem 0;
}
.swal2-styled:not(.swal2-cancel) {
background: $primary !important;
outline: none;
&:focus {
box-shadow: 0 0 0 0.2rem rgba($primary, .5)
}
}
}