Commit 61678af692af37fec7588ad5b039d864e6d94041
Merge branch 'popup' of gitlab.artweb.com.ua:Alex/semena
Showing
1 changed file
with
4 additions
and
2 deletions
Show diff stats
www/css/main.min.css
... | ... | @@ -939,8 +939,10 @@ h2.types_logo_543{color:#5b4a42;} |
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;} |
942 | -.open-delivery-modal{cursor:pointer;position:fixed;font-size:24px;bottom:0;width;100%;} | |
943 | -.open-delivery-modal div{margin:0 auto;} | |
942 | +.open-delivery-modal{cursor:pointer;position:fixed;font-size:24px;bottom:0;width:100%;} | |
943 | +.open-delivery-modal div{text-align: center;} | |
944 | +.open-delivery-modal div img{position:relative;width:100%;max-width:360px;} | |
945 | +.open-delivery-modal div img:after{content:'';width:10px;height:10px;cursor:pointer;background-color:black;} | |
944 | 946 | @media( max-width: 880px ){ |
945 | 947 | .delivery-form-par .popup-main-delivery{width:96%;left:2%;} |
946 | 948 | } | ... | ... |