diff --git a/view/frontend/web/css/source/_module.less b/view/frontend/web/css/source/_module.less index 3d268ec..90ab035 100644 --- a/view/frontend/web/css/source/_module.less +++ b/view/frontend/web/css/source/_module.less @@ -246,7 +246,10 @@ img.loader { #mp-popup-template4 { width: 105%; height: 105%; + background-position: center; background-repeat: no-repeat; + background-size: cover; + position: relative; } .tmp4-text-content { @@ -294,9 +297,14 @@ img.loader { text-align: left; } +.tmp4_field_newsletter { + padding-right: 10%; +} + .tmp4-input { background-color: #e5e5e5 !important; margin-top: 30px; + margin-left: 25px; border: none !important; height: 35px !important; font-family: sans-serif !important; @@ -314,7 +322,7 @@ img.loader { .tmp4-button { background-color: #ff5a15 !important; width: 130px; - height: 20px; + height: 30px; border-radius: 10px; border: none !important; font-size: 10px !important;