This commit is contained in:
Alex Santos 2022-06-28 11:31:28 -03:00
parent d4e283cd15
commit c28fa88a80
4 changed files with 7 additions and 6 deletions

View File

@ -20,7 +20,7 @@ export const TableView = styled.main`
border-radius: 16px; border-radius: 16px;
tr { tr {
th { th {
font-family: 'poppins'; font-family: 'Poppins';
font-weight: 500; font-weight: 500;
font-size: 16px; font-size: 16px;
color: #6A707E; color: #6A707E;
@ -28,13 +28,13 @@ export const TableView = styled.main`
td { td {
:nth-child(3) { :nth-child(3) {
font-family: 'poppins'; font-family: 'Poppins';
font-weight: 500; font-weight: 500;
font-size: 16px; font-size: 16px;
color: #6A707E; color: #6A707E;
} }
:nth-child(4) { :nth-child(4) {
font-family: 'poppins'; font-family: 'Poppins';
font-weight: 400; font-weight: 400;
font-size: 12px; font-size: 12px;
color: #828282; color: #828282;

View File

@ -11,7 +11,7 @@ export const LoginButtonView = styled.button`
background: rgb(2,0,36); background: rgb(2,0,36);
background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(37,79,127,1) 35%, rgba(136,136,136,1) 100%); background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(37,79,127,1) 35%, rgba(136,136,136,1) 100%);
font-family: 'Nunito Sans'; font-family: 'Poppins';
font-weight: 700; font-weight: 700;
font-size: calc(99.98% + 10px); font-size: calc(99.98% + 10px);
line-height: 44px; line-height: 44px;

View File

@ -64,3 +64,4 @@ export default function ForgotPassword() {
</ForgotPasswordView> </ForgotPasswordView>
) )
} }

View File

@ -91,8 +91,8 @@ export default function Home() {
useEffect(() => { useEffect(() => {
setValues({ setValues({
password: null, password: (''),
showPassword: false, showPassword: null,
}); });
setEmail("") setEmail("")
}, [rota]) }, [rota])