Browse Source

Fix- Popup color

main
amol 10 months ago
parent
commit
6e20e70a8a
1 changed files with 6 additions and 4 deletions
  1. +6
    -4
      campaign.html

+ 6
- 4
campaign.html View File

@ -39,10 +39,12 @@
.head-text {
font-size: 28px;
color: #2a468d;
font-weight: 600;
color: #2a468d;
}
#change{
color: #2a468d;
}
.text-center {
text-align: center;
}
@ -1374,8 +1376,8 @@ input[type=number]::-webkit-outer-spin-button {
<div class="container">
<div class="popup-enter-text">We sent a code to your mobile number </div>
<div style="text-align: center;">
<div class="mob-no-text">Enter the 6-digit verification code sent to +91. <span id="contact-det"></span>
<span style="cursor: pointer;" onclick="handleClosePopUp()" id="change">change</span></div>
<div class="mob-no-text">Enter the 6-digit verification code sent to <div>+91 <span id="contact-det"></span>
<span style="cursor: pointer;" onclick="handleClosePopUp()" id="change">change</span></div></div>
<div class="otp-input">
<input type="number" min="0" max="9" required>
<input type="number" min="0" max="9" required>


Loading…
Cancel
Save

Powered by TurnKey Linux.