Commit 9db731192c39f863df5d0ee9725f3b01430aac94
Merge branch 'popup' of gitlab.artweb.com.ua:Alex/semena
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
www/css/main.min.css
... | ... | @@ -947,7 +947,7 @@ body{font-family:Calibri, Candara, Segoe, 'Segoe UI', Optima, Arial, sans-serif; |
947 | 947 | .delivery-form-par .popup-main-delivery{width:96%;left:2%;} |
948 | 948 | } |
949 | 949 | @media ( max-width: 480px ){ |
950 | - .open-delivery-modal{bottom:0;width:100%;box-shadow: inset 0px -250px 125px -250px black;} | |
950 | + .open-delivery-modal{top: initial;bottom:0;width:100%;box-shadow: inset 0px -250px 125px -250px black;} | |
951 | 951 | .delivery-form-par .content-popup{padding:25px;} |
952 | 952 | .delivery-form-par .popup-main-delivery{background-image:none;height:initial;top:10%;} |
953 | 953 | .delivery-form-par .deliver-form{justify-content: center;align-items: center;flex-direction: column;} | ... | ... |