Completed Daily Living

This commit is contained in:
prospect
2024-01-11 21:55:26 -05:00
parent b57ef39be9
commit a1527fcf30
22 changed files with 542 additions and 38 deletions

View File

@@ -1532,6 +1532,10 @@ select {
height: 14rem;
}
.h-60 {
height: 15rem;
}
.h-full {
height: 100%;
}
@@ -1717,6 +1721,11 @@ select {
border-color: rgb(10 28 50/var(--tw-border-opacity));
}
.bg-black {
--tw-bg-opacity: 1;
background-color: rgb(0 0 0/var(--tw-bg-opacity));
}
.bg-blue-500 {
--tw-bg-opacity: 1;
background-color: rgb(10 28 50/var(--tw-bg-opacity));
@@ -1737,6 +1746,11 @@ select {
background-color: rgb(245 247 247/var(--tw-bg-opacity));
}
.bg-cadet-200 {
--tw-bg-opacity: 1;
background-color: rgb(225 235 234/var(--tw-bg-opacity));
}
.bg-cadet-300 {
--tw-bg-opacity: 1;
background-color: rgb(206 219 218/var(--tw-bg-opacity));
@@ -1797,6 +1811,11 @@ select {
background-color: rgb(245 224 162/var(--tw-bg-opacity));
}
.bg-yellow-500 {
--tw-bg-opacity: 1;
background-color: rgb(231 160 38/var(--tw-bg-opacity));
}
.bg-opacity-40 {
--tw-bg-opacity: 0.4;
}
@@ -1806,6 +1825,11 @@ select {
object-fit: cover;
}
.object-center {
-o-object-position: center;
object-position: center;
}
.p-2 {
padding: 0.5rem;
}
@@ -1869,18 +1893,18 @@ select {
padding-bottom: 2rem;
}
.pb-20 {
padding-bottom: 5rem;
.pb-24 {
padding-bottom: 6rem;
}
.pb-28 {
padding-bottom: 7rem;
}
.pb-8 {
padding-bottom: 2rem;
}
.pb-\[65px\] {
padding-bottom: 65px;
}
.pl-10 {
padding-left: 2.5rem;
}
@@ -2503,6 +2527,10 @@ body.login {
background-color: var(--copper-200); /* Odd row background color */
}
.issues-columns:nth-child(even) {
background-color: var(--cadet-200); /* Odd row background color */
}
.flip {
transform: scaleX(-1);
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 38 KiB

After

Width:  |  Height:  |  Size: 84 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 35 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 94 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 122 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 316 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 62 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 715 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 534 KiB