add more ui styles

This commit is contained in:
Alex Turchyn
2023-05-30 01:34:01 +03:00
parent 45adee6ddf
commit ccb8347575
12 changed files with 270 additions and 207 deletions
+5 -1
View File
@@ -31,12 +31,16 @@ button[disabled] .enabled {
display: none;
}
.btn {
@apply no-animation;
}
.base-input {
@apply input input-bordered bg-white;
}
.base-button {
@apply btn text-white text-base no-animation;
@apply btn text-white text-base;
}
.white-button {