Commit c3e1ea721be01c5982f59057a4db49cd0665f2eb
1 parent
e4db84d8
попап2
Showing
2 changed files
with
4 additions
and
1 deletions
Show diff stats
www/css/main.min.css
... | ... | @@ -934,10 +934,13 @@ h2.types_logo_543{color:#5b4a42;} |
934 | 934 | .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;} |
935 | 935 | .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;} |
936 | 936 | .delivery-form-par .text-up p span{color:#f15a24;font-size:28.58px;} |
937 | -.delivery-form-par .content-popup{padding:38px;width:100%;max-width:404px;} | |
937 | +.delivery-form-par .content-popup{padding:38px;width:100%;max-width:328px;background-image:url('../images/grad_popup.png');background-position: left center;background-repeat: no-repeat;} | |
938 | 938 | .delivery-form-par .text-down input{height:23px;width:104px;border:1px solid #6cb33f;font-size:9px;padding-left:12px;outline:none;} |
939 | 939 | .delivery-form-par .deliver-form{display:flex;justify-content:space-between;width:100%px;} |
940 | 940 | body{font-family:Calibri, Candara, Segoe, 'Segoe UI', Optima, Arial, sans-serif;} |
941 | 941 | @media( max-width: 880px ){ |
942 | 942 | .delivery-form-par .popup-main-delivery{width:96%;left:2%;} |
943 | +} | |
944 | +@media ( max-width: 480px ){ | |
945 | + .popup-main-delivery{background-image:none;} | |
943 | 946 | } |
944 | 947 | \ No newline at end of file | ... | ... |
32.3 KB