added interface for workday and absence + multiday absences closes #38, #39

This commit is contained in:
2025-09-23 12:30:02 +02:00
parent 55b0332600
commit db6fc10c28
19 changed files with 1396 additions and 1034 deletions

View File

@@ -330,9 +330,6 @@
.h-full {
height: 100%;
}
.w-1\/7 {
width: calc(1/7 * 100%);
}
.w-2 {
width: calc(var(--spacing) * 2);
}
@@ -363,9 +360,6 @@
.grow-1 {
flex-grow: 1;
}
.border-collapse {
border-collapse: collapse;
}
.cursor-pointer {
cursor: pointer;
}
@@ -448,6 +442,9 @@
.overflow-hidden {
overflow: hidden;
}
.rounded {
border-radius: 0.25rem;
}
.rounded-full {
border-radius: calc(infinity * 1px);
}
@@ -458,22 +455,10 @@
border-style: var(--tw-border-style);
border-width: 1px;
}
.border-1 {
border-style: var(--tw-border-style);
border-width: 1px;
}
.border-t-1 {
border-top-style: var(--tw-border-style);
border-top-width: 1px;
}
.border-r-0 {
border-right-style: var(--tw-border-style);
border-right-width: 0px;
}
.border-r-1 {
border-right-style: var(--tw-border-style);
border-right-width: 1px;
}
.border-b-0 {
border-bottom-style: var(--tw-border-style);
border-bottom-width: 0px;
@@ -592,16 +577,6 @@
--tw-duration: 300ms;
transition-duration: 300ms;
}
.\*\:\*\:\*\:border-1 {
:is(& > *) {
:is(& > *) {
:is(& > *) {
border-style: var(--tw-border-style);
border-width: 1px;
}
}
}
}
.\*\:text-center {
:is(& > *) {
text-align: center;