diff options
| author | Andres Galante <[email protected]> | 2017-10-02 18:59:50 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2017-10-02 18:59:50 -0700 |
| commit | b26eabf2a3a2d62192bd382edc1794bfb1876065 (patch) | |
| tree | d8b60280dba18fcf46040eeb001e7b4770754933 | |
| parent | aae11ab6aba1f2ededd591853f0c0294b32a81a4 (diff) | |
| download | bootstrap-b26eabf2a3a2d62192bd382edc1794bfb1876065.tar.xz bootstrap-b26eabf2a3a2d62192bd382edc1794bfb1876065.zip | |
adds a border radius to modal headers (#23799)
| -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 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; |
