2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-17 19:21:23 +03:00

Make component colors configurable (#28035)

This commit is contained in:
Martijn Cuppens
2019-01-20 22:38:29 +01:00
committed by XhmikosR
parent de0bb1e052
commit 59d040fcbb
8 changed files with 13 additions and 2 deletions
+1
View File
@@ -104,6 +104,7 @@
flex-direction: column;
width: 100%; // Ensure `.modal-content` extends the full width of the parent `.modal-dialog`
// counteract the pointer-events: none; in the .modal-dialog
color: $modal-content-color;
pointer-events: auto;
background-color: $modal-content-bg;
background-clip: padding-box;