Schimpfe von Moritz

This commit is contained in:
Robert Jagtiani
2024-12-12 18:10:16 +01:00
parent c5de6ab8f6
commit f5a03511ac
40 changed files with 122 additions and 208 deletions

View File

@@ -5,12 +5,20 @@
.formular-abschnitt1{@apply text-[1.25rem] py-[1px] px-[10px] text-secondary/80 bg-black/15 ring-2 ring-black/30 rounded-sm font-bold;}
.formular-abschnitt2{@apply [font-size:_clamp(16px,1vw,28px)] md:[font-size:_clamp(20px,1.25vw,36px)] pl-1;}
.formular-abschnitt2{@apply [font-size:_clamp(16px,1vw,28px)] pl-1 justify-self-start
md:[font-size:_clamp(20px,1.25vw,36px)]
}
.bereichs-label{@apply px-4 sm:px-0 mt-6 mb-3}
.collapseBereich{@apply overflow-hidden transition-all ease-in-out duration-200 h-[auto]}
.bereich-box {@apply w-full bg-gray-500/10 ring-1 rounded-sm ring-gray-500/35 pt-6 pb-8 px-4;
transform-origin: top center;
/*background: linear-gradient(
135deg,
rgba(252, 234, 187, 1) 0%,
@@ -20,6 +28,8 @@
); */
}
.input-standard{@apply w-full grid grid-cols-[1fr_25px] items-center relative mt-2}
.help-label{@apply rounded-e-sm ring-1 ring-black/15}

View File

@@ -66,7 +66,7 @@ radio{@apply accent-primary}
/*ARTICLE*/
article {
@apply w-full relative bg-white min-h-screen px-0 py-0;
@apply w-full relative bg-white px-0 py-0;
hr {@apply mb-4 mt-4;}
@@ -89,14 +89,17 @@ article {
}
.card{
.card:not(:last-child){@apply mb-5}
.card{@apply bg-white px-6 py-4;
h2 {@apply text-lg font-bold text-box-heading leading-6}
hr {@apply my-2}
hr {@apply my-0}
p {@apply text-lg}
a {@apply text-lg}
}
/*SIDEBAR-LEFT*/
/*NAVIGATION*/
@@ -143,7 +146,7 @@ li {@apply text-sm bg-white flex
xl:text-lg}
li a {@apply w-full text-sm px-4 py-2 rounded-none no-underline hover:text-white hover:bg-gradient-to-br from-secondary to-secondary-grad
lg:px-4 bg-[#efefef] text-black lg:hover:bg-secondary
lg:px-4 bg-[#efefef] text-black lg:hover:bg-secondary
xl:text-lg}
li:not(:first-child) {@apply !border-gray-200 !border-t-[1px]}