migrates accounts
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user