Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <markdotto@gmail.com>2020-09-14 05:47:05 +0300
committerMark Otto <otto@github.com>2020-09-23 02:49:02 +0300
commitfae9aef3dbc9674eadd4d0187b58653bcef96a2a (patch)
tree603e40aeec34df71180962a2eac79c6ad3cc6279 /scss/_toasts.scss
parent67f33a06c7c0a7431981b91e27f0f58b29fd9724 (diff)
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.scss5
1 files changed, 5 insertions, 0 deletions
diff --git a/scss/_toasts.scss b/scss/_toasts.scss
index 4db51b6b04..e2b98e6008 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 {