diff options
| author | Martijn Cuppens <[email protected]> | 2019-01-14 00:51:53 +0100 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2019-01-14 01:51:53 +0200 |
| commit | b3226c1ccc0f3b35f17f1ea1b708ae7607cb617d (patch) | |
| tree | 2b1e67febb770c2ce4bc38a7c1d503346d6c643c | |
| parent | 8f5abf0ab08c2ce734990e9ff274939ea5ad9fcf (diff) | |
| download | bootstrap-b3226c1ccc0f3b35f17f1ea1b708ae7607cb617d.tar.xz bootstrap-b3226c1ccc0f3b35f17f1ea1b708ae7607cb617d.zip | |
Align toast variables (#28041)
| -rw-r--r-- | scss/_variables.scss | 27 |
1 files changed, 14 insertions, 13 deletions
diff --git a/scss/_variables.scss b/scss/_variables.scss index b73024427..a875b4db8 100644 --- a/scss/_variables.scss +++ b/scss/_variables.scss @@ -890,19 +890,20 @@ $popover-arrow-outer-color: fade-in($popover-border-color, .05) !default // Toasts -$toast-max-width: 350px !default; -$toast-padding-x: .75rem !default; -$toast-padding-y: .25rem !default; -$toast-font-size: .875rem !default; -$toast-background-color: rgba($white, .85) !default; -$toast-border-width: 1px !default; -$toast-border-color: rgba(0, 0, 0, .1) !default; -$toast-border-radius: .25rem !default; -$toast-box-shadow: 0 .25rem .75rem rgba($black, .1) !default; - -$toast-header-color: $gray-600 !default; -$toast-header-background-color: rgba($white, .85) !default; -$toast-header-border-color: rgba(0, 0, 0, .05) !default; + +$toast-max-width: 350px !default; +$toast-padding-x: .75rem !default; +$toast-padding-y: .25rem !default; +$toast-font-size: .875rem !default; +$toast-background-color: rgba($white, .85) !default; +$toast-border-width: 1px !default; +$toast-border-color: rgba(0, 0, 0, .1) !default; +$toast-border-radius: .25rem !default; +$toast-box-shadow: 0 .25rem .75rem rgba($black, .1) !default; + +$toast-header-color: $gray-600 !default; +$toast-header-background-color: rgba($white, .85) !default; +$toast-header-border-color: rgba(0, 0, 0, .05) !default; // Badges |
