diff options
| author | Martijn Cuppens <[email protected]> | 2020-11-29 15:22:15 +0100 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2020-12-04 16:15:51 +0200 |
| commit | 1f2e600304fc9ac6b0bd98ce5d02ee9048d7791f (patch) | |
| tree | ea49c22930eabbab33dbaa9fc004d6b990de25d9 /scss/_variables.scss | |
| parent | 321ee7a1ad8584c1bfe604b5d16950d6051d52a4 (diff) | |
| download | bootstrap-1f2e600304fc9ac6b0bd98ce5d02ee9048d7791f.tar.xz bootstrap-1f2e600304fc9ac6b0bd98ce5d02ee9048d7791f.zip | |
Add toast positioning
Diffstat (limited to 'scss/_variables.scss')
| -rw-r--r-- | scss/_variables.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scss/_variables.scss b/scss/_variables.scss index b97e520d7..d9acaca98 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; |
