style: spacing
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
font-weight: 600;
|
||||
line-height: var(--size-5);
|
||||
border: none;
|
||||
border-radius: var(--radius-md);
|
||||
border-radius: var(--radius-sm);
|
||||
cursor: pointer;
|
||||
font-family: inherit;
|
||||
}
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
.form-field {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: var(--size-2);
|
||||
gap: calc(var(--size-1) + 2px);
|
||||
margin-bottom: var(--size-4);
|
||||
}
|
||||
|
||||
@@ -51,8 +51,10 @@
|
||||
background: var(--bg-0);
|
||||
color: var(--fg-0);
|
||||
border: var(--border-1);
|
||||
border-radius: var(--radius-md);
|
||||
transition: border-color 150ms ease, box-shadow 150ms ease;
|
||||
border-radius: var(--radius-sm);
|
||||
transition:
|
||||
border-color 150ms ease,
|
||||
box-shadow 150ms ease;
|
||||
}
|
||||
|
||||
.form-input::placeholder,
|
||||
@@ -148,7 +150,9 @@
|
||||
background: var(--bg-0);
|
||||
border: var(--border-1);
|
||||
cursor: pointer;
|
||||
transition: background-color 150ms ease, border-color 150ms ease;
|
||||
transition:
|
||||
background-color 150ms ease,
|
||||
border-color 150ms ease;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
@@ -211,7 +215,9 @@
|
||||
border-radius: var(--radius-md);
|
||||
cursor: pointer;
|
||||
margin-right: var(--size-3);
|
||||
transition: background-color 150ms ease, border-color 150ms ease;
|
||||
transition:
|
||||
background-color 150ms ease,
|
||||
border-color 150ms ease;
|
||||
}
|
||||
|
||||
.form-file::file-selector-button:hover {
|
||||
|
||||
Reference in New Issue
Block a user