File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
.select {
2
- @apply border border-base-content border-opacity-0 bg-base-100 pr-10 font-semibold transition duration-200 ease-in-out rounded-btn;
2
+ @apply border border-base-content border-opacity-0 bg-base-100 pr-10 font-semibold rounded-btn;
3
3
& -bordered {
4
4
@apply border-opacity-20;
5
5
}
Original file line number Diff line number Diff line change 1
1
.file-input {
2
- @apply flex-shrink transition duration-200 ease-in-out h-12 pr-4 text-sm leading-loose;
2
+ @apply flex-shrink h-12 pr-4 text-sm leading-loose;
3
3
& ::file-selector-button {
4
4
@apply inline-flex flex-shrink-0 cursor-pointer select-none flex-wrap items-center justify-center border-transparent text-center transition duration-200 ease-in-out h-[2.875rem ] px-4 text-sm min-h-[2.875rem ] mr-4;
5
5
line-height : 1em ;
Original file line number Diff line number Diff line change 1
1
.input {
2
- @apply flex-shrink transition duration-200 ease-in-out ;
2
+ @apply flex-shrink;
3
3
@apply h-12 px-4 text-sm leading-loose;
4
4
}
5
5
.input-group {
Original file line number Diff line number Diff line change 1
1
.textarea {
2
- @apply flex-shrink transition duration-200 ease-in-out min-h-12;
2
+ @apply flex-shrink min-h-12;
3
3
@apply py-2 px-4 text-sm leading-loose;
4
4
}
You can’t perform that action at this time.
0 commit comments