mirror of
https://github.com/vercel/commerce.git
synced 2025-07-23 04:36:49 +00:00
🎨 styles: modal create user info
:%s
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user