haikal/staticfiles/scss/theme/_toasts.scss

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;
}
}