File tree 2 files changed +3
-2
lines changed 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 67
67
background-color : $modal-content-bg ;
68
68
background-clip : padding-box ;
69
69
border : $modal-content-border-width solid $modal-content-border-color ;
70
- @include border-radius ($border-radius-lg );
70
+ @include border-radius ($modal-content- border-radius );
71
71
@include box-shadow ($modal-content-box-shadow-xs );
72
72
// Remove focus outline from opened modal
73
73
outline : 0 ;
96
96
justify-content : space-between ; // Put modal header elements (title and dismiss) on opposite ends
97
97
padding : $modal-header-padding ;
98
98
border-bottom : $modal-header-border-width solid $modal-header-border-color ;
99
- @include border-top-radius ($border-radius-lg );
99
+ @include border-top-radius ($modal-content- border-radius );
100
100
101
101
.close {
102
102
padding : $modal-header-padding ;
Original file line number Diff line number Diff line change @@ -769,6 +769,7 @@ $modal-title-line-height: $line-height-base !default;
769
769
$modal-content-bg : $white !default ;
770
770
$modal-content-border-color : rgba ($black , .2 ) !default ;
771
771
$modal-content-border-width : $border-width !default ;
772
+ $modal-content-border-radius : $border-radius-lg !default ;
772
773
$modal-content-box-shadow-xs : 0 .25rem .5rem rgba ($black , .5 ) !default ;
773
774
$modal-content-box-shadow-sm-up : 0 .5rem 1rem rgba ($black , .5 ) !default ;
774
775
You can’t perform that action at this time.
0 commit comments