Skip to content

Commit

Permalink
fix: some oruga input css
Browse files Browse the repository at this point in the history
  • Loading branch information
bayang committed Dec 22, 2024
1 parent 0f0467f commit 74cfada
Showing 1 changed file with 23 additions and 5 deletions.
28 changes: 23 additions & 5 deletions src/jelu-ui/src/assets/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,10 @@
}

/* oruga customization with daisyui */
.input.o-dpck {
@apply px-0;
}

.o-chk__input {
@apply bg-none;
}
Expand Down Expand Up @@ -127,11 +131,11 @@


.o-input__wrapper {
@apply w-fit sm:w-full;
@apply w-fit sm:w-full items-center;
}

.o-input__wrapper .o-input {
@apply w-fit sm:w-full focus:input-accent;
@apply w-fit sm:w-full focus:input-accent bg-white;
}

.o-icon.o-input__icon-left {
Expand Down Expand Up @@ -162,8 +166,22 @@
@apply w-full grow;
}

.o-drop .o-tpck__dropdown {
height: 100%;
width: 100%;
}

.o-taginput .o-taginput__container {
@apply w-fit sm:w-full;
@apply w-fit sm:w-full items-center;
}

.o-taginput__autocomplete {
height: 100%;
@apply py-1;
}

.o-input.o-taginput__input {
height: 100%;
}
/* end oruga customization with daisyui */

Expand Down Expand Up @@ -283,11 +301,11 @@


.jelu-authorinput .o-taginput__item {
@apply bg-success rounded my-1;
@apply bg-success rounded my-1 items-center;
}

.jelu-taginput .o-taginput__item {
@apply bg-warning rounded text-warning-content my-1;
@apply bg-warning rounded text-warning-content my-1 items-center;
}

[data-theme="jelu"] .card {
Expand Down

0 comments on commit 74cfada

Please sign in to comment.