Skip to content

Commit

Permalink
remove border, outline in input, buttons style
Browse files Browse the repository at this point in the history
  • Loading branch information
one92tb committed Mar 18, 2021
1 parent cf201ad commit 5949746
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/components/Auth/style.jsx
Expand Up @@ -153,6 +153,11 @@ const Input = styled.input`
display: block;
border: 1px solid #ced4da;
&:focus {
border: none;
outline: none;
}
@media only screen and (max-width: 575.98px) {
font-size: 14px;
height: 30px;
Expand Down

0 comments on commit 5949746

Please sign in to comment.