mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-19 11:51:23 +02:00
Round corners on modal footer
Matches the method used for the modal header. Fixes #26955.
This commit is contained in:
@@ -135,6 +135,7 @@
|
|||||||
justify-content: flex-end; // Right align buttons with flex property because text-align doesn't work on flex items
|
justify-content: flex-end; // Right align buttons with flex property because text-align doesn't work on flex items
|
||||||
padding: $modal-inner-padding;
|
padding: $modal-inner-padding;
|
||||||
border-top: $modal-footer-border-width solid $modal-footer-border-color;
|
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
|
// Easily place margin between footer elements
|
||||||
> :not(:first-child) { margin-left: .25rem; }
|
> :not(:first-child) { margin-left: .25rem; }
|
||||||
|
Reference in New Issue
Block a user