vendor/assets/stylesheets/_modal.scss in active_frontend-12.4.30 vs vendor/assets/stylesheets/_modal.scss in active_frontend-12.4.31

- old
+ new

@@ -27,33 +27,39 @@ .modal.fade { @include transition((opacity 0.2s linear, top 0.4s ease-in-out)); top: -100%; } .modal.fade.in { top: 15%; } -.modal form { border-color: inherit; } +.modal form { + border-color: inherit; + color: inherit; +} .modal-header { border-bottom: 1px solid; border-color: inherit; border-top-right-radius: 3px; border-top-left-radius: 3px; + color: inherit; padding: 23px 15px 20px 15px; } .modal-header > h1, .modal-header > h2, .modal-header > h3, .modal-header > h4, .modal-header > h5, .modal-header > h6 { + color: inherit; font-size: 14px; letter-spacing: 1px; line-height: 1; margin: 0; padding: 0; text-align: center; text-transform: uppercase; } .modal-body { + color: inherit; max-height: 300px; overflow-y: auto; padding: 15px 18px; } .modal-body .container { width: 100%; } @@ -61,9 +67,10 @@ .modal-footer { border-top: 1px solid; border-color: inherit; border-bottom-right-radius: 3px; border-bottom-left-radius: 3px; + color: inherit; } .modal-footer:after { clear: both; } .modal-footer-btn { @include appearance(none); background: $color-transparent; \ No newline at end of file