migrates accounts

This commit is contained in:
2023-10-14 23:21:22 -07:00
parent b1580b6e35
commit f997c41abd
13 changed files with 559 additions and 126 deletions

View File

@@ -79,7 +79,7 @@
.choices {
@apply border-0 !important;
@apply border-0 mb-0 !important;
}
.choices__list--multiple {
}
@@ -110,3 +110,19 @@
@apply bg-green-500 border-gray-500 ring-blue-500 border-blue-500 !important;
}
.choices__list--single .choices__item {
@apply w-auto flex !important;
}
.choices__list--single {
@apply w-auto !important;
}
.choices__list--single button {
@apply block relative m-0 h-auto !important;
}
.choices[data-type*="select-one"] .choices__button {
right:auto !important;
}