diff --git a/css/style.css b/css/style.css index 6fc0530..975f9e3 100644 --- a/css/style.css +++ b/css/style.css @@ -521,9 +521,6 @@ } } @layer utilities { - .collapse { - visibility: collapse; - } .absolute { position: absolute; } @@ -545,9 +542,6 @@ .right-2 { right: calc(var(--spacing) * 2); } - .col-span-4 { - grid-column: span 4 / span 4; - } .container { width: 100%; @media (width >= 40rem) { @@ -569,18 +563,9 @@ .mx-auto { margin-inline: auto; } - .mt-2 { - margin-top: calc(var(--spacing) * 2); - } .mt-4 { margin-top: calc(var(--spacing) * 4); } - .mr-2 { - margin-right: calc(var(--spacing) * 2); - } - .mr-auto { - margin-right: auto; - } .mb-0 { margin-bottom: calc(var(--spacing) * 0); } @@ -608,30 +593,9 @@ .hidden { display: none; } - .inline { - display: inline; - } .inline-block { display: inline-block; } - .inline-flex { - display: inline-flex; - } - .list-item { - display: list-item; - } - .table { - display: table; - } - .w-3 { - width: calc(var(--spacing) * 3); - } - .w-3\/4 { - width: calc(3/4 * 100%); - } - .w-5 { - width: calc(var(--spacing) * 5); - } .w-5\/6 { width: calc(5/6 * 100%); } @@ -644,21 +608,6 @@ .w-full { width: 100%; } - .flex-1 { - flex: 1; - } - .border-collapse { - border-collapse: collapse; - } - .transform { - transform: var(--tw-rotate-x) var(--tw-rotate-y) var(--tw-rotate-z) var(--tw-skew-x) var(--tw-skew-y); - } - .resize { - resize: both; - } - .list-disc { - list-style-type: disc; - } .list-none { list-style-type: none; } @@ -694,9 +643,6 @@ margin-inline-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-x-reverse))); } } - .overflow-hidden { - overflow: hidden; - } .rounded { border-radius: 0.25rem; } @@ -707,14 +653,6 @@ border-style: var(--tw-border-style); border-width: 1px; } - .border-t { - border-top-style: var(--tw-border-style); - border-top-width: 1px; - } - .border-b { - border-bottom-style: var(--tw-border-style); - border-bottom-width: 1px; - } .bg-black { background-color: var(--color-black); } @@ -727,9 +665,6 @@ .bg-gray-100 { background-color: var(--color-gray-100); } - .bg-gray-300 { - background-color: var(--color-gray-300); - } .bg-green-500 { background-color: var(--color-green-500); } @@ -739,9 +674,6 @@ .bg-white { background-color: var(--color-white); } - .p-1 { - padding: calc(var(--spacing) * 1); - } .p-2 { padding: calc(var(--spacing) * 2); } @@ -751,9 +683,6 @@ .p-6 { padding: calc(var(--spacing) * 6); } - .px-1 { - padding-inline: calc(var(--spacing) * 1); - } .px-2 { padding-inline: calc(var(--spacing) * 2); } @@ -766,9 +695,6 @@ .py-0 { padding-block: calc(var(--spacing) * 0); } - .py-1 { - padding-block: calc(var(--spacing) * 1); - } .py-2 { padding-block: calc(var(--spacing) * 2); } @@ -778,9 +704,6 @@ .pl-0 { padding-left: calc(var(--spacing) * 0); } - .pl-5 { - padding-left: calc(var(--spacing) * 5); - } .text-2xl { font-size: var(--text-2xl); line-height: var(--tw-leading, var(--text-2xl--line-height)); @@ -819,9 +742,6 @@ .text-white { color: var(--color-white); } - .underline { - text-decoration-line: underline; - } .shadow { --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1)); box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow); @@ -834,10 +754,6 @@ --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1)); box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow); } - .outline { - outline-style: var(--tw-outline-style); - outline-width: 1px; - } .hover\:bg-blue-600 { &:hover { @media (hover: hover) { @@ -845,13 +761,6 @@ } } } - .hover\:bg-gray-400 { - &:hover { - @media (hover: hover) { - background-color: var(--color-gray-400); - } - } - } .hover\:bg-green-600 { &:hover { @media (hover: hover) { @@ -866,23 +775,11 @@ } } } - .hover\:text-gray-700 { - &:hover { - @media (hover: hover) { - color: var(--color-gray-700); - } - } - } .md\:grid-cols-2 { @media (width >= 48rem) { grid-template-columns: repeat(2, minmax(0, 1fr)); } } - .md\:grid-cols-4 { - @media (width >= 48rem) { - grid-template-columns: repeat(4, minmax(0, 1fr)); - } - } .md\:grid-cols-5 { @media (width >= 48rem) { grid-template-columns: repeat(5, minmax(0, 1fr)); @@ -925,31 +822,6 @@ animation-timing-function: cubic-bezier(0, 0, 0.2, 1); } } -@property --tw-rotate-x { - syntax: "*"; - inherits: false; - initial-value: rotateX(0); -} -@property --tw-rotate-y { - syntax: "*"; - inherits: false; - initial-value: rotateY(0); -} -@property --tw-rotate-z { - syntax: "*"; - inherits: false; - initial-value: rotateZ(0); -} -@property --tw-skew-x { - syntax: "*"; - inherits: false; - initial-value: skewX(0); -} -@property --tw-skew-y { - syntax: "*"; - inherits: false; - initial-value: skewY(0); -} @property --tw-space-y-reverse { syntax: "*"; inherits: false; @@ -1024,8 +896,3 @@ inherits: false; initial-value: 0 0 #0000; } -@property --tw-outline-style { - syntax: "*"; - inherits: false; - initial-value: solid; -} diff --git a/includes/api.php b/includes/api.php index c715b84..c7f3471 100644 --- a/includes/api.php +++ b/includes/api.php @@ -179,6 +179,7 @@ try { ORDER BY payees.name ASC "); $stmt->execute([$year]); + $payeeAmounts = $stmt->fetchAll(PDO::FETCH_ASSOC); // Fetch overall YTD amount diff --git a/index.php b/index.php index 9e66b91..c30e7fe 100644 --- a/index.php +++ b/index.php @@ -48,12 +48,12 @@