Round corners on modal footer

Matches the method used for the modal header. Fixes #26955.
This commit is contained in:
Mark Otto 2018-08-24 09:17:55 -07:00 committed by XhmikosR
parent 8073e10fb3
commit df3993a600
1 changed files with 1 additions and 0 deletions

View File

@ -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; }