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

@@ -1344,6 +1344,10 @@ input:checked + .toggle-bg {
width: 50%;
}
.w-16 {
width: 4rem;
}
.w-3 {
width: 0.75rem;
}
@@ -1352,6 +1356,10 @@ input:checked + .toggle-bg {
width: 0.875rem;
}
.w-32 {
width: 8rem;
}
.w-36 {
width: 9rem;
}
@@ -1384,6 +1392,10 @@ input:checked + .toggle-bg {
width: 100%;
}
.w-96 {
width: 24rem;
}
.max-w-2xl {
max-width: 42rem;
}
@@ -1404,6 +1416,10 @@ input:checked + .toggle-bg {
max-width: 1024px;
}
.max-w-4xl {
max-width: 56rem;
}
.flex-1 {
flex: 1 1 0%;
}
@@ -1420,6 +1436,14 @@ input:checked + .toggle-bg {
flex-shrink: 1;
}
.shrink-0 {
flex-shrink: 0;
}
.grow-0 {
flex-grow: 0;
}
.basis-1\/4 {
flex-basis: 25%;
}
@@ -1518,6 +1542,10 @@ input:checked + .toggle-bg {
appearance: none;
}
.grid-cols-2 {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3 {
grid-template-columns: repeat(3, minmax(0, 1fr));
}
@@ -2257,6 +2285,11 @@ input:checked + .toggle-bg {
color: rgb(97 145 37 / var(--tw-text-opacity));
}
.text-red-500 {
--tw-text-opacity: 1;
color: rgb(255 3 3 / var(--tw-text-opacity));
}
.text-red-600 {
--tw-text-opacity: 1;
color: rgb(204 2 2 / var(--tw-text-opacity));
@@ -2485,6 +2518,7 @@ input:checked + .toggle-bg {
}
.choices {
margin-bottom: 0px !important;
border-width: 0px !important;
}
@@ -2628,6 +2662,26 @@ input:checked + .toggle-bg {
--tw-ring-color: rgb(0 156 234 / var(--tw-ring-opacity)) !important;
}
.choices__list--single .choices__item {
display: flex !important;
width: auto !important;
}
.choices__list--single {
width: auto !important;
}
.choices__list--single button {
position: relative !important;
margin: 0px !important;
display: block !important;
height: auto !important;
}
.choices[data-type*="select-one"] .choices__button {
right:auto !important;
}
.hover\:scale-105:hover {
--tw-scale-x: 1.05;
--tw-scale-y: 1.05;