Commit 1ce97ba11e8300b836f523d7fe6bb1578023b3c7
1 parent
19ef116b
попап4
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
www/css/main.min.css
... | ... | @@ -942,7 +942,7 @@ body{font-family:Calibri, Candara, Segoe, 'Segoe UI', Optima, Arial, sans-serif; |
942 | 942 | .open-delivery-modal{cursor:pointer;position:fixed;font-size:24px;bottom:0;width:100%;} |
943 | 943 | .open-delivery-modal div{text-align: center;} |
944 | 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;} | |
945 | +.open-delivery-modal div img:after{content:'';width:10px;height:10px;cursor:pointer;background-color:black;position:absolute;top:0px;right:0px;} | |
946 | 946 | @media( max-width: 880px ){ |
947 | 947 | .delivery-form-par .popup-main-delivery{width:96%;left:2%;} |
948 | 948 | } | ... | ... |