This commit is contained in:
Dennis
2022-06-30 16:02:11 +02:00
parent e074ab5be4
commit 833a03e992
2 changed files with 513 additions and 580 deletions

73
public/css/app.css vendored
View File

@@ -640,39 +640,6 @@ select {
--tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/);
--tw-filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.container {
width: 100%;
}
@media (min-width: 640px) {
.container {
max-width: 640px;
}
}
@media (min-width: 768px) {
.container {
max-width: 768px;
}
}
@media (min-width: 1024px) {
.container {
max-width: 1024px;
}
}
@media (min-width: 1280px) {
.container {
max-width: 1280px;
}
}
@media (min-width: 1536px) {
.container {
max-width: 1536px;
}
}
.prose {
color: var(--tw-prose-body);
max-width: 65ch;
@@ -1080,9 +1047,6 @@ select {
.col-span-4 {
grid-column: span 4 / span 4;
}
.col-auto {
grid-column: auto;
}
.m-auto {
margin: auto;
}
@@ -1164,12 +1128,6 @@ select {
.mb-5 {
margin-bottom: 1.25rem;
}
.mt-4 {
margin-top: 1rem;
}
.mb-3 {
margin-bottom: 0.75rem;
}
.mt-2 {
margin-top: 0.5rem;
}
@@ -1257,15 +1215,15 @@ select {
.w-2 {
width: 0.5rem;
}
.w-1\/2 {
width: 50%;
}
.w-5 {
width: 1.25rem;
}
.w-3 {
width: 0.75rem;
}
.w-1\/2 {
width: 50%;
}
.max-w-screen-xl {
max-width: 1280px;
}
@@ -1460,10 +1418,6 @@ select {
.gap-8 {
gap: 2rem;
}
.gap-x-8 {
-moz-column-gap: 2rem;
column-gap: 2rem;
}
.gap-x-4 {
-moz-column-gap: 1rem;
column-gap: 1rem;
@@ -1533,21 +1487,6 @@ 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-8 > :not([hidden]) ~ :not([hidden]) {
--tw-space-x-reverse: 0;
margin-right: calc(2rem * var(--tw-space-x-reverse));
margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-12 > :not([hidden]) ~ :not([hidden]) {
--tw-space-y-reverse: 0;
margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(3rem * var(--tw-space-y-reverse));
}
.space-y-\[20px\] > :not([hidden]) ~ :not([hidden]) {
--tw-space-y-reverse: 0;
margin-top: calc(20px * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(20px * var(--tw-space-y-reverse));
}
.divide-x > :not([hidden]) ~ :not([hidden]) {
--tw-divide-x-reverse: 0;
border-right-width: calc(1px * var(--tw-divide-x-reverse));
@@ -1597,9 +1536,6 @@ select {
.border {
border-width: 1px;
}
.border-0 {
border-width: 0px;
}
.border-t {
border-top-width: 1px;
}
@@ -1753,9 +1689,6 @@ select {
.pb-5 {
padding-bottom: 1.25rem;
}
.pb-0 {
padding-bottom: 0px;
}
.text-left {
text-align: left;
}

1020
public/js/app.js vendored

File diff suppressed because one or more lines are too long