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