Kommentieren und Bewerten hinzugefügt. Einstellungsseite hinzufügt (macht noch nichts).

This commit is contained in:
2023-07-13 19:02:14 +02:00
parent dbf004b0b0
commit c689ad7849
8 changed files with 129 additions and 97 deletions

View File

@@ -643,12 +643,12 @@ select {
.top-0 {
top: 0px;
}
.right-0 {
right: 0px;
}
.left-0 {
left: 0px;
}
.right-0 {
right: 0px;
}
.z-0 {
z-index: 0;
}
@@ -670,9 +670,6 @@ select {
.clear-both {
clear: both;
}
.m-4 {
margin: 1rem;
}
.mx-auto {
margin-left: auto;
margin-right: auto;
@@ -723,6 +720,12 @@ select {
.mt-2 {
margin-top: 0.5rem;
}
.mr-1 {
margin-right: 0.25rem;
}
.mb-1 {
margin-bottom: 0.25rem;
}
.mt-3 {
margin-top: 0.75rem;
}
@@ -744,20 +747,11 @@ select {
.-mr-2 {
margin-right: -0.5rem;
}
.mr-1 {
margin-right: 0.25rem;
}
.mb-1 {
margin-bottom: 0.25rem;
}
.ml-\[4\.5rem\] {
margin-left: 4.5rem;
}
.mb-10 {
margin-bottom: 2.5rem;
}
.mb-12 {
margin-bottom: 3rem;
.mb-8 {
margin-bottom: 2rem;
}
.block {
display: block;
@@ -795,6 +789,9 @@ select {
.h-40 {
height: 10rem;
}
.h-full {
height: 100%;
}
.h-8 {
height: 2rem;
}
@@ -807,9 +804,6 @@ select {
.h-4 {
height: 1rem;
}
.h-full {
height: 100%;
}
.max-h-7 {
max-height: 1.75rem;
}
@@ -822,8 +816,11 @@ select {
.min-h-screen {
min-height: 100vh;
}
.min-h-\[4rem\] {
min-height: 4rem;
.min-h-\[6rem\] {
min-height: 6rem;
}
.min-h-\[5rem\] {
min-height: 5rem;
}
.w-5 {
width: 1.25rem;
@@ -846,11 +843,6 @@ select {
.w-4 {
width: 1rem;
}
.w-fit {
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
}
.w-80 {
width: 20rem;
}
@@ -866,29 +858,24 @@ select {
.w-48 {
width: 12rem;
}
.w-max {
width: -webkit-max-content;
width: -moz-max-content;
width: max-content;
}
.max-w-7xl {
max-width: 80rem;
}
.max-w-md {
max-width: 28rem;
}
.max-w-xl {
max-width: 36rem;
}
.max-w-6xl {
max-width: 72rem;
}
.max-w-xs {
max-width: 20rem;
}
.max-w-\[100px\] {
max-width: 100px;
}
.max-w-xl {
max-width: 36rem;
}
.max-w-6xl {
max-width: 72rem;
}
.flex-1 {
flex: 1 1 0%;
}
@@ -982,6 +969,11 @@ select {
margin-right: calc(0.25rem * var(--tw-space-x-reverse));
margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-2 > :not([hidden]) ~ :not([hidden]) {
--tw-space-x-reverse: 0;
margin-right: calc(0.5rem * var(--tw-space-x-reverse));
margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-8 > :not([hidden]) ~ :not([hidden]) {
--tw-space-x-reverse: 0;
margin-right: calc(2rem * var(--tw-space-x-reverse));
@@ -992,11 +984,6 @@ select {
margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}
.space-x-2 > :not([hidden]) ~ :not([hidden]) {
--tw-space-x-reverse: 0;
margin-right: calc(0.5rem * var(--tw-space-x-reverse));
margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.overflow-hidden {
overflow: hidden;
}
@@ -1106,14 +1093,14 @@ select {
--tw-bg-opacity: 1;
background-color: rgb(104 79 67 / var(--tw-bg-opacity));
}
.bg-gray-100 {
--tw-bg-opacity: 1;
background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.bg-burnt {
--tw-bg-opacity: 1;
background-color: rgb(212 81 19 / var(--tw-bg-opacity));
}
.bg-gray-100 {
--tw-bg-opacity: 1;
background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.fill-current {
fill: currentColor;
}
@@ -1165,6 +1152,12 @@ select {
padding-top: 0.25rem;
padding-bottom: 0.25rem;
}
.pl-6 {
padding-left: 1.5rem;
}
.pb-2 {
padding-bottom: 0.5rem;
}
.pt-1 {
padding-top: 0.25rem;
}
@@ -1192,12 +1185,6 @@ select {
.pb-1 {
padding-bottom: 0.25rem;
}
.pl-6 {
padding-left: 1.5rem;
}
.pb-2 {
padding-bottom: 0.5rem;
}
.text-center {
text-align: center;
}
@@ -1306,6 +1293,10 @@ select {
--tw-text-opacity: 1;
color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-coal {
--tw-text-opacity: 1;
color: rgb(40 32 29 / var(--tw-text-opacity));
}
.text-red-600 {
--tw-text-opacity: 1;
color: rgb(220 38 38 / var(--tw-text-opacity));
@@ -1338,10 +1329,6 @@ select {
--tw-text-opacity: 1;
color: rgb(17 24 39 / var(--tw-text-opacity));
}
.text-coal {
--tw-text-opacity: 1;
color: rgb(40 32 29 / var(--tw-text-opacity));
}
.text-gray-800 {
--tw-text-opacity: 1;
color: rgb(31 41 55 / var(--tw-text-opacity));
@@ -1459,14 +1446,14 @@ select {
--tw-bg-opacity: 1;
background-color: rgb(212 81 19 / var(--tw-bg-opacity));
}
.hover\:bg-coal:hover {
--tw-bg-opacity: 1;
background-color: rgb(40 32 29 / var(--tw-bg-opacity));
}
.hover\:bg-crayola:hover {
--tw-bg-opacity: 1;
background-color: rgb(246 245 174 / var(--tw-bg-opacity));
}
.hover\:bg-coal:hover {
--tw-bg-opacity: 1;
background-color: rgb(40 32 29 / var(--tw-bg-opacity));
}
.hover\:bg-field:hover {
--tw-bg-opacity: 1;
background-color: rgb(104 79 67 / var(--tw-bg-opacity));
@@ -1495,10 +1482,6 @@ select {
--tw-text-opacity: 1;
color: rgb(17 24 39 / var(--tw-text-opacity));
}
.hover\:text-fogra:hover {
--tw-text-opacity: 1;
color: rgb(16 14 12 / var(--tw-text-opacity));
}
.focus\:z-10:focus {
z-index: 10;
}
@@ -1637,11 +1620,6 @@ select {
margin-bottom: -1px;
}
.sm\:mx-4 {
margin-left: 1rem;
margin-right: 1rem;
}
.sm\:mr-2 {
margin-right: 0.5rem;
}
@@ -1650,14 +1628,14 @@ select {
margin-left: 1.5rem;
}
.sm\:ml-10 {
margin-left: 2.5rem;
}
.sm\:ml-0 {
margin-left: 0px;
}
.sm\:ml-10 {
margin-left: 2.5rem;
}
.sm\:block {
display: block;
}
@@ -1786,10 +1764,6 @@ select {
margin-left: 1.5rem;
}
.lg\:mr-6 {
margin-right: 1.5rem;
}
.lg\:w-1\/4 {
width: 25%;
}