schema: some schema editor fixes

This commit is contained in:
2024-06-11 05:09:14 -06:00
parent e6880af3ee
commit 1664d3bc7f
8 changed files with 68 additions and 85 deletions

View File

@@ -9,7 +9,8 @@
body {
@apply dark:bg-mixed-100 bg-primary-600;
}
input {
input,
select {
@apply py-2 px-4 rounded-full dark:bg-mixed-200 bg-mixed-600 placeholder:text-dark-500;
}
textarea {
@@ -46,8 +47,11 @@
/* @apply bg-mixed-200 rounded-3xl p-6 shadow-2xl */;
}
.btn {
@apply rounded-full;
}
.btn-primary {
@apply dark:bg-primary-500 bg-primary-100 py-4 px-6 dark:text-mixed-100 text-white rounded-full font-bold text-lg;
@apply dark:bg-primary-500 bg-primary-100 py-4 px-6 dark:text-mixed-100 text-white font-bold text-lg btn;
}
.btn-secondary {
@apply dark:text-primary-500 text-primary-100 py-4 px-6 font-bold text-lg;