feat: create page account not login

This commit is contained in:
Quangnhankie
2021-09-14 11:46:27 +07:00
parent ee496c95b4
commit ccb52169f8
4 changed files with 25 additions and 13 deletions

View File

@@ -1,11 +1,8 @@
@import "../../../../styles/utilities";
.accountSignInWrapper{
@screen sm-only{
@apply w-full;
.imgError{
width: 30%;
margin: 0 auto;
@apply w-full flex justify-center;
}
.text{
@apply sub-headline;
@@ -29,9 +26,5 @@
color:var(--positive);
}
}
}
@screen md{
@apply hidden;
}
}