Makes the entire form work but it just looks janky
This commit is contained in:
@@ -13,6 +13,31 @@
|
||||
opacity: 1.0;
|
||||
}
|
||||
|
||||
.htmx-settling .fade-in-settle {
|
||||
opacity: 0.0 !important;
|
||||
}
|
||||
|
||||
.htmx-settling.fade-in-settle {
|
||||
opacity: 0.0 !important;
|
||||
}
|
||||
|
||||
.fade-in-settle {
|
||||
opacity: 1.0;
|
||||
}
|
||||
|
||||
|
||||
.htmx-settling .slide-up-settle {
|
||||
@apply translate-y-5 !important;
|
||||
}
|
||||
|
||||
.htmx-settling.slide-up-settle {
|
||||
@apply translate-y-5 !important;
|
||||
}
|
||||
|
||||
.slide-up-settle {
|
||||
@apply translate-y-0;
|
||||
}
|
||||
|
||||
.htmx-added .slide-up {
|
||||
@apply translate-y-5 !important;
|
||||
}
|
||||
@@ -87,6 +112,20 @@
|
||||
@apply bg-gray-50 border border-gray-300 text-gray-900 text-sm rounded-lg focus:ring-blue-500 focus:border-blue-500 block w-full p-2.5 dark:bg-gray-700 dark:border-gray-600 dark:placeholder-gray-400 dark:text-white dark:focus:ring-blue-500 dark:focus:border-blue-500 dark:bg-gray-700 p-1 !important;
|
||||
}
|
||||
|
||||
.choices:focus-within .choices__inner {
|
||||
@apply ring-blue-500 border-blue-500 dark:ring-blue-500 dark:border-blue-500 !important;
|
||||
outline: 2px solid transparent !important;
|
||||
outline-offset: 2px;
|
||||
--tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
|
||||
--tw-ring-offset-width: 0px;
|
||||
--tw-ring-offset-color: #fff;
|
||||
--tw-ring-color: #007dbb;
|
||||
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
||||
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
|
||||
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
||||
border-color: #007dbb;
|
||||
}
|
||||
|
||||
.choices__inner .choices__input {
|
||||
@apply m-0 bg-gray-50 dark:bg-gray-700 dark:text-white !important;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user