diff options
| author | Mark Otto <[email protected]> | 2018-08-24 09:17:55 -0700 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2018-08-25 18:49:09 +0300 |
| commit | df3993a600a6137d28cfdfb2af990db3d997bcb7 (patch) | |
| tree | 9282194fe12be0dbc58f7505f681e63e9ba5a4d0 | |
| parent | 8073e10fb31abe58340897dcb9819831b3fe72d2 (diff) | |
| download | bootstrap-df3993a600a6137d28cfdfb2af990db3d997bcb7.tar.xz bootstrap-df3993a600a6137d28cfdfb2af990db3d997bcb7.zip | |
Round corners on modal footer
Matches the method used for the modal header. Fixes #26955.
| -rw-r--r-- | scss/_modal.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scss/_modal.scss b/scss/_modal.scss index df8da68ff..9cb2e529e 100644 --- a/scss/_modal.scss +++ b/scss/_modal.scss @@ -135,6 +135,7 @@ justify-content: flex-end; // Right align buttons with flex property because text-align doesn't work on flex items padding: $modal-inner-padding; border-top: $modal-footer-border-width solid $modal-footer-border-color; + @include border-bottom-radius($modal-content-border-radius); // Easily place margin between footer elements > :not(:first-child) { margin-left: .25rem; } |
