bug: add dot MenuFilter, add page AccountSignIn , fix spacing MenuFilter

This commit is contained in:
Quangnhankie
2021-09-14 10:41:00 +07:00
parent 6cad0d89ca
commit ee496c95b4
13 changed files with 121 additions and 17 deletions

View File

@@ -0,0 +1,37 @@
@import "../../../../styles/utilities";
.accountSignInWrapper{
@screen sm-only{
@apply w-full;
.imgError{
width: 30%;
margin: 0 auto;
}
.text{
@apply sub-headline;
color:var(--text-placeholder);
text-align: center;
margin-top: 3.6rem;
}
.btn{
@apply flex justify-center;
margin: 2.6rem auto;
button{
padding: 1.6rem 7rem;
}
}
.dontHaveAccount{
@apply flex justify-center font-bold;
div{
color:var(--text-active);
}
span{
color:var(--positive);
}
}
}
@screen md{
@apply hidden;
}
}