Style updates in data view

This commit is contained in:
Elio Struyf
2024-01-26 16:52:28 +01:00
parent 5f92ad33ff
commit 313533d74d
4 changed files with 5 additions and 18 deletions
+2 -17
View File
@@ -79,21 +79,6 @@
}
form {
label {
@apply block;
@apply text-gray-500;
@apply my-2;
}
input,
textarea {
@apply w-full px-2 py-1 text-vulcan-500;
&::placeholder {
@apply text-gray-500;
}
}
.ant-form-item-has-error .ant-form-item-control-input {
@apply relative;
}
@@ -147,12 +132,12 @@
> .fields {
> div > label:first-of-type {
color: var(--primary-color);
color: var(--frontmatter-text);
}
> div:not(:first-child) > label:first-of-type {
margin-block-start: 2rem;
border-block-start: 1px solid;
border-block-start: 1px solid var(--frontmatter-border);
padding-block-start: 2rem;
}
}