update daisyui, fix UI

This commit is contained in:
Alex Turchyn
2023-06-22 22:50:47 +03:00
parent 92e05ae8e9
commit ac5d0c8cc3
10 changed files with 48 additions and 22 deletions
+13 -1
View File
@@ -31,6 +31,18 @@ button[disabled] .enabled {
display: none;
}
.input-bordered {
@apply border-base-content/20;
}
.select-bordered {
@apply border-base-content/20;
}
.textarea-bordered {
@apply border-base-content/20;
}
.btn {
@apply no-animation;
}
@@ -56,5 +68,5 @@ button[disabled] .enabled {
}
.base-radio {
@apply radio bg-white radio-sm;
@apply radio bg-white radio-sm no-animation;
}
+12
View File
@@ -35,6 +35,18 @@ select:required:invalid {
@apply text-gray-300;
}
.input-bordered {
@apply border-base-content/20;
}
.select-bordered {
@apply border-base-content/20;
}
.textarea-bordered {
@apply border-base-content/20;
}
.btn {
@apply no-animation;
}