Skip to content

Commit

Permalink
Merge pull request #2462 from hawkishpolicy/Development
Browse files Browse the repository at this point in the history
UI: Remove Arrows From 2FA Component
  • Loading branch information
schmelz21 authored Feb 5, 2024
2 parents 05aa850 + e692ca6 commit 0cce9c9
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions frontend/src/components/AuthForm/styles.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,16 @@
width: 100%;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}

input[type='number'] {
appearance: textfield;
}

@media screen and (min-width: 480px) {
padding: 3rem 1.5rem;
max-width: 33rem;
Expand Down

0 comments on commit 0cce9c9

Please sign in to comment.