🎨 styles: modal create user info

:%s
This commit is contained in:
lytrankieio123
2021-08-30 11:10:23 +07:00
parent e0ccff890d
commit 37197743ce
9 changed files with 88 additions and 17 deletions

View File

@@ -80,7 +80,7 @@
font-size: 10px;
line-height: 16px;
}
.spacing-horizontal {
padding-left: 2rem;
padding-right: 2rem;
@@ -119,4 +119,22 @@
.font-logo {
font-family: var(--font-logo);
}
.u-form {
.body {
> div {
&:not(:last-child) {
margin-bottom: 1.6rem;
}
}
.line {
@apply flex justify-between items-center;
> div {
&:not(:last-child) {
margin-right: 1.6rem;
}
}
}
}
}
}