diff --git a/campaign.html b/campaign.html index 41d726b..ec47971 100644 --- a/campaign.html +++ b/campaign.html @@ -51,7 +51,9 @@ /* color: #ed1f24; */ color: #EC221F; } - + .is-required{ + color: #EC221F; + } .right-side-text { color: #2a468d; font-size: 18px; @@ -68,9 +70,12 @@ .composite { margin-top: 20px; } - + .side-banner{ + margin-top: 50px; + } .banner { - margin-top: 50px; + width: 550px; + height: 350px } .input-button { @@ -94,13 +99,13 @@ } .popup-enter-text{ font-size: 16px; - font-weight: 600; - margin-bottom: 10px; + font-weight: 600; + margin-bottom: 10px; } dialog { width: 300px; - max-height: 400px; - padding: 30px; + max-height: 400px; + padding: 30px; border: 0; box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); border-radius: 15px; @@ -177,7 +182,7 @@ height: 35px; margin: 0 8px; text-align: center; - font-size: 1.5rem; + font-size: 14px; /* border: 2px solid #6665F1; */ border-radius: 5px; /* background-color: rgba(42, 42, 42, 0.8); */ @@ -197,9 +202,9 @@ margin: 0; } - .otp-input input[type=number] { + /* .otp-input input[type=number] { -moz-appearance: textfield; - } + } */ button { background: linear-gradient(135deg, #6665F1, #A556F6); @@ -301,6 +306,45 @@ text-decoration: underline; font-weight: 600; } + @media screen and (max-width: 480px) { + .campaign-page{ + margin: 10px; + } + .side-banner{ + margin-top: 10px; + } + .css-1xzxck5 .lp-form-react__group { + width: 100% !important; + } + .head-text { + font-size: 14px; + padding-top: 10px; + } + .sub-text { + margin: 10px 0px; + font-size: 12px; + font-weight: 400; + } + .right-side-text{ + font-size: 14px; + } + .n-logo{ + height: 40px; + } + .d-block{ + display: block; + } + .banner { + width: 100%; + height: 100%; + } + #dialogOne{ + margin-top: 100% !important; + } + .css-1xzxck5 .lp-form-react__label { + font-size: 12px !important; + } + }