From fae9aef3dbc9674eadd4d0187b58653bcef96a2a Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 13 Sep 2020 19:47:05 -0700 Subject: Update toasts dismiss (moving more styles to CSS instead of utilities), fix some more close examples, and add a new .btn-close-white variant --- scss/_variables.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scss/_variables.scss') diff --git a/scss/_variables.scss b/scss/_variables.scss index 84a1f4abc..abd2d8d93 100644 --- a/scss/_variables.scss +++ b/scss/_variables.scss @@ -1071,7 +1071,7 @@ $popover-arrow-outer-color: fade-in($popover-border-color, .05) !default $toast-max-width: 350px !default; $toast-padding-x: .75rem !default; -$toast-padding-y: .25rem !default; +$toast-padding-y: .5rem !default; $toast-font-size: .875rem !default; $toast-color: null !default; $toast-background-color: rgba($white, .85) !default; -- cgit v1.2.3