added overtime to time and team page + ui improvements + mobile support for team page closed #12

This commit is contained in:
2025-09-04 00:11:33 +02:00
parent 45440b6457
commit 1ae30c11cb
19 changed files with 2138 additions and 387 deletions

View File

@@ -1,5 +1,8 @@
@import "tailwindcss";
@source "../templates/*.templ";
@plugin "@iconify/tailwind4" {
scale: 1.5;
}
@theme {
--color-accent-50: #e7fdea;
@@ -74,7 +77,7 @@
.btn:hover {
color: var(--color-white);
background-color: var(--color-neutral-700) !important;
background-color: var(--color-neutral-700);
}
.btn:disabled {