feat: Adds initial icons / favicon

This commit is contained in:
2026-01-11 13:48:30 -05:00
parent f835fc7c51
commit f7c6373255
14 changed files with 67 additions and 4 deletions

View File

@@ -6388,6 +6388,14 @@
width: calc(var(--spacing) * 7);
height: calc(var(--spacing) * 7);
}
.size-\[50px\] {
width: 50px;
height: 50px;
}
.size-\[150px\] {
width: 150px;
height: 150px;
}
.status-lg {
@layer daisyui.l1.l2 {
width: calc(0.25rem * 3);
@@ -6427,9 +6435,18 @@
}
}
}
.h-40 {
height: calc(var(--spacing) * 40);
}
.h-\[1em\] {
height: 1em;
}
.h-\[50px\] {
height: 50px;
}
.h-fit {
height: fit-content;
}
.h-full {
height: 100%;
}
@@ -6570,9 +6587,15 @@
.w-24 {
width: calc(var(--spacing) * 24);
}
.w-40 {
width: calc(var(--spacing) * 40);
}
.w-64 {
width: calc(var(--spacing) * 64);
}
.w-\[50px\] {
width: 50px;
}
.w-\[80px\] {
width: 80px;
}
@@ -6828,6 +6851,13 @@
margin-block-end: calc(calc(var(--spacing) * 6) * calc(1 - var(--tw-space-y-reverse)));
}
}
.space-x-0 {
:where(& > :not(:last-child)) {
--tw-space-x-reverse: 0;
margin-inline-start: calc(calc(var(--spacing) * 0) * var(--tw-space-x-reverse));
margin-inline-end: calc(calc(var(--spacing) * 0) * calc(1 - var(--tw-space-x-reverse)));
}
}
.space-x-2 {
:where(& > :not(:last-child)) {
--tw-space-x-reverse: 0;
@@ -7643,6 +7673,12 @@
.mask-repeat {
mask-repeat: repeat;
}
.object-contain {
object-fit: contain;
}
.object-scale-down {
object-fit: scale-down;
}
.checkbox-lg {
@layer daisyui.l1.l2 {
padding: 0.3125rem;

Binary file not shown.

After

Width:  |  Height:  |  Size: 64 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 327 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 57 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1013 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

BIN
Public/images/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

BIN
Public/images/mand_logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 592 KiB

1
Public/site.webmanifest Normal file
View File

@@ -0,0 +1 @@
{"name":"","short_name":"","icons":[{"src":"/android-chrome-192x192.png","sizes":"192x192","type":"image/png"},{"src":"/android-chrome-512x512.png","sizes":"512x512","type":"image/png"}],"theme_color":"#ffffff","background_color":"#ffffff","display":"standalone"}