feat: auto

focus input in form login/ register

:%s
This commit is contained in:
lytrankieio123
2021-08-27 18:01:44 +07:00
parent f29f675438
commit a3170ee04d
5 changed files with 28 additions and 8 deletions

View File

@@ -1,3 +1,5 @@
@import '../../../styles/utilities';
.background{
@apply fixed inset-0 overflow-y-auto;
background: rgba(20, 20, 20, 0.65);
@@ -10,10 +12,12 @@
padding: 3.2rem;
box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.24);
border-radius: 1.2rem;
.top {
margin-bottom: 4rem;
}
.title{
@apply font-heading heading-3;
padding: 0 0.8rem 0 0.8rem;
font-size: 3.2rem;
line-height: 4rem;
}
.close{
@apply absolute;