aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndres Galante <[email protected]>2017-10-02 18:59:50 -0700
committerMark Otto <[email protected]>2017-10-02 18:59:50 -0700
commitb26eabf2a3a2d62192bd382edc1794bfb1876065 (patch)
treed8b60280dba18fcf46040eeb001e7b4770754933
parentaae11ab6aba1f2ededd591853f0c0294b32a81a4 (diff)
downloadbootstrap-b26eabf2a3a2d62192bd382edc1794bfb1876065.tar.xz
bootstrap-b26eabf2a3a2d62192bd382edc1794bfb1876065.zip
adds a border radius to modal headers (#23799)
-rw-r--r--scss/_modal.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/scss/_modal.scss b/scss/_modal.scss
index 66f981151..15e3754b7 100644
--- a/scss/_modal.scss
+++ b/scss/_modal.scss
@@ -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;