Commit 35ca7e49e7de842086e1631414196da8eacf23ce

Authored by Alex Savenko
2 parents e4a7ceca e4c4538a

Merge branch 'popup' of gitlab.artweb.com.ua:Alex/semena

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
www/css/main.min.css
... ... @@ -935,7 +935,7 @@ h2.types_logo_543{color:#5b4a42;}
935 935 .delivery-form-par .text-down .footer-text{color:#333333;font-style:italic;text-align:center;font-family:'Lato-Italic';padding-top:8px;padding-top:24px;width:100%;font-size:10.8px;}
936 936 .delivery-form-par .submit-delivery-but{font-size:15px;color:#fff;border:none;background-color:#6cb33f;text-transform:lowercase;width:80px;height:25px;outline:none;cursor:pointer;}
937 937 .delivery-form-par .text-up p span{color:#f15a24;font-size:28.58px;}
938   -.delivery-form-par .content-popup{padding:38px;width:100%;height:100%;max-width:480px;box-sizing:border-box;background-image:url('../images/grad_popup.png');background-position: left center;background-repeat-x: no-repeat;}
  938 +.delivery-form-par .content-popup{padding:38px;width:100%;height:100%;min-height: 400px;max-width:480px;box-sizing:border-box;background-image:url('../images/grad_popup.png');background-position: left center;background-repeat-x: no-repeat;}
939 939 .delivery-form-par .text-down input{height:23px;width:104px;border:1px solid #6cb33f;font-size:9px;padding-left:12px;outline:none;}
940 940 .delivery-form-par .deliver-form{display:flex;justify-content:space-between;width:100%px;}
941 941 body{font-family:Calibri, Candara, Segoe, 'Segoe UI', Optima, Arial, sans-serif;}
... ... @@ -943,7 +943,7 @@ body{font-family:Calibri, Candara, Segoe, 'Segoe UI', Optima, Arial, sans-serif;
943 943 .delivery-form-par .popup-main-delivery{width:96%;left:2%;}
944 944 }
945 945 @media ( max-width: 480px ){
946   - .popup-main-delivery{background-image:none;}
  946 + .delivery-form-par .popup-main-delivery{background-image:none;}
947 947 .delivery-form-par .deliver-form{justify-content: center;align-items: center;flex-direction: column;}
948 948 .delivery-form-par .text-down input {margin-bottom:5px;}
949 949 .delivery-form-par .submit-delivery-but{margin-top:5px;}
... ...