Commit 5055a0252dcb1107000df136fd53bce3a5834876
1 parent
4a1949d3
попап3
Showing
1 changed file
with
5 additions
and
2 deletions
Show diff stats
www/css/main.min.css
... | ... | @@ -926,7 +926,7 @@ input[type=number]{-moz-appearance:textfield;} |
926 | 926 | .catalog_description.logo320{background-color:#00a3de;} |
927 | 927 | h2.types_logo_320{color:#00a3de;} |
928 | 928 | h2.types_logo_543{color:#5b4a42;} |
929 | -.delivery-form-par{position:fixed;z-index:99991;top:0;background-color:rgba(255, 255, 255, 0.75);width:100%;height:100%;display:none;} | |
929 | +.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;} | |
930 | 930 | .delivery-form-par .close-white{content:'';position:absolute;top:0;left:0;width:100%;height:100%;cursor:pointer;} |
931 | 931 | .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%;} |
932 | 932 | .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;} |
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%;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%;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;} |
... | ... | @@ -944,4 +944,7 @@ body{font-family:Calibri, Candara, Segoe, 'Segoe UI', Optima, Arial, sans-serif; |
944 | 944 | } |
945 | 945 | @media ( max-width: 480px ){ |
946 | 946 | .popup-main-delivery{background-image:none;} |
947 | + .delivery-form-par .deliver-form{justify-content: center;align-items: center;flex-direction: column;} | |
948 | + .delivery-form-par .text-down input {margin-bottom:5px;} | |
949 | + .delivery-form-par .submit-delivery-but{margin-top:5px;} | |
947 | 950 | } |
948 | 951 | \ No newline at end of file | ... | ... |