12 lines
186 B
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;
|
|
}
|
|
}
|