ui updates

This commit is contained in:
Andras Bacsai
2023-06-07 21:44:16 +02:00
parent 5abe308a97
commit 774b8d987b
29 changed files with 505 additions and 392 deletions

View File

@@ -27,7 +27,7 @@ input[type="text"],
[type="number"],
[type="email"],
[type="password"] {
@apply read-only:opacity-40;
@apply read-only:bg-coolgray-200/50 read-only:text-opacity-25;
}
.label-text,
label {
@@ -40,9 +40,6 @@ textarea {
select {
@apply select select-sm text-sm disabled:bg-coolgray-200 border-none disabled:opacity-50 font-normal placeholder:text-neutral-700 text-white rounded-none;
}
.breadcrumbs > ul > li::before {
@apply text-warning opacity-100;
}
.loading {
@apply w-4 text-warning;
}