mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-05-21 13:24:08 +03:00
adds a border radius to modal headers (#23799)
This commit is contained in:
committed by
Mark Otto
parent
aae11ab6ab
commit
b26eabf2a3
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user