Files
sccs_laravel/resources/scss/base/bootstrap-extended/_toast.scss
2025-11-04 16:23:40 +05:00

17 lines
169 B
SCSS

// Toasts
.toast {
&.show {
z-index: 1030;
}
.btn-close:focus {
box-shadow: none;
}
}
@media (max-width: 420.98px) {
.toast {
width: auto;
}
}