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:
authorMartijn Cuppens <martijn.cuppens@gmail.com>2020-11-29 17:22:15 +0300
committerXhmikosR <xhmikosr@gmail.com>2020-12-04 17:15:51 +0300
commit1f2e600304fc9ac6b0bd98ce5d02ee9048d7791f (patch)
treeea49c22930eabbab33dbaa9fc004d6b990de25d9 /scss/_variables.scss
parent321ee7a1ad8584c1bfe604b5d16950d6051d52a4 (diff)
Add toast positioning
Diffstat (limited to 'scss/_variables.scss')
-rw-r--r--scss/_variables.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/scss/_variables.scss b/scss/_variables.scss
index b97e520d7c..d9acaca980 100644
--- a/scss/_variables.scss
+++ b/scss/_variables.scss
@@ -1108,6 +1108,7 @@ $toast-border-width: 1px !default;
$toast-border-color: rgba(0, 0, 0, .1) !default;
$toast-border-radius: $border-radius !default;
$toast-box-shadow: $box-shadow !default;
+$toast-spacing: $container-padding-x !default;
$toast-header-color: $gray-600 !default;
$toast-header-background-color: rgba($white, .85) !default;