vendor/assets/stylesheets/_modal.scss in active_frontend-6.2.0 vs vendor/assets/stylesheets/_modal.scss in active_frontend-6.3.0

- old
+ new

@@ -49,27 +49,27 @@ border-bottom: 2px solid rgba(0,0,0,0.2); border-top-right-radius: 3px; border-top-left-radius: 3px; padding: 22px 15px 18px 15px; } -.modal-header h3 { +.modal-header > h3 { color: rgba(255,255,255,1); font-size: 14px; letter-spacing: 1px; line-height: 14px; margin: 0; - text-transform: uppercase; text-align: center; + text-transform: uppercase; } .modal-body { border-bottom: 1px solid rgba(230,237,242,1); max-height: 300px; overflow-y: scroll; padding: 15px 18px; position: relative; } -.modal-body p:last-child { margin-bottom: 0; } +.modal-body > p:last-child { margin-bottom: 0; } .modal-footer { border-bottom-right-radius: 3px; border-bottom-left-radius: 3px; margin-bottom: 0; padding: 0; @@ -77,26 +77,26 @@ .modal-footer:after { clear: both; } .modal-footer-btn, button.modal-footer-btn, input.modal-footer-btn { -webkit-appearance: none; - -moz-appearance: none; + appearance: none; background: rgba(255,255,255,1); border: 0; box-sizing: border-box; color: rgba(35,41,55,1) !important; cursor: pointer; float: left; -webkit-font-smoothing: antialiased; - font-weight: bold; font-size: 11px; + font-weight: bold; line-height: 11px; margin: 0; padding: 22px 0; + text-align: center; + text-indent: 0; text-rendering: geometricPrecision; text-transform: uppercase; - text-indent: 0; - text-align: center; vertical-align: middle; width: 100%; } .modal-footer-btn:first-child, button.modal-footer-btn:first-child, \ No newline at end of file