Yodlee page in ssr.

This commit is contained in:
2023-05-13 22:51:03 -07:00
parent 8dca622947
commit b9ae20125b
19 changed files with 417 additions and 160 deletions

View File

@@ -1473,6 +1473,10 @@ input:checked + .toggle-bg {
justify-content: space-between;
}
.gap-1 {
gap: 0.25rem;
}
.gap-2 {
gap: 0.5rem;
}
@@ -2183,6 +2187,10 @@ input:checked + .toggle-bg {
opacity: 1.0;
}
.min-h-content {
min-height: calc(100vh - 4em);
}
.hover\:scale-105:hover {
--tw-scale-x: 1.05;
--tw-scale-y: 1.05;
@@ -2614,6 +2622,10 @@ input:checked + .toggle-bg {
border-radius: 0.5rem;
}
.sm\:p-6 {
padding: 1.5rem;
}
.sm\:py-5 {
padding-top: 1.25rem;
padding-bottom: 1.25rem;