1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-09-01 17:32:41 +02:00

Add null modal-footer-bg variable (#35858)

Fixes #35782
This commit is contained in:
Mark Otto
2022-02-17 15:14:18 -08:00
committed by GitHub
parent d82602063a
commit f7f450ec59
2 changed files with 2 additions and 0 deletions

View File

@@ -130,6 +130,7 @@
align-items: center; // vertically center
justify-content: flex-end; // Right align buttons with flex property because text-align doesn't work on flex items
padding: $modal-inner-padding - $modal-footer-margin-between * .5;
background-color: $modal-footer-bg;
border-top: $modal-footer-border-width solid $modal-footer-border-color;
@include border-bottom-radius($modal-content-inner-border-radius);