diff --git a/www/css/main.min.css b/www/css/main.min.css index 77a2dd9..7581be0 100644 --- a/www/css/main.min.css +++ b/www/css/main.min.css @@ -926,7 +926,7 @@ input[type=number]{-moz-appearance:textfield;} .catalog_description.logo320{background-color:#00a3de;} h2.types_logo_320{color:#00a3de;} h2.types_logo_543{color:#5b4a42;} -.delivery-form-par{position:fixed;z-index:99991;top:0;background-color:rgba(255, 255, 255, 0.75);width:100%;height:100%;display:none;} +.delivery-form-par{position:fixed;z-index:99991;top:0;background-color:rgba(255, 255, 255, 0.75);width:100%;height:100%;display:none;transition:0.3s;} .delivery-form-par .close-white{content:'';position:absolute;top:0;left:0;width:100%;height:100%;cursor:pointer;} .delivery-form-par .popup-main-delivery{width:843px;height:400px;background-image:url("../images/right_deliver.png");background-position:right center;background-repeat:no-repeat;background-color:#fdfaf1;position:absolute;font-family:'Lato-Medium';left:calc(50% - 421.5px);top:15%;} .delivery-form-par .content-popup .text-up{width:100%;max-width:332px;border-bottom:1px solid #6cb33f;color:#42210b;text-align:center;font-size:18px;padding-top:19px;line-height:22px;padding-bottom:4px;} @@ -935,7 +935,7 @@ h2.types_logo_543{color:#5b4a42;} .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;} .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;} .delivery-form-par .text-up p span{color:#f15a24;font-size:28.58px;} -.delivery-form-par .content-popup{padding:38px;width:100%;max-width:480px;box-sizing:border-box;background-image:url('../images/grad_popup.png');background-position: left center;background-repeat-x: no-repeat;} +.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;} .delivery-form-par .text-down input{height:23px;width:104px;border:1px solid #6cb33f;font-size:9px;padding-left:12px;outline:none;} .delivery-form-par .deliver-form{display:flex;justify-content:space-between;width:100%px;} body{font-family:Calibri, Candara, Segoe, 'Segoe UI', Optima, Arial, sans-serif;} @@ -944,4 +944,7 @@ body{font-family:Calibri, Candara, Segoe, 'Segoe UI', Optima, Arial, sans-serif; } @media ( max-width: 480px ){ .popup-main-delivery{background-image:none;} + .delivery-form-par .deliver-form{justify-content: center;align-items: center;flex-direction: column;} + .delivery-form-par .text-down input {margin-bottom:5px;} + .delivery-form-par .submit-delivery-but{margin-top:5px;} } \ No newline at end of file -- libgit2 0.21.4