bug: spacing and button common at accountSignIn

This commit is contained in:
Quangnhankie
2021-09-14 16:10:40 +07:00
parent 571bfe44ac
commit 9987eda297
5 changed files with 1274 additions and 4 deletions

View File

@@ -15,7 +15,9 @@
@apply flex justify-center;
margin: 2.6rem auto;
button{
padding: 1.6rem 7rem;
div{
padding: 1.6rem 7rem;
}
}
}
.dontHaveAccount{
@@ -24,7 +26,7 @@
color:var(--text-active);
}
span{
color:var(--positive);
color:var(--primary);
}
}