]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
adds a border radius to modal headers (#23799)
authorAndres Galante <agalante@gmail.com>
Tue, 3 Oct 2017 01:59:50 +0000 (18:59 -0700)
committerMark Otto <markd.otto@gmail.com>
Tue, 3 Oct 2017 01:59:50 +0000 (18:59 -0700)
scss/_modal.scss

index 66f981151a2095befd61e45eec4455e0df87a99e..15e3754b7b3b7664a3d45e30c77d4cf71e464b16 100644 (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;