diff options
| author | Mark Otto <[email protected]> | 2020-09-13 19:47:05 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2020-09-22 16:49:02 -0700 |
| commit | fae9aef3dbc9674eadd4d0187b58653bcef96a2a (patch) | |
| tree | 603e40aeec34df71180962a2eac79c6ad3cc6279 /scss/_toasts.scss | |
| parent | 67f33a06c7c0a7431981b91e27f0f58b29fd9724 (diff) | |
| download | bootstrap-fae9aef3dbc9674eadd4d0187b58653bcef96a2a.tar.xz bootstrap-fae9aef3dbc9674eadd4d0187b58653bcef96a2a.zip | |
Update toasts dismiss (moving more styles to CSS instead of utilities), fix some more close examples, and add a new .btn-close-white variant
Diffstat (limited to 'scss/_toasts.scss')
| -rw-r--r-- | scss/_toasts.scss | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/scss/_toasts.scss b/scss/_toasts.scss index 4db51b6b0..e2b98e600 100644 --- a/scss/_toasts.scss +++ b/scss/_toasts.scss @@ -36,6 +36,11 @@ background-clip: padding-box; border-bottom: $toast-border-width solid $toast-header-border-color; @include border-top-radius(subtract($toast-border-radius, $toast-border-width)); + + .btn-close { + margin-right: $toast-padding-x / -2; + margin-left: $toast-padding-x; + } } .toast-body { |
