diff options
| author | Martijn Cuppens <[email protected]> | 2019-08-16 11:49:06 +0200 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2019-08-16 12:49:06 +0300 |
| commit | bbbda681ccf5c699e7d8ef89e837258087f307e5 (patch) | |
| tree | c77d35071eda2850b44ffe25e700535f235a90cf /scss/_variables.scss | |
| parent | ceddca71a24e9ee4c741289e4d5e896c7d9ae53e (diff) | |
| download | bootstrap-bbbda681ccf5c699e7d8ef89e837258087f307e5.tar.xz bootstrap-bbbda681ccf5c699e7d8ef89e837258087f307e5.zip | |
Enable wrapping for elements in .modal-footer (#25103)
Diffstat (limited to 'scss/_variables.scss')
| -rw-r--r-- | scss/_variables.scss | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scss/_variables.scss b/scss/_variables.scss index cd8997e75..5a271b08a 100644 --- a/scss/_variables.scss +++ b/scss/_variables.scss @@ -933,6 +933,9 @@ $badge-border-radius: $border-radius !default; // Padding applied to the modal body $modal-inner-padding: 1rem !default; +// Margin between elements in footer, must be lower than or equal to 2 * $modal-inner-padding +$modal-footer-margin-between: .5rem !default; + $modal-dialog-margin: .5rem !default; $modal-dialog-margin-y-sm-up: 1.75rem !default; |
