Commit b06261a35ae30bc5c895d013e95a4930044f0497
1 parent
9c79cdfc
попап5
Showing
2 changed files
with
2 additions
and
2 deletions
Show diff stats
www/css/main.min.css
@@ -939,10 +939,10 @@ h2.types_logo_543{color:#5b4a42;} | @@ -939,10 +939,10 @@ h2.types_logo_543{color:#5b4a42;} | ||
939 | .delivery-form-par .text-down input{height:23px;width:104px;border:1px solid #6cb33f;font-size:9px;padding-left:12px;outline:none;} | 939 | .delivery-form-par .text-down input{height:23px;width:104px;border:1px solid #6cb33f;font-size:9px;padding-left:12px;outline:none;} |
940 | .delivery-form-par .deliver-form{display:flex;justify-content:space-between;width:100%px;} | 940 | .delivery-form-par .deliver-form{display:flex;justify-content:space-between;width:100%px;} |
941 | body{font-family:Calibri, Candara, Segoe, 'Segoe UI', Optima, Arial, sans-serif;} | 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%;} | 942 | +.open-delivery-modal{cursor:pointer;position:fixed;font-size:24px;bottom:0;width:100%;box-shadow: inset 0px -250px 125px -250px black;} |
943 | .open-delivery-modal div{width: 100%;max-width: 360px;text-align: center;margin: 0 auto;position:relative;} | 943 | .open-delivery-modal div{width: 100%;max-width: 360px;text-align: center;margin: 0 auto;position:relative;} |
944 | .open-delivery-modal div img{width:100%;max-width:360px;} | 944 | .open-delivery-modal div img{width:100%;max-width:360px;} |
945 | -.modal_close{position:absolute;top:0px;right:0px;width:15px;height:15px;background-color:black;border-radius:50%;} | 945 | +.modal_close{position: absolute;top: 23px;right: 10px;width: 15px;height: 15px;background-image:url('../images/modal_close.png');background-position:center center; background-repeat:no-repeat;border-radius: 50%;box-shadow: 0px 1px 3px -1px rgba(0, 0, 0, 0.40);cursor: default;} |
946 | .hidden_modal{bottom:-20%;opacity:0;transition:0.3s;} | 946 | .hidden_modal{bottom:-20%;opacity:0;transition:0.3s;} |
947 | @media( max-width: 880px ){ | 947 | @media( max-width: 880px ){ |
948 | .delivery-form-par .popup-main-delivery{width:96%;left:2%;} | 948 | .delivery-form-par .popup-main-delivery{width:96%;left:2%;} |
15.2 KB