vendor/assets/stylesheets/_modal.scss in active_frontend-10.2.5 vs vendor/assets/stylesheets/_modal.scss in active_frontend-10.2.6

- old
+ new

@@ -65,11 +65,12 @@ max-height: 300px; overflow-y: scroll; padding: 15px 18px; position: relative; } -.modal-body > p:last-child { margin-bottom: 0; } +.modal-body .container { width: 100%; } +.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; @@ -133,6 +134,15 @@ @media only screen and (min-width: 480px) and (max-width: 767px) { .modal { margin-left: -210px; width: 420px; } +} +@media +only screen and (-webkit-min-device-pixel-ratio: 2), +only screen and ( min--moz-device-pixel-ratio: 2), +only screen and ( -o-min-device-pixel-ratio: 2/1), +only screen and ( min-device-pixel-ratio: 2), +only screen and ( min-resolution: 192dpi), +only screen and ( min-resolution: 2dppx) { + .modal-header > h3 { letter-spacing: 0.5px; } } \ No newline at end of file