17 lines
169 B
SCSS
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;
|
|
}
|
|
}
|