File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change 130
130
align-items : center ; // vertically center
131
131
justify-content : flex-end ; // Right align buttons with flex property because text-align doesn't work on flex items
132
132
padding : $modal-inner-padding - $modal-footer-margin-between * .5 ;
133
+ background-color : $modal-footer-bg ;
133
134
border-top : $modal-footer-border-width solid $modal-footer-border-color ;
134
135
@include border-bottom-radius ($modal-content-inner-border-radius );
135
136
Original file line number Diff line number Diff line change @@ -1390,6 +1390,7 @@ $modal-footer-border-width: $modal-header-border-width !default;
1390
1390
$modal-header-padding-y : $modal-inner-padding !default ;
1391
1391
$modal-header-padding-x : $modal-inner-padding !default ;
1392
1392
$modal-header-padding : $modal-header-padding-y $modal-header-padding-x !default ; // Keep this for backwards compatibility
1393
+ $modal-footer-bg : null !default ;
1393
1394
1394
1395
$modal-sm : 300px !default ;
1395
1396
$modal-md : 500px !default ;
You can’t perform that action at this time.
0 commit comments