0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-19 16:54:24 +01:00

adds a border radius to modal headers (#23799)

This commit is contained in:
Andres Galante 2017-10-02 18:59:50 -07:00 committed by Mark Otto
parent aae11ab6ab
commit b26eabf2a3

View File

@ -86,6 +86,7 @@
justify-content: space-between; // Put modal header elements (title and dismiss) on opposite ends
padding: $modal-header-padding;
border-bottom: $modal-header-border-width solid $modal-header-border-color;
@include border-top-radius($border-radius-lg);
.close {
padding: $modal-header-padding;