add daisy tailwind theme

This commit is contained in:
Alex Turchyn
2023-05-29 21:20:39 +03:00
parent 6a41f82e5b
commit b8bae6d0e4
9 changed files with 163 additions and 70 deletions
+16
View File
@@ -30,3 +30,19 @@ button .enabled {
button[disabled] .enabled {
display: none;
}
.base-input {
@apply input input-bordered bg-white;
}
.base-button {
@apply btn text-white text-base no-animation;
}
.white-button {
@apply btn btn-outline text-base bg-white border-2;
}
.base-checkbox {
@apply checkbox rounded bg-white checkbox-sm no-animation;
}