diff --git a/www/css/main.min.css b/www/css/main.min.css index 8b7fd72..77a2dd9 100644 --- a/www/css/main.min.css +++ b/www/css/main.min.css @@ -929,12 +929,13 @@ 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 .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%;border-bottom:1px solid #6cb33f;color:#42210b;text-align:center;font-size:18px;padding-top:19px;line-height:22px;padding-bottom:4px;} +.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;} +.delivery-form-par .content-popup .text-down{width:100%;max-width:332px;} .delivery-form-par .text-down .up-text{color:#42210b;font-size:13.5px;text-align:center;width:100%;padding-top:23px;padding-bottom:8px;} .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:404px;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%;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;} -- libgit2 0.21.4