haikal/static/scss/theme/_toasts.scss
Marwan Alwali b6486bb657 update
2024-12-25 17:51:07 +03:00

12 lines
186 B
SCSS

.toast {
padding: map-get($spacers, 2) map-get($spacers, 4);
.toast-header {
.btn-close {
margin-right: 0;
}
}
.toast-body {
padding: $toast-padding-y 0;
}
}