Skip to content

Commit

Permalink
Styles fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hide-on-bush-x committed Apr 11, 2023
1 parent 8b83054 commit 8a2557e
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions src/components/modal/styles.scss
Expand Up @@ -352,8 +352,11 @@
justify-content: center;
input {
text-align: center;
padding-left: 8px !important;
padding-right: 8px;
padding-left: 4px !important;
padding-right: 4px;
&:focus {
outline: none;
}
}
}
}
Expand Down Expand Up @@ -382,13 +385,20 @@
.g-recaptcha {
margin-top: 12px;
iframe:first-child {
height: 75px !important;
height: 76px !important;
width: 303px !important;
border: none;
}
}

.phone-input {
margin-top: 32px;

input {
&:focus {
outline: none;
}
}
}
}

Expand Down

0 comments on commit 8a2557e

Please sign in to comment.