Skip to content

Commit

Permalink
Atualizando
Browse files Browse the repository at this point in the history
  • Loading branch information
GabrielMarquesCorreia committed Aug 28, 2023
1 parent eee3f8a commit 67d2473
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 13 deletions.
12 changes: 2 additions & 10 deletions src/components/CreateUser/createuser.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -302,9 +302,7 @@ const CreateUserComponent = styled.section `
#name::-webkit-input-placeholder { /* Chrome/Opera/Safari */
font-size: 1.3em;
#gender {
font-size: 5em;
}
}
}
Expand Down Expand Up @@ -400,13 +398,7 @@ const CreateUserPg = function() {
<div className='name'>
<Input type="string" name="name" id="name" placeholder='Nome Completo'/>
</div>
<p id='gender'>Gênero</p>
<div className='gender'>
{/* <div className='man'>
<Input type='radio' name='gender' id='masculino' defaultValue='M'/>
<p className='man-op'>Masculino</p>
</div> */}
</div>
<h2>Gênero</h2>
</form>
</nav>
</CreateUserComponent>
Expand Down
Loading

0 comments on commit 67d2473

Please sign in to comment.