chore(frontend): clears dist dir
This commit is contained in:
parent
dc01ae3413
commit
9d481cf5ce
27
frontend/dist/index.html
vendored
27
frontend/dist/index.html
vendored
@ -1,27 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>wordl</title>
|
||||
<link rel="stylesheet" href="/styles-77d352ca8ada1544.css" integrity="sha384-TcEfMwgAp/NQ2Vm5fC1nICxVYrNbD17D8OID3K4KgfAki5VPpBdGA+rzb/tRh/dP"/>
|
||||
<!-- <link data-trunk href="./assets/favicon.ico" rel="icon" type="image/x-icon"> -->
|
||||
|
||||
<link rel="manifest" href="public/manifest.json" />
|
||||
|
||||
<link rel="modulepreload" href="/wordl-frontend-13f5d4b052a1434e.js" crossorigin=anonymous integrity="sha384-tVLovjz+Qu7uW8oMoQPnsy2W/wfDByzaPHxqA2c891yx6Rq16czXoVsIh9t4NJcJ">
|
||||
<link rel="preload" href="/wordl-frontend-13f5d4b052a1434e_bg.wasm" crossorigin=anonymous integrity="sha384-s1usZtXH5zGflc3eBjnMoAKZngqWgb6KOz2sWOJbpF+B2mzXAFBicK/8xyP4rSWT" as="fetch" type="application/wasm"></head>
|
||||
<body class="bg-black text-white">
|
||||
|
||||
<script type="module" nonce="ay+H7lysco+wybA03vZVQw==">
|
||||
import init, * as bindings from '/wordl-frontend-13f5d4b052a1434e.js';
|
||||
const wasm = await init('/wordl-frontend-13f5d4b052a1434e_bg.wasm');
|
||||
|
||||
|
||||
window.wasmBindings = bindings;
|
||||
|
||||
|
||||
dispatchEvent(new CustomEvent("TrunkApplicationStarted", {detail: {wasm}}));
|
||||
|
||||
</script></body>
|
||||
</html>
|
15
frontend/dist/public/manifest.json
vendored
15
frontend/dist/public/manifest.json
vendored
@ -1,15 +0,0 @@
|
||||
{
|
||||
"name": "wordl",
|
||||
"short_name": "wordl",
|
||||
"start_url": ".",
|
||||
"display": "standalone",
|
||||
"background_color": "#000",
|
||||
"description": "Wortspiel mit Koepfchen",
|
||||
"categories": [
|
||||
"utilities"
|
||||
],
|
||||
"icons": [
|
||||
"public/favicon.ico"
|
||||
],
|
||||
"orientation": "portrait-primary"
|
||||
}
|
940
frontend/dist/public/styles.css
vendored
940
frontend/dist/public/styles.css
vendored
@ -1,940 +0,0 @@
|
||||
/*
|
||||
! tailwindcss v3.4.10 | MIT License | https://tailwindcss.com
|
||||
*/
|
||||
|
||||
/*
|
||||
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
|
||||
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
|
||||
*/
|
||||
|
||||
*,
|
||||
::before,
|
||||
::after {
|
||||
box-sizing: border-box;
|
||||
/* 1 */
|
||||
border-width: 0;
|
||||
/* 2 */
|
||||
border-style: solid;
|
||||
/* 2 */
|
||||
border-color: #e5e7eb;
|
||||
/* 2 */
|
||||
}
|
||||
|
||||
::before,
|
||||
::after {
|
||||
--tw-content: '';
|
||||
}
|
||||
|
||||
/*
|
||||
1. Use a consistent sensible line-height in all browsers.
|
||||
2. Prevent adjustments of font size after orientation changes in iOS.
|
||||
3. Use a more readable tab size.
|
||||
4. Use the user's configured `sans` font-family by default.
|
||||
5. Use the user's configured `sans` font-feature-settings by default.
|
||||
6. Use the user's configured `sans` font-variation-settings by default.
|
||||
7. Disable tap highlights on iOS
|
||||
*/
|
||||
|
||||
html,
|
||||
:host {
|
||||
line-height: 1.5;
|
||||
/* 1 */
|
||||
-webkit-text-size-adjust: 100%;
|
||||
/* 2 */
|
||||
-moz-tab-size: 4;
|
||||
/* 3 */
|
||||
-o-tab-size: 4;
|
||||
tab-size: 4;
|
||||
/* 3 */
|
||||
font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
||||
/* 4 */
|
||||
font-feature-settings: normal;
|
||||
/* 5 */
|
||||
font-variation-settings: normal;
|
||||
/* 6 */
|
||||
-webkit-tap-highlight-color: transparent;
|
||||
/* 7 */
|
||||
}
|
||||
|
||||
/*
|
||||
1. Remove the margin in all browsers.
|
||||
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
|
||||
*/
|
||||
|
||||
body {
|
||||
margin: 0;
|
||||
/* 1 */
|
||||
line-height: inherit;
|
||||
/* 2 */
|
||||
}
|
||||
|
||||
/*
|
||||
1. Add the correct height in Firefox.
|
||||
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
|
||||
3. Ensure horizontal rules are visible by default.
|
||||
*/
|
||||
|
||||
hr {
|
||||
height: 0;
|
||||
/* 1 */
|
||||
color: inherit;
|
||||
/* 2 */
|
||||
border-top-width: 1px;
|
||||
/* 3 */
|
||||
}
|
||||
|
||||
/*
|
||||
Add the correct text decoration in Chrome, Edge, and Safari.
|
||||
*/
|
||||
|
||||
abbr:where([title]) {
|
||||
-webkit-text-decoration: underline dotted;
|
||||
text-decoration: underline dotted;
|
||||
}
|
||||
|
||||
/*
|
||||
Remove the default font size and weight for headings.
|
||||
*/
|
||||
|
||||
h1,
|
||||
h2,
|
||||
h3,
|
||||
h4,
|
||||
h5,
|
||||
h6 {
|
||||
font-size: inherit;
|
||||
font-weight: inherit;
|
||||
}
|
||||
|
||||
/*
|
||||
Reset links to optimize for opt-in styling instead of opt-out.
|
||||
*/
|
||||
|
||||
a {
|
||||
color: inherit;
|
||||
text-decoration: inherit;
|
||||
}
|
||||
|
||||
/*
|
||||
Add the correct font weight in Edge and Safari.
|
||||
*/
|
||||
|
||||
b,
|
||||
strong {
|
||||
font-weight: bolder;
|
||||
}
|
||||
|
||||
/*
|
||||
1. Use the user's configured `mono` font-family by default.
|
||||
2. Use the user's configured `mono` font-feature-settings by default.
|
||||
3. Use the user's configured `mono` font-variation-settings by default.
|
||||
4. Correct the odd `em` font sizing in all browsers.
|
||||
*/
|
||||
|
||||
code,
|
||||
kbd,
|
||||
samp,
|
||||
pre {
|
||||
font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
|
||||
/* 1 */
|
||||
font-feature-settings: normal;
|
||||
/* 2 */
|
||||
font-variation-settings: normal;
|
||||
/* 3 */
|
||||
font-size: 1em;
|
||||
/* 4 */
|
||||
}
|
||||
|
||||
/*
|
||||
Add the correct font size in all browsers.
|
||||
*/
|
||||
|
||||
small {
|
||||
font-size: 80%;
|
||||
}
|
||||
|
||||
/*
|
||||
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
|
||||
*/
|
||||
|
||||
sub,
|
||||
sup {
|
||||
font-size: 75%;
|
||||
line-height: 0;
|
||||
position: relative;
|
||||
vertical-align: baseline;
|
||||
}
|
||||
|
||||
sub {
|
||||
bottom: -0.25em;
|
||||
}
|
||||
|
||||
sup {
|
||||
top: -0.5em;
|
||||
}
|
||||
|
||||
/*
|
||||
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
|
||||
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
|
||||
3. Remove gaps between table borders by default.
|
||||
*/
|
||||
|
||||
table {
|
||||
text-indent: 0;
|
||||
/* 1 */
|
||||
border-color: inherit;
|
||||
/* 2 */
|
||||
border-collapse: collapse;
|
||||
/* 3 */
|
||||
}
|
||||
|
||||
/*
|
||||
1. Change the font styles in all browsers.
|
||||
2. Remove the margin in Firefox and Safari.
|
||||
3. Remove default padding in all browsers.
|
||||
*/
|
||||
|
||||
button,
|
||||
input,
|
||||
optgroup,
|
||||
select,
|
||||
textarea {
|
||||
font-family: inherit;
|
||||
/* 1 */
|
||||
font-feature-settings: inherit;
|
||||
/* 1 */
|
||||
font-variation-settings: inherit;
|
||||
/* 1 */
|
||||
font-size: 100%;
|
||||
/* 1 */
|
||||
font-weight: inherit;
|
||||
/* 1 */
|
||||
line-height: inherit;
|
||||
/* 1 */
|
||||
letter-spacing: inherit;
|
||||
/* 1 */
|
||||
color: inherit;
|
||||
/* 1 */
|
||||
margin: 0;
|
||||
/* 2 */
|
||||
padding: 0;
|
||||
/* 3 */
|
||||
}
|
||||
|
||||
/*
|
||||
Remove the inheritance of text transform in Edge and Firefox.
|
||||
*/
|
||||
|
||||
button,
|
||||
select {
|
||||
text-transform: none;
|
||||
}
|
||||
|
||||
/*
|
||||
1. Correct the inability to style clickable types in iOS and Safari.
|
||||
2. Remove default button styles.
|
||||
*/
|
||||
|
||||
button,
|
||||
input:where([type='button']),
|
||||
input:where([type='reset']),
|
||||
input:where([type='submit']) {
|
||||
-webkit-appearance: button;
|
||||
/* 1 */
|
||||
background-color: transparent;
|
||||
/* 2 */
|
||||
background-image: none;
|
||||
/* 2 */
|
||||
}
|
||||
|
||||
/*
|
||||
Use the modern Firefox focus style for all focusable elements.
|
||||
*/
|
||||
|
||||
:-moz-focusring {
|
||||
outline: auto;
|
||||
}
|
||||
|
||||
/*
|
||||
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
|
||||
*/
|
||||
|
||||
:-moz-ui-invalid {
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
/*
|
||||
Add the correct vertical alignment in Chrome and Firefox.
|
||||
*/
|
||||
|
||||
progress {
|
||||
vertical-align: baseline;
|
||||
}
|
||||
|
||||
/*
|
||||
Correct the cursor style of increment and decrement buttons in Safari.
|
||||
*/
|
||||
|
||||
::-webkit-inner-spin-button,
|
||||
::-webkit-outer-spin-button {
|
||||
height: auto;
|
||||
}
|
||||
|
||||
/*
|
||||
1. Correct the odd appearance in Chrome and Safari.
|
||||
2. Correct the outline style in Safari.
|
||||
*/
|
||||
|
||||
[type='search'] {
|
||||
-webkit-appearance: textfield;
|
||||
/* 1 */
|
||||
outline-offset: -2px;
|
||||
/* 2 */
|
||||
}
|
||||
|
||||
/*
|
||||
Remove the inner padding in Chrome and Safari on macOS.
|
||||
*/
|
||||
|
||||
::-webkit-search-decoration {
|
||||
-webkit-appearance: none;
|
||||
}
|
||||
|
||||
/*
|
||||
1. Correct the inability to style clickable types in iOS and Safari.
|
||||
2. Change font properties to `inherit` in Safari.
|
||||
*/
|
||||
|
||||
::-webkit-file-upload-button {
|
||||
-webkit-appearance: button;
|
||||
/* 1 */
|
||||
font: inherit;
|
||||
/* 2 */
|
||||
}
|
||||
|
||||
/*
|
||||
Add the correct display in Chrome and Safari.
|
||||
*/
|
||||
|
||||
summary {
|
||||
display: list-item;
|
||||
}
|
||||
|
||||
/*
|
||||
Removes the default spacing and border for appropriate elements.
|
||||
*/
|
||||
|
||||
blockquote,
|
||||
dl,
|
||||
dd,
|
||||
h1,
|
||||
h2,
|
||||
h3,
|
||||
h4,
|
||||
h5,
|
||||
h6,
|
||||
hr,
|
||||
figure,
|
||||
p,
|
||||
pre {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
fieldset {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
legend {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
ol,
|
||||
ul,
|
||||
menu {
|
||||
list-style: none;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
/*
|
||||
Reset default styling for dialogs.
|
||||
*/
|
||||
|
||||
dialog {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
/*
|
||||
Prevent resizing textareas horizontally by default.
|
||||
*/
|
||||
|
||||
textarea {
|
||||
resize: vertical;
|
||||
}
|
||||
|
||||
/*
|
||||
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
|
||||
2. Set the default placeholder color to the user's configured gray 400 color.
|
||||
*/
|
||||
|
||||
input::-moz-placeholder, textarea::-moz-placeholder {
|
||||
opacity: 1;
|
||||
/* 1 */
|
||||
color: #9ca3af;
|
||||
/* 2 */
|
||||
}
|
||||
|
||||
input::placeholder,
|
||||
textarea::placeholder {
|
||||
opacity: 1;
|
||||
/* 1 */
|
||||
color: #9ca3af;
|
||||
/* 2 */
|
||||
}
|
||||
|
||||
/*
|
||||
Set the default cursor for buttons.
|
||||
*/
|
||||
|
||||
button,
|
||||
[role="button"] {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
/*
|
||||
Make sure disabled buttons don't get the pointer cursor.
|
||||
*/
|
||||
|
||||
:disabled {
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
/*
|
||||
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
|
||||
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
|
||||
This can trigger a poorly considered lint error in some tools but is included by design.
|
||||
*/
|
||||
|
||||
img,
|
||||
svg,
|
||||
video,
|
||||
canvas,
|
||||
audio,
|
||||
iframe,
|
||||
embed,
|
||||
object {
|
||||
display: block;
|
||||
/* 1 */
|
||||
vertical-align: middle;
|
||||
/* 2 */
|
||||
}
|
||||
|
||||
/*
|
||||
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
|
||||
*/
|
||||
|
||||
img,
|
||||
video {
|
||||
max-width: 100%;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
/* Make elements with the HTML hidden attribute stay hidden by default */
|
||||
|
||||
[hidden] {
|
||||
display: none;
|
||||
}
|
||||
|
||||
*, ::before, ::after {
|
||||
--tw-border-spacing-x: 0;
|
||||
--tw-border-spacing-y: 0;
|
||||
--tw-translate-x: 0;
|
||||
--tw-translate-y: 0;
|
||||
--tw-rotate: 0;
|
||||
--tw-skew-x: 0;
|
||||
--tw-skew-y: 0;
|
||||
--tw-scale-x: 1;
|
||||
--tw-scale-y: 1;
|
||||
--tw-pan-x: ;
|
||||
--tw-pan-y: ;
|
||||
--tw-pinch-zoom: ;
|
||||
--tw-scroll-snap-strictness: proximity;
|
||||
--tw-gradient-from-position: ;
|
||||
--tw-gradient-via-position: ;
|
||||
--tw-gradient-to-position: ;
|
||||
--tw-ordinal: ;
|
||||
--tw-slashed-zero: ;
|
||||
--tw-numeric-figure: ;
|
||||
--tw-numeric-spacing: ;
|
||||
--tw-numeric-fraction: ;
|
||||
--tw-ring-inset: ;
|
||||
--tw-ring-offset-width: 0px;
|
||||
--tw-ring-offset-color: #fff;
|
||||
--tw-ring-color: rgb(59 130 246 / 0.5);
|
||||
--tw-ring-offset-shadow: 0 0 #0000;
|
||||
--tw-ring-shadow: 0 0 #0000;
|
||||
--tw-shadow: 0 0 #0000;
|
||||
--tw-shadow-colored: 0 0 #0000;
|
||||
--tw-blur: ;
|
||||
--tw-brightness: ;
|
||||
--tw-contrast: ;
|
||||
--tw-grayscale: ;
|
||||
--tw-hue-rotate: ;
|
||||
--tw-invert: ;
|
||||
--tw-saturate: ;
|
||||
--tw-sepia: ;
|
||||
--tw-drop-shadow: ;
|
||||
--tw-backdrop-blur: ;
|
||||
--tw-backdrop-brightness: ;
|
||||
--tw-backdrop-contrast: ;
|
||||
--tw-backdrop-grayscale: ;
|
||||
--tw-backdrop-hue-rotate: ;
|
||||
--tw-backdrop-invert: ;
|
||||
--tw-backdrop-opacity: ;
|
||||
--tw-backdrop-saturate: ;
|
||||
--tw-backdrop-sepia: ;
|
||||
--tw-contain-size: ;
|
||||
--tw-contain-layout: ;
|
||||
--tw-contain-paint: ;
|
||||
--tw-contain-style: ;
|
||||
}
|
||||
|
||||
::backdrop {
|
||||
--tw-border-spacing-x: 0;
|
||||
--tw-border-spacing-y: 0;
|
||||
--tw-translate-x: 0;
|
||||
--tw-translate-y: 0;
|
||||
--tw-rotate: 0;
|
||||
--tw-skew-x: 0;
|
||||
--tw-skew-y: 0;
|
||||
--tw-scale-x: 1;
|
||||
--tw-scale-y: 1;
|
||||
--tw-pan-x: ;
|
||||
--tw-pan-y: ;
|
||||
--tw-pinch-zoom: ;
|
||||
--tw-scroll-snap-strictness: proximity;
|
||||
--tw-gradient-from-position: ;
|
||||
--tw-gradient-via-position: ;
|
||||
--tw-gradient-to-position: ;
|
||||
--tw-ordinal: ;
|
||||
--tw-slashed-zero: ;
|
||||
--tw-numeric-figure: ;
|
||||
--tw-numeric-spacing: ;
|
||||
--tw-numeric-fraction: ;
|
||||
--tw-ring-inset: ;
|
||||
--tw-ring-offset-width: 0px;
|
||||
--tw-ring-offset-color: #fff;
|
||||
--tw-ring-color: rgb(59 130 246 / 0.5);
|
||||
--tw-ring-offset-shadow: 0 0 #0000;
|
||||
--tw-ring-shadow: 0 0 #0000;
|
||||
--tw-shadow: 0 0 #0000;
|
||||
--tw-shadow-colored: 0 0 #0000;
|
||||
--tw-blur: ;
|
||||
--tw-brightness: ;
|
||||
--tw-contrast: ;
|
||||
--tw-grayscale: ;
|
||||
--tw-hue-rotate: ;
|
||||
--tw-invert: ;
|
||||
--tw-saturate: ;
|
||||
--tw-sepia: ;
|
||||
--tw-drop-shadow: ;
|
||||
--tw-backdrop-blur: ;
|
||||
--tw-backdrop-brightness: ;
|
||||
--tw-backdrop-contrast: ;
|
||||
--tw-backdrop-grayscale: ;
|
||||
--tw-backdrop-hue-rotate: ;
|
||||
--tw-backdrop-invert: ;
|
||||
--tw-backdrop-opacity: ;
|
||||
--tw-backdrop-saturate: ;
|
||||
--tw-backdrop-sepia: ;
|
||||
--tw-contain-size: ;
|
||||
--tw-contain-layout: ;
|
||||
--tw-contain-paint: ;
|
||||
--tw-contain-style: ;
|
||||
}
|
||||
|
||||
.static {
|
||||
position: static;
|
||||
}
|
||||
|
||||
.mb-12 {
|
||||
margin-bottom: 3rem;
|
||||
}
|
||||
|
||||
.mb-4 {
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
|
||||
.flex {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.h-12 {
|
||||
height: 3rem;
|
||||
}
|
||||
|
||||
.h-16 {
|
||||
height: 4rem;
|
||||
}
|
||||
|
||||
.h-5\/6 {
|
||||
height: 83.333333%;
|
||||
}
|
||||
|
||||
.h-\[90vh\] {
|
||||
height: 90vh;
|
||||
}
|
||||
|
||||
.w-12 {
|
||||
width: 3rem;
|
||||
}
|
||||
|
||||
.w-16 {
|
||||
width: 4rem;
|
||||
}
|
||||
|
||||
.w-24 {
|
||||
width: 6rem;
|
||||
}
|
||||
|
||||
.w-full {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.flex-row {
|
||||
flex-direction: row;
|
||||
}
|
||||
|
||||
.flex-col {
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.items-center {
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.justify-end {
|
||||
justify-content: flex-end;
|
||||
}
|
||||
|
||||
.justify-center {
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.gap-4 {
|
||||
gap: 1rem;
|
||||
}
|
||||
|
||||
.rounded-xl {
|
||||
border-radius: 0.75rem;
|
||||
}
|
||||
|
||||
.border-2 {
|
||||
border-width: 2px;
|
||||
}
|
||||
|
||||
.border-white {
|
||||
--tw-border-opacity: 1;
|
||||
border-color: rgb(255 255 255 / var(--tw-border-opacity));
|
||||
}
|
||||
|
||||
.bg-black {
|
||||
--tw-bg-opacity: 1;
|
||||
background-color: rgb(0 0 0 / var(--tw-bg-opacity));
|
||||
}
|
||||
|
||||
.bg-gray-600 {
|
||||
--tw-bg-opacity: 1;
|
||||
background-color: rgb(75 85 99 / var(--tw-bg-opacity));
|
||||
}
|
||||
|
||||
.bg-gray-700 {
|
||||
--tw-bg-opacity: 1;
|
||||
background-color: rgb(55 65 81 / var(--tw-bg-opacity));
|
||||
}
|
||||
|
||||
.bg-gray-900 {
|
||||
--tw-bg-opacity: 1;
|
||||
background-color: rgb(17 24 39 / var(--tw-bg-opacity));
|
||||
}
|
||||
|
||||
.bg-green-400 {
|
||||
--tw-bg-opacity: 1;
|
||||
background-color: rgb(74 222 128 / var(--tw-bg-opacity));
|
||||
}
|
||||
|
||||
.bg-green-600 {
|
||||
--tw-bg-opacity: 1;
|
||||
background-color: rgb(22 163 74 / var(--tw-bg-opacity));
|
||||
}
|
||||
|
||||
.bg-green-700 {
|
||||
--tw-bg-opacity: 1;
|
||||
background-color: rgb(21 128 61 / var(--tw-bg-opacity));
|
||||
}
|
||||
|
||||
.bg-red-600 {
|
||||
--tw-bg-opacity: 1;
|
||||
background-color: rgb(220 38 38 / var(--tw-bg-opacity));
|
||||
}
|
||||
|
||||
.bg-yellow-400 {
|
||||
--tw-bg-opacity: 1;
|
||||
background-color: rgb(250 204 21 / var(--tw-bg-opacity));
|
||||
}
|
||||
|
||||
.py-4 {
|
||||
padding-top: 1rem;
|
||||
padding-bottom: 1rem;
|
||||
}
|
||||
|
||||
.pt-12 {
|
||||
padding-top: 3rem;
|
||||
}
|
||||
|
||||
.text-center {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.text-2xl {
|
||||
font-size: 1.5rem;
|
||||
line-height: 2rem;
|
||||
}
|
||||
|
||||
.text-lg {
|
||||
font-size: 1.125rem;
|
||||
line-height: 1.75rem;
|
||||
}
|
||||
|
||||
.font-bold {
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
.text-white {
|
||||
--tw-text-opacity: 1;
|
||||
color: rgb(255 255 255 / var(--tw-text-opacity));
|
||||
}
|
||||
|
||||
.logo {
|
||||
position: absolute;
|
||||
}
|
||||
|
||||
.logo-fadein-right {
|
||||
position:relative;
|
||||
animation: logo-fadein-right 1s ;
|
||||
}
|
||||
|
||||
.validation-error {
|
||||
border-style: solid;
|
||||
border-color: rgba(255, 82, 82,1.0);
|
||||
}
|
||||
|
||||
@keyframes logo-fadein-right {
|
||||
0% {
|
||||
transform: translateX(-200%);
|
||||
opacity: 0;
|
||||
}
|
||||
|
||||
70%{
|
||||
transform: translateX(0);
|
||||
opacity: 0.7;
|
||||
}
|
||||
|
||||
80%{
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
90%{
|
||||
opacity: 0.8;
|
||||
}
|
||||
|
||||
100%{
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
|
||||
.logo-fadein-left {
|
||||
position: relative;
|
||||
animation: logo-fadein-left 1s;
|
||||
}
|
||||
|
||||
@keyframes logo-fadein-left {
|
||||
0% {
|
||||
transform: translateX(500%);
|
||||
opacity: 0;
|
||||
}
|
||||
|
||||
70%{
|
||||
opacity: 0.7;
|
||||
}
|
||||
|
||||
80%{
|
||||
transform: translateX(0);
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
90%{
|
||||
opacity: 0.8;
|
||||
}
|
||||
|
||||
100%{
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
from{
|
||||
left: -200%;
|
||||
opacity: 0.5;
|
||||
}
|
||||
|
||||
to{
|
||||
left: 0;
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
|
||||
.fade-in{
|
||||
position:relative;
|
||||
animation:fadein 0.4s
|
||||
}
|
||||
|
||||
@keyframes fadein{
|
||||
from{
|
||||
left:200%;
|
||||
opacity:0;
|
||||
}
|
||||
|
||||
to{
|
||||
left:0;
|
||||
opacity:1
|
||||
}
|
||||
}
|
||||
|
||||
.fade-out{
|
||||
position:relative;
|
||||
animation:fadeout 0.4s
|
||||
}
|
||||
|
||||
@keyframes fadeout{
|
||||
from{
|
||||
left:0;
|
||||
opacity:0
|
||||
}
|
||||
|
||||
to{
|
||||
left:-200%;
|
||||
opacity:1
|
||||
}
|
||||
}
|
||||
|
||||
.mail-animation {
|
||||
position:relative;
|
||||
animation:mail-animation 2s infinite;
|
||||
}
|
||||
|
||||
@keyframes mail-animation {
|
||||
0% {
|
||||
left: -20%;
|
||||
opacity: 0.5;
|
||||
}
|
||||
|
||||
20% {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
70%{
|
||||
left: 20%;
|
||||
}
|
||||
|
||||
80%{
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
100%{
|
||||
left: 100%;
|
||||
opacity: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.cx-date-picker {
|
||||
position: relative;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.cx-date-picker[type="date"]::-webkit-calendar-picker-indicator {
|
||||
background: transparent;
|
||||
bottom: 0;
|
||||
color: transparent;
|
||||
cursor: pointer;
|
||||
height: auto;
|
||||
left: 0;
|
||||
position: absolute;
|
||||
right: 0;
|
||||
top: 0;
|
||||
width: auto;
|
||||
}
|
||||
|
||||
.text-danger {
|
||||
color: rgba(255, 82, 82,1.0);
|
||||
}
|
||||
|
||||
.bg-danger {
|
||||
background-color: rgba(255, 82, 82,1.0);
|
||||
}
|
||||
|
||||
.min-height {
|
||||
min-height: 500px;
|
||||
}
|
||||
|
||||
.text-tertiary {
|
||||
color: rgba(132, 129, 122,1.0);
|
||||
}
|
||||
|
||||
.bg-tertriary {
|
||||
background-color: rgba(132, 129, 122,1.0);
|
||||
}
|
||||
|
||||
.border-primary {
|
||||
border-color: rgba(51,217,178,1.0);
|
||||
}
|
||||
|
||||
.border-error {
|
||||
border-color: rgba(255, 82, 82,1.0) !important;
|
||||
}
|
||||
|
||||
.accent-primary {
|
||||
accent-color: rgba(51, 217, 178,1.0);
|
||||
}
|
||||
|
||||
.text-primary {
|
||||
color: rgba(51, 217, 178,1.0);
|
||||
}
|
||||
|
||||
.text-primary-dark {
|
||||
color: rgba(33, 140, 116,1.0);
|
||||
}
|
||||
|
||||
.bg-primary-dark {
|
||||
background-color: rgba(33, 140, 116,1.0);
|
||||
}
|
||||
|
||||
.bg-primary {
|
||||
background-color: rgba(51, 217, 178,1.0);
|
||||
}
|
||||
|
||||
.text-secondary {
|
||||
color: rgba(52, 172, 224,1.0);
|
||||
}
|
||||
|
||||
.text-secondary-dark {
|
||||
color: rgba(34, 112, 147,1.0);
|
||||
}
|
||||
|
||||
.bg-secondary-dark {
|
||||
background-color: rgba(34, 112, 147,1.0);
|
||||
}
|
||||
|
||||
.bg-secondary {
|
||||
background-color: rgba(52, 172, 224,1.0);
|
||||
}
|
||||
|
994
frontend/dist/public/wordlist.json
vendored
994
frontend/dist/public/wordlist.json
vendored
@ -1,994 +0,0 @@
|
||||
{
|
||||
"words": [
|
||||
"Abbau",
|
||||
"Abend",
|
||||
"Abgas",
|
||||
"Abhub",
|
||||
"Abruf",
|
||||
"Absud",
|
||||
"Abtei",
|
||||
"Abweg",
|
||||
"Abzug",
|
||||
"Achse",
|
||||
"Acker",
|
||||
"Acryl",
|
||||
"Adept",
|
||||
"Adern",
|
||||
"Adler",
|
||||
"Affen",
|
||||
"After",
|
||||
"Agave",
|
||||
"Agent",
|
||||
"Agrar",
|
||||
"Ahorn",
|
||||
"Akten",
|
||||
"Aktie",
|
||||
"Aktor",
|
||||
"Alarm",
|
||||
"Alben",
|
||||
"Album",
|
||||
"Algen",
|
||||
"Alibi",
|
||||
"Alien",
|
||||
"Allee",
|
||||
"Almen",
|
||||
"Alpen",
|
||||
"Altar",
|
||||
"Amber",
|
||||
"Ampel",
|
||||
"Amsel",
|
||||
"Anbau",
|
||||
"Anden",
|
||||
"Angel",
|
||||
"Anime",
|
||||
"Anker",
|
||||
"Anmut",
|
||||
"Anode",
|
||||
"Anruf",
|
||||
"Anzug",
|
||||
"Aorta",
|
||||
"Apfel",
|
||||
"Apnoe",
|
||||
"April",
|
||||
"Arbon",
|
||||
"Arche",
|
||||
"Areal",
|
||||
"Arena",
|
||||
"Argon",
|
||||
"Armee",
|
||||
"Armut",
|
||||
"Aroma",
|
||||
"Arsen",
|
||||
"Asche",
|
||||
"Asiat",
|
||||
"Asien",
|
||||
"Assel",
|
||||
"Astro",
|
||||
"Atlas",
|
||||
"Atoll",
|
||||
"Atome",
|
||||
"Audio",
|
||||
"Audit",
|
||||
"Augen",
|
||||
"Autor",
|
||||
"Axiom",
|
||||
"Azubi",
|
||||
"Bagel",
|
||||
"Bambi",
|
||||
"Bande",
|
||||
"Banjo",
|
||||
"Barde",
|
||||
"Basar",
|
||||
"Basis",
|
||||
"Baske",
|
||||
"Bauch",
|
||||
"Bauer",
|
||||
"Bayer",
|
||||
"Bazar",
|
||||
"Beere",
|
||||
"Beete",
|
||||
"Beile",
|
||||
"Beine",
|
||||
"Belag",
|
||||
"Beleg",
|
||||
"Beppo",
|
||||
"Beruf",
|
||||
"Besen",
|
||||
"Beton",
|
||||
"Bezug",
|
||||
"Bibel",
|
||||
"Biber",
|
||||
"Biene",
|
||||
"Biere",
|
||||
"Biest",
|
||||
"Biker",
|
||||
"Bilge",
|
||||
"Bimbo",
|
||||
"Bingo",
|
||||
"Binom",
|
||||
"Birke",
|
||||
"Birne",
|
||||
"Bison",
|
||||
"Bisse",
|
||||
"Blatt",
|
||||
"Blech",
|
||||
"Blick",
|
||||
"Blitz",
|
||||
"Block",
|
||||
"Blues",
|
||||
"Bluff",
|
||||
"Blume",
|
||||
"Bluse",
|
||||
"Board",
|
||||
"Boden",
|
||||
"Bohle",
|
||||
"Bohne",
|
||||
"Bojen",
|
||||
"Bombe",
|
||||
"Bongo",
|
||||
"Bonus",
|
||||
"Bonze",
|
||||
"Borax",
|
||||
"Borde",
|
||||
"Borke",
|
||||
"Borna",
|
||||
"Boson",
|
||||
"Botox",
|
||||
"Bowle",
|
||||
"Boxer",
|
||||
"Brand",
|
||||
"Brass",
|
||||
"Brief",
|
||||
"Brigg",
|
||||
"Brise",
|
||||
"Brite",
|
||||
"Brote",
|
||||
"Bruch",
|
||||
"Brust",
|
||||
"Buben",
|
||||
"Buden",
|
||||
"Buggy",
|
||||
"Bulle",
|
||||
"Burka",
|
||||
"Busch",
|
||||
"Busen",
|
||||
"Busse",
|
||||
"Bussi",
|
||||
"Butan",
|
||||
"Caddy",
|
||||
"Celle",
|
||||
"Cello",
|
||||
"Ceran",
|
||||
"Chaos",
|
||||
"Chaot",
|
||||
"Chemo",
|
||||
"Chili",
|
||||
"China",
|
||||
"Chlor",
|
||||
"Chrom",
|
||||
"Civil",
|
||||
"Clone",
|
||||
"Cloud",
|
||||
"Clown",
|
||||
"Coach",
|
||||
"Cobol",
|
||||
"Comic",
|
||||
"Corso",
|
||||
"Couch",
|
||||
"Curry",
|
||||
"Cyber",
|
||||
"Dachs",
|
||||
"Damen",
|
||||
"Dampf",
|
||||
"Datei",
|
||||
"Daten",
|
||||
"Dativ",
|
||||
"Datum",
|
||||
"Daube",
|
||||
"Dauer",
|
||||
"Daune",
|
||||
"Degen",
|
||||
"Deich",
|
||||
"Dekan",
|
||||
"Dekor",
|
||||
"Delir",
|
||||
"Demut",
|
||||
"Depot",
|
||||
"Derby",
|
||||
"Diebe",
|
||||
"Diele",
|
||||
"Dildo",
|
||||
"Diner",
|
||||
"Dingo",
|
||||
"Diode",
|
||||
"Dirne",
|
||||
"Disco",
|
||||
"Disko",
|
||||
"Dispo",
|
||||
"Docht",
|
||||
"Dogma",
|
||||
"Dolch",
|
||||
"Donau",
|
||||
"Dorne",
|
||||
"Dosen",
|
||||
"Dosis",
|
||||
"Draht",
|
||||
"Drama",
|
||||
"Dreck",
|
||||
"Dress",
|
||||
"Drill",
|
||||
"Drink",
|
||||
"Droge",
|
||||
"Duden",
|
||||
"Duell",
|
||||
"Duett",
|
||||
"Dummy",
|
||||
"Dunst",
|
||||
"Durst",
|
||||
"Dusel",
|
||||
"Ebola",
|
||||
"Echse",
|
||||
"Eifel",
|
||||
"Eifer",
|
||||
"Eimer",
|
||||
"Eisen",
|
||||
"Eiter",
|
||||
"Eklat",
|
||||
"Ekzem",
|
||||
"Elfen",
|
||||
"Elite",
|
||||
"Ellen",
|
||||
"Elsas",
|
||||
"Emoji",
|
||||
"Engel",
|
||||
"Enkel",
|
||||
"Enten",
|
||||
"Enzym",
|
||||
"Erbin",
|
||||
"Erbse",
|
||||
"Esche",
|
||||
"Eseln",
|
||||
"Essig",
|
||||
"Etage",
|
||||
"Etats",
|
||||
"Ether",
|
||||
"Ethik",
|
||||
"Ethos",
|
||||
"Eulen",
|
||||
"Euter",
|
||||
"Event",
|
||||
"Exile",
|
||||
"Fabel",
|
||||
"Fahne",
|
||||
"Fakir",
|
||||
"Falke",
|
||||
"Fanta",
|
||||
"Farbe",
|
||||
"Farce",
|
||||
"Farne",
|
||||
"Fasan",
|
||||
"Faser",
|
||||
"Fauna",
|
||||
"Faust",
|
||||
"Fazit",
|
||||
"Feder",
|
||||
"Feger",
|
||||
"Fehde",
|
||||
"Feier",
|
||||
"Felge",
|
||||
"Felle",
|
||||
"Femen",
|
||||
"Femur",
|
||||
"Ferme",
|
||||
"Ferse",
|
||||
"Feten",
|
||||
"Fetus",
|
||||
"Feuer",
|
||||
"Fibel",
|
||||
"Fiber",
|
||||
"Figur",
|
||||
"Filet",
|
||||
"Finne",
|
||||
"Finte",
|
||||
"Firma",
|
||||
"Fisch",
|
||||
"Fjord",
|
||||
"Flaum",
|
||||
"Fleck",
|
||||
"Flirt",
|
||||
"Flora",
|
||||
"Fluch",
|
||||
"Fluge",
|
||||
"Fluor",
|
||||
"Fluse",
|
||||
"Flush",
|
||||
"Fluss",
|
||||
"Flyer",
|
||||
"Fokus",
|
||||
"Folie",
|
||||
"Foren",
|
||||
"Forst",
|
||||
"Forum",
|
||||
"Foyer",
|
||||
"Frack",
|
||||
"Freak",
|
||||
"Frist",
|
||||
"Front",
|
||||
"Frost",
|
||||
"Frust",
|
||||
"Fuchs",
|
||||
"Fuhre",
|
||||
"Funde",
|
||||
"Furie",
|
||||
"Furor",
|
||||
"Fusel",
|
||||
"Futon",
|
||||
"Futur",
|
||||
"Gabel",
|
||||
"Galle",
|
||||
"Gamer",
|
||||
"Garde",
|
||||
"Gasse",
|
||||
"Gassi",
|
||||
"Gatte",
|
||||
"Gaube",
|
||||
"Gaudi",
|
||||
"Gauen",
|
||||
"Geber",
|
||||
"Gebet",
|
||||
"Gecko",
|
||||
"Geier",
|
||||
"Geist",
|
||||
"Gelee",
|
||||
"Gemme",
|
||||
"Genie",
|
||||
"Genom",
|
||||
"Genre",
|
||||
"Geste",
|
||||
"Getto",
|
||||
"Gicht",
|
||||
"Gilde",
|
||||
"Glanz",
|
||||
"Gleis",
|
||||
"Glied",
|
||||
"Golem",
|
||||
"Gosse",
|
||||
"Gouda",
|
||||
"Gramm",
|
||||
"Graph",
|
||||
"Greis",
|
||||
"Grimm",
|
||||
"Grips",
|
||||
"Grube",
|
||||
"Gruft",
|
||||
"Grund",
|
||||
"Gummi",
|
||||
"Gunst",
|
||||
"Gyros",
|
||||
"Hader",
|
||||
"Hades",
|
||||
"Hafen",
|
||||
"Hafer",
|
||||
"Hagel",
|
||||
"Haiku",
|
||||
"Halde",
|
||||
"Handy",
|
||||
"Harem",
|
||||
"Harfe",
|
||||
"Hartz",
|
||||
"Hasch",
|
||||
"Hasen",
|
||||
"Haube",
|
||||
"Hauer",
|
||||
"Haupt",
|
||||
"Hebel",
|
||||
"Heber",
|
||||
"Hecht",
|
||||
"Heere",
|
||||
"Heide",
|
||||
"Hesse",
|
||||
"Hexer",
|
||||
"Hirse",
|
||||
"Hirte",
|
||||
"Hitze",
|
||||
"Hobby",
|
||||
"Hobel",
|
||||
"Hoden",
|
||||
"Honig",
|
||||
"Horde",
|
||||
"Hosen",
|
||||
"Hotel",
|
||||
"Hufen",
|
||||
"Humor",
|
||||
"Humus",
|
||||
"Hydra",
|
||||
"Hydro",
|
||||
"Ideen",
|
||||
"Idiom",
|
||||
"Idiot",
|
||||
"Idyll",
|
||||
"Ikone",
|
||||
"Imker",
|
||||
"Inbus",
|
||||
"Index",
|
||||
"Insel",
|
||||
"Intro",
|
||||
"Inuit",
|
||||
"Islam",
|
||||
"Jacke",
|
||||
"Japan",
|
||||
"Jeans",
|
||||
"Jesus",
|
||||
"Joint",
|
||||
"Joker",
|
||||
"Jubel",
|
||||
"Judas",
|
||||
"Jumbo",
|
||||
"Juror",
|
||||
"Juwel",
|
||||
"Kabel",
|
||||
"Kader",
|
||||
"Kakao",
|
||||
"Kamel",
|
||||
"Kamin",
|
||||
"Kampf",
|
||||
"Kanal",
|
||||
"Kanne",
|
||||
"Kanon",
|
||||
"Karat",
|
||||
"Karma",
|
||||
"Kasse",
|
||||
"Kater",
|
||||
"Katze",
|
||||
"Kebab",
|
||||
"Kekse",
|
||||
"Kelch",
|
||||
"Kelle",
|
||||
"Kelte",
|
||||
"Kerle",
|
||||
"Kerne",
|
||||
"Kerze",
|
||||
"Kieme",
|
||||
"Kimme",
|
||||
"Kiosk",
|
||||
"Kippa",
|
||||
"Kiste",
|
||||
"Klima",
|
||||
"Klotz",
|
||||
"Kluft",
|
||||
"Knabe",
|
||||
"Knast",
|
||||
"Knauf",
|
||||
"Knick",
|
||||
"Knopf",
|
||||
"Koala",
|
||||
"Kobra",
|
||||
"Kodex",
|
||||
"Kohle",
|
||||
"Kojen",
|
||||
"Kokon",
|
||||
"Kokos",
|
||||
"Kolik",
|
||||
"Komet",
|
||||
"Komik",
|
||||
"Komma",
|
||||
"Kopie",
|
||||
"Koran",
|
||||
"Krach",
|
||||
"Krake",
|
||||
"Kranz",
|
||||
"Kraut",
|
||||
"Krebs",
|
||||
"Kreis",
|
||||
"Krill",
|
||||
"Krimi",
|
||||
"Kripo",
|
||||
"Krise",
|
||||
"Krone",
|
||||
"Kufen",
|
||||
"Kugel",
|
||||
"Kuhle",
|
||||
"Kunde",
|
||||
"Kunst",
|
||||
"Kuppe",
|
||||
"Kurse",
|
||||
"Kutte",
|
||||
"Labor",
|
||||
"Lachs",
|
||||
"Lager",
|
||||
"Laich",
|
||||
"Laien",
|
||||
"Laken",
|
||||
"Lampe",
|
||||
"Lanze",
|
||||
"Larve",
|
||||
"Laser",
|
||||
"Lasso",
|
||||
"Lasur",
|
||||
"Latex",
|
||||
"Latte",
|
||||
"Laube",
|
||||
"Lauch",
|
||||
"Laune",
|
||||
"Leder",
|
||||
"Leier",
|
||||
"Leine",
|
||||
"Lemur",
|
||||
"Lende",
|
||||
"Lepra",
|
||||
"Lesbe",
|
||||
"Leser",
|
||||
"Leute",
|
||||
"Level",
|
||||
"Lexus",
|
||||
"Liesl",
|
||||
"Lilie",
|
||||
"Limbo",
|
||||
"Limit",
|
||||
"Linie",
|
||||
"Lippe",
|
||||
"Liter",
|
||||
"Lobby",
|
||||
"Lodge",
|
||||
"Logik",
|
||||
"Lokus",
|
||||
"Lolli",
|
||||
"Lotto",
|
||||
"Lotus",
|
||||
"Luchs",
|
||||
"Luder",
|
||||
"Lumen",
|
||||
"Lunge",
|
||||
"Lunte",
|
||||
"Lurch",
|
||||
"Luxus",
|
||||
"Lyrik",
|
||||
"Macho",
|
||||
"Macke",
|
||||
"Maden",
|
||||
"Mafia",
|
||||
"Magen",
|
||||
"Magma",
|
||||
"Mainz",
|
||||
"Major",
|
||||
"Makel",
|
||||
"Maler",
|
||||
"Mambo",
|
||||
"Manta",
|
||||
"Mappe",
|
||||
"Marke",
|
||||
"Markt",
|
||||
"Maske",
|
||||
"Masse",
|
||||
"Media",
|
||||
"Meile",
|
||||
"Meise",
|
||||
"Memme",
|
||||
"Mensa",
|
||||
"Meter",
|
||||
"Metro",
|
||||
"Meute",
|
||||
"Miene",
|
||||
"Mikro",
|
||||
"Milbe",
|
||||
"Milch",
|
||||
"Miliz",
|
||||
"Minze",
|
||||
"Mixer",
|
||||
"Model",
|
||||
"Modem",
|
||||
"Modul",
|
||||
"Modus",
|
||||
"Mogul",
|
||||
"Molke",
|
||||
"Monat",
|
||||
"Moped",
|
||||
"Mopps",
|
||||
"Moral",
|
||||
"Motiv",
|
||||
"Motor",
|
||||
"Motte",
|
||||
"Motto",
|
||||
"Muffe",
|
||||
"Mulch",
|
||||
"Mulde",
|
||||
"Mumie",
|
||||
"Mumms",
|
||||
"Mumps",
|
||||
"Murks",
|
||||
"Musik",
|
||||
"Nabel",
|
||||
"Nacht",
|
||||
"Nadel",
|
||||
"Nagel",
|
||||
"Nager",
|
||||
"Namen",
|
||||
"Narbe",
|
||||
"Natur",
|
||||
"Nebel",
|
||||
"Neffe",
|
||||
"Nelke",
|
||||
"Nexus",
|
||||
"Niere",
|
||||
"Ninja",
|
||||
"Nisse",
|
||||
"Nixen",
|
||||
"Nomen",
|
||||
"Nonne",
|
||||
"Notar",
|
||||
"Notiz",
|
||||
"Novum",
|
||||
"Nudel",
|
||||
"Nugat",
|
||||
"Nylon",
|
||||
"Obhut",
|
||||
"Ochse",
|
||||
"Ohren",
|
||||
"Oktan",
|
||||
"Oktav",
|
||||
"Oldie",
|
||||
"Olymp",
|
||||
"Onkel",
|
||||
"Opiat",
|
||||
"Opium",
|
||||
"Optik",
|
||||
"Orbit",
|
||||
"Orden",
|
||||
"Order",
|
||||
"Organ",
|
||||
"Orgel",
|
||||
"Orgie",
|
||||
"Orion",
|
||||
"Orkan",
|
||||
"Ornat",
|
||||
"Osten",
|
||||
"Otter",
|
||||
"Oxide",
|
||||
"Ozean",
|
||||
"Pacht",
|
||||
"Paket",
|
||||
"Palme",
|
||||
"Pampa",
|
||||
"Pampe",
|
||||
"Panda",
|
||||
"Panik",
|
||||
"Panne",
|
||||
"Papst",
|
||||
"Paris",
|
||||
"Parka",
|
||||
"Party",
|
||||
"Pasta",
|
||||
"Paste",
|
||||
"Pater",
|
||||
"Pegel",
|
||||
"Penis",
|
||||
"Penny",
|
||||
"Pesto",
|
||||
"Pfahl",
|
||||
"Pfalz",
|
||||
"Pfand",
|
||||
"Pfeil",
|
||||
"Pferd",
|
||||
"Pflug",
|
||||
"Pfote",
|
||||
"Pfund",
|
||||
"Phase",
|
||||
"Pille",
|
||||
"Pilot",
|
||||
"Pilze",
|
||||
"Pippi",
|
||||
"Pirat",
|
||||
"Piste",
|
||||
"Pixel",
|
||||
"Pizza",
|
||||
"Platz",
|
||||
"Pluto",
|
||||
"Pocke",
|
||||
"Pokal",
|
||||
"Poker",
|
||||
"Polio",
|
||||
"Polka",
|
||||
"Polle",
|
||||
"Polyp",
|
||||
"Popel",
|
||||
"Poren",
|
||||
"Porno",
|
||||
"Porto",
|
||||
"Posse",
|
||||
"Prinz",
|
||||
"Prise",
|
||||
"Profi",
|
||||
"Promi",
|
||||
"Prosa",
|
||||
"Protz",
|
||||
"Proxy",
|
||||
"Prunk",
|
||||
"Psalm",
|
||||
"Pudel",
|
||||
"Puder",
|
||||
"Pulli",
|
||||
"Punkt",
|
||||
"Puppe",
|
||||
"Pussy",
|
||||
"Pylon",
|
||||
"Pyrit",
|
||||
"Qualm",
|
||||
"Quark",
|
||||
"Quarz",
|
||||
"Quell",
|
||||
"Quirl",
|
||||
"Quote",
|
||||
"Rabbi",
|
||||
"Rache",
|
||||
"Radar",
|
||||
"Radau",
|
||||
"Radio",
|
||||
"Radon",
|
||||
"Rampe",
|
||||
"Ranch",
|
||||
"Raser",
|
||||
"Rasse",
|
||||
"Rasur",
|
||||
"Ratte",
|
||||
"Raudi",
|
||||
"Rauke",
|
||||
"Raupe",
|
||||
"Regal",
|
||||
"Regel",
|
||||
"Regie",
|
||||
"Remix",
|
||||
"Rente",
|
||||
"Reste",
|
||||
"Revue",
|
||||
"Rille",
|
||||
"Rinde",
|
||||
"Rippe",
|
||||
"Rispe",
|
||||
"Ritus",
|
||||
"Rodeo",
|
||||
"Rollo",
|
||||
"Roman",
|
||||
"Rosen",
|
||||
"Rotor",
|
||||
"Route",
|
||||
"Rover",
|
||||
"Rowdy",
|
||||
"Rubin",
|
||||
"Rudel",
|
||||
"Ruder",
|
||||
"Rugby",
|
||||
"Ruine",
|
||||
"Rumpf",
|
||||
"Runen",
|
||||
"Sache",
|
||||
"Sakko",
|
||||
"Salat",
|
||||
"Saldo",
|
||||
"Salon",
|
||||
"Salsa",
|
||||
"Salto",
|
||||
"Salut",
|
||||
"Salve",
|
||||
"Samba",
|
||||
"Samen",
|
||||
"Satan",
|
||||
"Satin",
|
||||
"Satyr",
|
||||
"Sauce",
|
||||
"Sauna",
|
||||
"Scala",
|
||||
"Schaf",
|
||||
"Schar",
|
||||
"Schub",
|
||||
"Schuh",
|
||||
"Schur",
|
||||
"Seele",
|
||||
"Segel",
|
||||
"Segen",
|
||||
"Seher",
|
||||
"Seide",
|
||||
"Seite",
|
||||
"Sekte",
|
||||
"Senat",
|
||||
"Sense",
|
||||
"Sepia",
|
||||
"Serie",
|
||||
"Serum",
|
||||
"Sesam",
|
||||
"Shirt",
|
||||
"Sicht",
|
||||
"Siele",
|
||||
"Silbe",
|
||||
"Sinus",
|
||||
"Sippe",
|
||||
"Sirup",
|
||||
"Sitte",
|
||||
"Skala",
|
||||
"Slang",
|
||||
"Snack",
|
||||
"Socke",
|
||||
"Sohle",
|
||||
"Sohne",
|
||||
"Sonar",
|
||||
"Sonde",
|
||||
"Sorte",
|
||||
"Spalt",
|
||||
"Spatz",
|
||||
"Speck",
|
||||
"Speer",
|
||||
"Spion",
|
||||
"Spore",
|
||||
"Sport",
|
||||
"Spott",
|
||||
"Spray",
|
||||
"Spreu",
|
||||
"Sprit",
|
||||
"Spurt",
|
||||
"Staat",
|
||||
"Stadt",
|
||||
"Stall",
|
||||
"Stamm",
|
||||
"Start",
|
||||
"Staub",
|
||||
"Steak",
|
||||
"Stein",
|
||||
"Stern",
|
||||
"Stiel",
|
||||
"Stier",
|
||||
"Stift",
|
||||
"Stirn",
|
||||
"Stock",
|
||||
"Stoff",
|
||||
"Strom",
|
||||
"Stube",
|
||||
"Stuhl",
|
||||
"Sturm",
|
||||
"Sturz",
|
||||
"Stuss",
|
||||
"Stute",
|
||||
"Sumpf",
|
||||
"Suppe",
|
||||
"Szene",
|
||||
"Tabak",
|
||||
"Tacho",
|
||||
"Tadel",
|
||||
"Tafel",
|
||||
"Tanga",
|
||||
"Tango",
|
||||
"Tanne",
|
||||
"Tante",
|
||||
"Tapir",
|
||||
"Tarif",
|
||||
"Tarot",
|
||||
"Taser",
|
||||
"Tasse",
|
||||
"Tatze",
|
||||
"Tegel",
|
||||
"Teich",
|
||||
"Tempo",
|
||||
"Tenor",
|
||||
"Theke",
|
||||
"Thema",
|
||||
"These",
|
||||
"Tiger",
|
||||
"Tilde",
|
||||
"Tinte",
|
||||
"Tirol",
|
||||
"Tisch",
|
||||
"Titan",
|
||||
"Titel",
|
||||
"Titte",
|
||||
"Toast",
|
||||
"Tobak",
|
||||
"Toner",
|
||||
"Tonic",
|
||||
"Tonne",
|
||||
"Toxin",
|
||||
"Trafo",
|
||||
"Traum",
|
||||
"Treff",
|
||||
"Trend",
|
||||
"Trick",
|
||||
"Troll",
|
||||
"Tropf",
|
||||
"Trost",
|
||||
"Truck",
|
||||
"Truhe",
|
||||
"Trupp",
|
||||
"Tubus",
|
||||
"Tukan",
|
||||
"Tulpe",
|
||||
"Tumor",
|
||||
"Tuner",
|
||||
"Tupel",
|
||||
"Turbo",
|
||||
"Tutor",
|
||||
"Twist",
|
||||
"Uhren",
|
||||
"Umbau",
|
||||
"Umweg",
|
||||
"Umzug",
|
||||
"Unart",
|
||||
"Unfug",
|
||||
"Union",
|
||||
"Unmut",
|
||||
"Unrat",
|
||||
"Unruh",
|
||||
"Untat",
|
||||
"Vasen",
|
||||
"Vater",
|
||||
"Venen",
|
||||
"Venus",
|
||||
"Verse",
|
||||
"Video",
|
||||
"Viech",
|
||||
"Villa",
|
||||
"Vinyl",
|
||||
"Viper",
|
||||
"Viren",
|
||||
"Virus",
|
||||
"Visum",
|
||||
"Vogel",
|
||||
"Votum",
|
||||
"Vulva",
|
||||
"Waage",
|
||||
"Waben",
|
||||
"Wachs",
|
||||
"Waden",
|
||||
"Waffe",
|
||||
"Wagon",
|
||||
"Waise",
|
||||
"Wampe",
|
||||
"Wange",
|
||||
"Wanne",
|
||||
"Wanst",
|
||||
"Wanze",
|
||||
"Warze",
|
||||
"Watte",
|
||||
"Weber",
|
||||
"Wedel",
|
||||
"Welpe",
|
||||
"Wesen",
|
||||
"Wespe",
|
||||
"Weste",
|
||||
"Wille",
|
||||
"Witwe",
|
||||
"Witze",
|
||||
"Woche",
|
||||
"Wohle",
|
||||
"Wolke",
|
||||
"Wonne",
|
||||
"Wrack",
|
||||
"Wucht",
|
||||
"Wulst",
|
||||
"Wurst",
|
||||
"Xenon",
|
||||
"Xerox",
|
||||
"Yacht",
|
||||
"Zacke",
|
||||
"Zange",
|
||||
"Zarge",
|
||||
"Zebra",
|
||||
"Zecke",
|
||||
"Zeder",
|
||||
"Zehen",
|
||||
"Zeile",
|
||||
"Zelle",
|
||||
"Zelot",
|
||||
"Ziege",
|
||||
"Zitat",
|
||||
"Zitze",
|
||||
"Zonen",
|
||||
"Zubau",
|
||||
"Zucht",
|
||||
"Zunft",
|
||||
"Zunge",
|
||||
"Zuruf",
|
||||
"Zweck",
|
||||
"Zweig",
|
||||
"Zwerg",
|
||||
"Zwirn",
|
||||
"Zwist",
|
||||
"Zyste"
|
||||
]
|
||||
}
|
940
frontend/dist/styles-77d352ca8ada1544.css
vendored
940
frontend/dist/styles-77d352ca8ada1544.css
vendored
@ -1,940 +0,0 @@
|
||||
/*
|
||||
! tailwindcss v3.4.10 | MIT License | https://tailwindcss.com
|
||||
*/
|
||||
|
||||
/*
|
||||
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
|
||||
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
|
||||
*/
|
||||
|
||||
*,
|
||||
::before,
|
||||
::after {
|
||||
box-sizing: border-box;
|
||||
/* 1 */
|
||||
border-width: 0;
|
||||
/* 2 */
|
||||
border-style: solid;
|
||||
/* 2 */
|
||||
border-color: #e5e7eb;
|
||||
/* 2 */
|
||||
}
|
||||
|
||||
::before,
|
||||
::after {
|
||||
--tw-content: '';
|
||||
}
|
||||
|
||||
/*
|
||||
1. Use a consistent sensible line-height in all browsers.
|
||||
2. Prevent adjustments of font size after orientation changes in iOS.
|
||||
3. Use a more readable tab size.
|
||||
4. Use the user's configured `sans` font-family by default.
|
||||
5. Use the user's configured `sans` font-feature-settings by default.
|
||||
6. Use the user's configured `sans` font-variation-settings by default.
|
||||
7. Disable tap highlights on iOS
|
||||
*/
|
||||
|
||||
html,
|
||||
:host {
|
||||
line-height: 1.5;
|
||||
/* 1 */
|
||||
-webkit-text-size-adjust: 100%;
|
||||
/* 2 */
|
||||
-moz-tab-size: 4;
|
||||
/* 3 */
|
||||
-o-tab-size: 4;
|
||||
tab-size: 4;
|
||||
/* 3 */
|
||||
font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
||||
/* 4 */
|
||||
font-feature-settings: normal;
|
||||
/* 5 */
|
||||
font-variation-settings: normal;
|
||||
/* 6 */
|
||||
-webkit-tap-highlight-color: transparent;
|
||||
/* 7 */
|
||||
}
|
||||
|
||||
/*
|
||||
1. Remove the margin in all browsers.
|
||||
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
|
||||
*/
|
||||
|
||||
body {
|
||||
margin: 0;
|
||||
/* 1 */
|
||||
line-height: inherit;
|
||||
/* 2 */
|
||||
}
|
||||
|
||||
/*
|
||||
1. Add the correct height in Firefox.
|
||||
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
|
||||
3. Ensure horizontal rules are visible by default.
|
||||
*/
|
||||
|
||||
hr {
|
||||
height: 0;
|
||||
/* 1 */
|
||||
color: inherit;
|
||||
/* 2 */
|
||||
border-top-width: 1px;
|
||||
/* 3 */
|
||||
}
|
||||
|
||||
/*
|
||||
Add the correct text decoration in Chrome, Edge, and Safari.
|
||||
*/
|
||||
|
||||
abbr:where([title]) {
|
||||
-webkit-text-decoration: underline dotted;
|
||||
text-decoration: underline dotted;
|
||||
}
|
||||
|
||||
/*
|
||||
Remove the default font size and weight for headings.
|
||||
*/
|
||||
|
||||
h1,
|
||||
h2,
|
||||
h3,
|
||||
h4,
|
||||
h5,
|
||||
h6 {
|
||||
font-size: inherit;
|
||||
font-weight: inherit;
|
||||
}
|
||||
|
||||
/*
|
||||
Reset links to optimize for opt-in styling instead of opt-out.
|
||||
*/
|
||||
|
||||
a {
|
||||
color: inherit;
|
||||
text-decoration: inherit;
|
||||
}
|
||||
|
||||
/*
|
||||
Add the correct font weight in Edge and Safari.
|
||||
*/
|
||||
|
||||
b,
|
||||
strong {
|
||||
font-weight: bolder;
|
||||
}
|
||||
|
||||
/*
|
||||
1. Use the user's configured `mono` font-family by default.
|
||||
2. Use the user's configured `mono` font-feature-settings by default.
|
||||
3. Use the user's configured `mono` font-variation-settings by default.
|
||||
4. Correct the odd `em` font sizing in all browsers.
|
||||
*/
|
||||
|
||||
code,
|
||||
kbd,
|
||||
samp,
|
||||
pre {
|
||||
font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
|
||||
/* 1 */
|
||||
font-feature-settings: normal;
|
||||
/* 2 */
|
||||
font-variation-settings: normal;
|
||||
/* 3 */
|
||||
font-size: 1em;
|
||||
/* 4 */
|
||||
}
|
||||
|
||||
/*
|
||||
Add the correct font size in all browsers.
|
||||
*/
|
||||
|
||||
small {
|
||||
font-size: 80%;
|
||||
}
|
||||
|
||||
/*
|
||||
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
|
||||
*/
|
||||
|
||||
sub,
|
||||
sup {
|
||||
font-size: 75%;
|
||||
line-height: 0;
|
||||
position: relative;
|
||||
vertical-align: baseline;
|
||||
}
|
||||
|
||||
sub {
|
||||
bottom: -0.25em;
|
||||
}
|
||||
|
||||
sup {
|
||||
top: -0.5em;
|
||||
}
|
||||
|
||||
/*
|
||||
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
|
||||
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
|
||||
3. Remove gaps between table borders by default.
|
||||
*/
|
||||
|
||||
table {
|
||||
text-indent: 0;
|
||||
/* 1 */
|
||||
border-color: inherit;
|
||||
/* 2 */
|
||||
border-collapse: collapse;
|
||||
/* 3 */
|
||||
}
|
||||
|
||||
/*
|
||||
1. Change the font styles in all browsers.
|
||||
2. Remove the margin in Firefox and Safari.
|
||||
3. Remove default padding in all browsers.
|
||||
*/
|
||||
|
||||
button,
|
||||
input,
|
||||
optgroup,
|
||||
select,
|
||||
textarea {
|
||||
font-family: inherit;
|
||||
/* 1 */
|
||||
font-feature-settings: inherit;
|
||||
/* 1 */
|
||||
font-variation-settings: inherit;
|
||||
/* 1 */
|
||||
font-size: 100%;
|
||||
/* 1 */
|
||||
font-weight: inherit;
|
||||
/* 1 */
|
||||
line-height: inherit;
|
||||
/* 1 */
|
||||
letter-spacing: inherit;
|
||||
/* 1 */
|
||||
color: inherit;
|
||||
/* 1 */
|
||||
margin: 0;
|
||||
/* 2 */
|
||||
padding: 0;
|
||||
/* 3 */
|
||||
}
|
||||
|
||||
/*
|
||||
Remove the inheritance of text transform in Edge and Firefox.
|
||||
*/
|
||||
|
||||
button,
|
||||
select {
|
||||
text-transform: none;
|
||||
}
|
||||
|
||||
/*
|
||||
1. Correct the inability to style clickable types in iOS and Safari.
|
||||
2. Remove default button styles.
|
||||
*/
|
||||
|
||||
button,
|
||||
input:where([type='button']),
|
||||
input:where([type='reset']),
|
||||
input:where([type='submit']) {
|
||||
-webkit-appearance: button;
|
||||
/* 1 */
|
||||
background-color: transparent;
|
||||
/* 2 */
|
||||
background-image: none;
|
||||
/* 2 */
|
||||
}
|
||||
|
||||
/*
|
||||
Use the modern Firefox focus style for all focusable elements.
|
||||
*/
|
||||
|
||||
:-moz-focusring {
|
||||
outline: auto;
|
||||
}
|
||||
|
||||
/*
|
||||
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
|
||||
*/
|
||||
|
||||
:-moz-ui-invalid {
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
/*
|
||||
Add the correct vertical alignment in Chrome and Firefox.
|
||||
*/
|
||||
|
||||
progress {
|
||||
vertical-align: baseline;
|
||||
}
|
||||
|
||||
/*
|
||||
Correct the cursor style of increment and decrement buttons in Safari.
|
||||
*/
|
||||
|
||||
::-webkit-inner-spin-button,
|
||||
::-webkit-outer-spin-button {
|
||||
height: auto;
|
||||
}
|
||||
|
||||
/*
|
||||
1. Correct the odd appearance in Chrome and Safari.
|
||||
2. Correct the outline style in Safari.
|
||||
*/
|
||||
|
||||
[type='search'] {
|
||||
-webkit-appearance: textfield;
|
||||
/* 1 */
|
||||
outline-offset: -2px;
|
||||
/* 2 */
|
||||
}
|
||||
|
||||
/*
|
||||
Remove the inner padding in Chrome and Safari on macOS.
|
||||
*/
|
||||
|
||||
::-webkit-search-decoration {
|
||||
-webkit-appearance: none;
|
||||
}
|
||||
|
||||
/*
|
||||
1. Correct the inability to style clickable types in iOS and Safari.
|
||||
2. Change font properties to `inherit` in Safari.
|
||||
*/
|
||||
|
||||
::-webkit-file-upload-button {
|
||||
-webkit-appearance: button;
|
||||
/* 1 */
|
||||
font: inherit;
|
||||
/* 2 */
|
||||
}
|
||||
|
||||
/*
|
||||
Add the correct display in Chrome and Safari.
|
||||
*/
|
||||
|
||||
summary {
|
||||
display: list-item;
|
||||
}
|
||||
|
||||
/*
|
||||
Removes the default spacing and border for appropriate elements.
|
||||
*/
|
||||
|
||||
blockquote,
|
||||
dl,
|
||||
dd,
|
||||
h1,
|
||||
h2,
|
||||
h3,
|
||||
h4,
|
||||
h5,
|
||||
h6,
|
||||
hr,
|
||||
figure,
|
||||
p,
|
||||
pre {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
fieldset {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
legend {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
ol,
|
||||
ul,
|
||||
menu {
|
||||
list-style: none;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
/*
|
||||
Reset default styling for dialogs.
|
||||
*/
|
||||
|
||||
dialog {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
/*
|
||||
Prevent resizing textareas horizontally by default.
|
||||
*/
|
||||
|
||||
textarea {
|
||||
resize: vertical;
|
||||
}
|
||||
|
||||
/*
|
||||
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
|
||||
2. Set the default placeholder color to the user's configured gray 400 color.
|
||||
*/
|
||||
|
||||
input::-moz-placeholder, textarea::-moz-placeholder {
|
||||
opacity: 1;
|
||||
/* 1 */
|
||||
color: #9ca3af;
|
||||
/* 2 */
|
||||
}
|
||||
|
||||
input::placeholder,
|
||||
textarea::placeholder {
|
||||
opacity: 1;
|
||||
/* 1 */
|
||||
color: #9ca3af;
|
||||
/* 2 */
|
||||
}
|
||||
|
||||
/*
|
||||
Set the default cursor for buttons.
|
||||
*/
|
||||
|
||||
button,
|
||||
[role="button"] {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
/*
|
||||
Make sure disabled buttons don't get the pointer cursor.
|
||||
*/
|
||||
|
||||
:disabled {
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
/*
|
||||
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
|
||||
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
|
||||
This can trigger a poorly considered lint error in some tools but is included by design.
|
||||
*/
|
||||
|
||||
img,
|
||||
svg,
|
||||
video,
|
||||
canvas,
|
||||
audio,
|
||||
iframe,
|
||||
embed,
|
||||
object {
|
||||
display: block;
|
||||
/* 1 */
|
||||
vertical-align: middle;
|
||||
/* 2 */
|
||||
}
|
||||
|
||||
/*
|
||||
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
|
||||
*/
|
||||
|
||||
img,
|
||||
video {
|
||||
max-width: 100%;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
/* Make elements with the HTML hidden attribute stay hidden by default */
|
||||
|
||||
[hidden] {
|
||||
display: none;
|
||||
}
|
||||
|
||||
*, ::before, ::after {
|
||||
--tw-border-spacing-x: 0;
|
||||
--tw-border-spacing-y: 0;
|
||||
--tw-translate-x: 0;
|
||||
--tw-translate-y: 0;
|
||||
--tw-rotate: 0;
|
||||
--tw-skew-x: 0;
|
||||
--tw-skew-y: 0;
|
||||
--tw-scale-x: 1;
|
||||
--tw-scale-y: 1;
|
||||
--tw-pan-x: ;
|
||||
--tw-pan-y: ;
|
||||
--tw-pinch-zoom: ;
|
||||
--tw-scroll-snap-strictness: proximity;
|
||||
--tw-gradient-from-position: ;
|
||||
--tw-gradient-via-position: ;
|
||||
--tw-gradient-to-position: ;
|
||||
--tw-ordinal: ;
|
||||
--tw-slashed-zero: ;
|
||||
--tw-numeric-figure: ;
|
||||
--tw-numeric-spacing: ;
|
||||
--tw-numeric-fraction: ;
|
||||
--tw-ring-inset: ;
|
||||
--tw-ring-offset-width: 0px;
|
||||
--tw-ring-offset-color: #fff;
|
||||
--tw-ring-color: rgb(59 130 246 / 0.5);
|
||||
--tw-ring-offset-shadow: 0 0 #0000;
|
||||
--tw-ring-shadow: 0 0 #0000;
|
||||
--tw-shadow: 0 0 #0000;
|
||||
--tw-shadow-colored: 0 0 #0000;
|
||||
--tw-blur: ;
|
||||
--tw-brightness: ;
|
||||
--tw-contrast: ;
|
||||
--tw-grayscale: ;
|
||||
--tw-hue-rotate: ;
|
||||
--tw-invert: ;
|
||||
--tw-saturate: ;
|
||||
--tw-sepia: ;
|
||||
--tw-drop-shadow: ;
|
||||
--tw-backdrop-blur: ;
|
||||
--tw-backdrop-brightness: ;
|
||||
--tw-backdrop-contrast: ;
|
||||
--tw-backdrop-grayscale: ;
|
||||
--tw-backdrop-hue-rotate: ;
|
||||
--tw-backdrop-invert: ;
|
||||
--tw-backdrop-opacity: ;
|
||||
--tw-backdrop-saturate: ;
|
||||
--tw-backdrop-sepia: ;
|
||||
--tw-contain-size: ;
|
||||
--tw-contain-layout: ;
|
||||
--tw-contain-paint: ;
|
||||
--tw-contain-style: ;
|
||||
}
|
||||
|
||||
::backdrop {
|
||||
--tw-border-spacing-x: 0;
|
||||
--tw-border-spacing-y: 0;
|
||||
--tw-translate-x: 0;
|
||||
--tw-translate-y: 0;
|
||||
--tw-rotate: 0;
|
||||
--tw-skew-x: 0;
|
||||
--tw-skew-y: 0;
|
||||
--tw-scale-x: 1;
|
||||
--tw-scale-y: 1;
|
||||
--tw-pan-x: ;
|
||||
--tw-pan-y: ;
|
||||
--tw-pinch-zoom: ;
|
||||
--tw-scroll-snap-strictness: proximity;
|
||||
--tw-gradient-from-position: ;
|
||||
--tw-gradient-via-position: ;
|
||||
--tw-gradient-to-position: ;
|
||||
--tw-ordinal: ;
|
||||
--tw-slashed-zero: ;
|
||||
--tw-numeric-figure: ;
|
||||
--tw-numeric-spacing: ;
|
||||
--tw-numeric-fraction: ;
|
||||
--tw-ring-inset: ;
|
||||
--tw-ring-offset-width: 0px;
|
||||
--tw-ring-offset-color: #fff;
|
||||
--tw-ring-color: rgb(59 130 246 / 0.5);
|
||||
--tw-ring-offset-shadow: 0 0 #0000;
|
||||
--tw-ring-shadow: 0 0 #0000;
|
||||
--tw-shadow: 0 0 #0000;
|
||||
--tw-shadow-colored: 0 0 #0000;
|
||||
--tw-blur: ;
|
||||
--tw-brightness: ;
|
||||
--tw-contrast: ;
|
||||
--tw-grayscale: ;
|
||||
--tw-hue-rotate: ;
|
||||
--tw-invert: ;
|
||||
--tw-saturate: ;
|
||||
--tw-sepia: ;
|
||||
--tw-drop-shadow: ;
|
||||
--tw-backdrop-blur: ;
|
||||
--tw-backdrop-brightness: ;
|
||||
--tw-backdrop-contrast: ;
|
||||
--tw-backdrop-grayscale: ;
|
||||
--tw-backdrop-hue-rotate: ;
|
||||
--tw-backdrop-invert: ;
|
||||
--tw-backdrop-opacity: ;
|
||||
--tw-backdrop-saturate: ;
|
||||
--tw-backdrop-sepia: ;
|
||||
--tw-contain-size: ;
|
||||
--tw-contain-layout: ;
|
||||
--tw-contain-paint: ;
|
||||
--tw-contain-style: ;
|
||||
}
|
||||
|
||||
.static {
|
||||
position: static;
|
||||
}
|
||||
|
||||
.mb-12 {
|
||||
margin-bottom: 3rem;
|
||||
}
|
||||
|
||||
.mb-4 {
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
|
||||
.flex {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.h-12 {
|
||||
height: 3rem;
|
||||
}
|
||||
|
||||
.h-16 {
|
||||
height: 4rem;
|
||||
}
|
||||
|
||||
.h-5\/6 {
|
||||
height: 83.333333%;
|
||||
}
|
||||
|
||||
.h-\[90vh\] {
|
||||
height: 90vh;
|
||||
}
|
||||
|
||||
.w-12 {
|
||||
width: 3rem;
|
||||
}
|
||||
|
||||
.w-16 {
|
||||
width: 4rem;
|
||||
}
|
||||
|
||||
.w-24 {
|
||||
width: 6rem;
|
||||
}
|
||||
|
||||
.w-full {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.flex-row {
|
||||
flex-direction: row;
|
||||
}
|
||||
|
||||
.flex-col {
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.items-center {
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.justify-end {
|
||||
justify-content: flex-end;
|
||||
}
|
||||
|
||||
.justify-center {
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.gap-4 {
|
||||
gap: 1rem;
|
||||
}
|
||||
|
||||
.rounded-xl {
|
||||
border-radius: 0.75rem;
|
||||
}
|
||||
|
||||
.border-2 {
|
||||
border-width: 2px;
|
||||
}
|
||||
|
||||
.border-white {
|
||||
--tw-border-opacity: 1;
|
||||
border-color: rgb(255 255 255 / var(--tw-border-opacity));
|
||||
}
|
||||
|
||||
.bg-black {
|
||||
--tw-bg-opacity: 1;
|
||||
background-color: rgb(0 0 0 / var(--tw-bg-opacity));
|
||||
}
|
||||
|
||||
.bg-gray-600 {
|
||||
--tw-bg-opacity: 1;
|
||||
background-color: rgb(75 85 99 / var(--tw-bg-opacity));
|
||||
}
|
||||
|
||||
.bg-gray-700 {
|
||||
--tw-bg-opacity: 1;
|
||||
background-color: rgb(55 65 81 / var(--tw-bg-opacity));
|
||||
}
|
||||
|
||||
.bg-gray-900 {
|
||||
--tw-bg-opacity: 1;
|
||||
background-color: rgb(17 24 39 / var(--tw-bg-opacity));
|
||||
}
|
||||
|
||||
.bg-green-400 {
|
||||
--tw-bg-opacity: 1;
|
||||
background-color: rgb(74 222 128 / var(--tw-bg-opacity));
|
||||
}
|
||||
|
||||
.bg-green-600 {
|
||||
--tw-bg-opacity: 1;
|
||||
background-color: rgb(22 163 74 / var(--tw-bg-opacity));
|
||||
}
|
||||
|
||||
.bg-green-700 {
|
||||
--tw-bg-opacity: 1;
|
||||
background-color: rgb(21 128 61 / var(--tw-bg-opacity));
|
||||
}
|
||||
|
||||
.bg-red-600 {
|
||||
--tw-bg-opacity: 1;
|
||||
background-color: rgb(220 38 38 / var(--tw-bg-opacity));
|
||||
}
|
||||
|
||||
.bg-yellow-400 {
|
||||
--tw-bg-opacity: 1;
|
||||
background-color: rgb(250 204 21 / var(--tw-bg-opacity));
|
||||
}
|
||||
|
||||
.py-4 {
|
||||
padding-top: 1rem;
|
||||
padding-bottom: 1rem;
|
||||
}
|
||||
|
||||
.pt-12 {
|
||||
padding-top: 3rem;
|
||||
}
|
||||
|
||||
.text-center {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.text-2xl {
|
||||
font-size: 1.5rem;
|
||||
line-height: 2rem;
|
||||
}
|
||||
|
||||
.text-lg {
|
||||
font-size: 1.125rem;
|
||||
line-height: 1.75rem;
|
||||
}
|
||||
|
||||
.font-bold {
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
.text-white {
|
||||
--tw-text-opacity: 1;
|
||||
color: rgb(255 255 255 / var(--tw-text-opacity));
|
||||
}
|
||||
|
||||
.logo {
|
||||
position: absolute;
|
||||
}
|
||||
|
||||
.logo-fadein-right {
|
||||
position:relative;
|
||||
animation: logo-fadein-right 1s ;
|
||||
}
|
||||
|
||||
.validation-error {
|
||||
border-style: solid;
|
||||
border-color: rgba(255, 82, 82,1.0);
|
||||
}
|
||||
|
||||
@keyframes logo-fadein-right {
|
||||
0% {
|
||||
transform: translateX(-200%);
|
||||
opacity: 0;
|
||||
}
|
||||
|
||||
70%{
|
||||
transform: translateX(0);
|
||||
opacity: 0.7;
|
||||
}
|
||||
|
||||
80%{
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
90%{
|
||||
opacity: 0.8;
|
||||
}
|
||||
|
||||
100%{
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
|
||||
.logo-fadein-left {
|
||||
position: relative;
|
||||
animation: logo-fadein-left 1s;
|
||||
}
|
||||
|
||||
@keyframes logo-fadein-left {
|
||||
0% {
|
||||
transform: translateX(500%);
|
||||
opacity: 0;
|
||||
}
|
||||
|
||||
70%{
|
||||
opacity: 0.7;
|
||||
}
|
||||
|
||||
80%{
|
||||
transform: translateX(0);
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
90%{
|
||||
opacity: 0.8;
|
||||
}
|
||||
|
||||
100%{
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
from{
|
||||
left: -200%;
|
||||
opacity: 0.5;
|
||||
}
|
||||
|
||||
to{
|
||||
left: 0;
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
|
||||
.fade-in{
|
||||
position:relative;
|
||||
animation:fadein 0.4s
|
||||
}
|
||||
|
||||
@keyframes fadein{
|
||||
from{
|
||||
left:200%;
|
||||
opacity:0;
|
||||
}
|
||||
|
||||
to{
|
||||
left:0;
|
||||
opacity:1
|
||||
}
|
||||
}
|
||||
|
||||
.fade-out{
|
||||
position:relative;
|
||||
animation:fadeout 0.4s
|
||||
}
|
||||
|
||||
@keyframes fadeout{
|
||||
from{
|
||||
left:0;
|
||||
opacity:0
|
||||
}
|
||||
|
||||
to{
|
||||
left:-200%;
|
||||
opacity:1
|
||||
}
|
||||
}
|
||||
|
||||
.mail-animation {
|
||||
position:relative;
|
||||
animation:mail-animation 2s infinite;
|
||||
}
|
||||
|
||||
@keyframes mail-animation {
|
||||
0% {
|
||||
left: -20%;
|
||||
opacity: 0.5;
|
||||
}
|
||||
|
||||
20% {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
70%{
|
||||
left: 20%;
|
||||
}
|
||||
|
||||
80%{
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
100%{
|
||||
left: 100%;
|
||||
opacity: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.cx-date-picker {
|
||||
position: relative;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.cx-date-picker[type="date"]::-webkit-calendar-picker-indicator {
|
||||
background: transparent;
|
||||
bottom: 0;
|
||||
color: transparent;
|
||||
cursor: pointer;
|
||||
height: auto;
|
||||
left: 0;
|
||||
position: absolute;
|
||||
right: 0;
|
||||
top: 0;
|
||||
width: auto;
|
||||
}
|
||||
|
||||
.text-danger {
|
||||
color: rgba(255, 82, 82,1.0);
|
||||
}
|
||||
|
||||
.bg-danger {
|
||||
background-color: rgba(255, 82, 82,1.0);
|
||||
}
|
||||
|
||||
.min-height {
|
||||
min-height: 500px;
|
||||
}
|
||||
|
||||
.text-tertiary {
|
||||
color: rgba(132, 129, 122,1.0);
|
||||
}
|
||||
|
||||
.bg-tertriary {
|
||||
background-color: rgba(132, 129, 122,1.0);
|
||||
}
|
||||
|
||||
.border-primary {
|
||||
border-color: rgba(51,217,178,1.0);
|
||||
}
|
||||
|
||||
.border-error {
|
||||
border-color: rgba(255, 82, 82,1.0) !important;
|
||||
}
|
||||
|
||||
.accent-primary {
|
||||
accent-color: rgba(51, 217, 178,1.0);
|
||||
}
|
||||
|
||||
.text-primary {
|
||||
color: rgba(51, 217, 178,1.0);
|
||||
}
|
||||
|
||||
.text-primary-dark {
|
||||
color: rgba(33, 140, 116,1.0);
|
||||
}
|
||||
|
||||
.bg-primary-dark {
|
||||
background-color: rgba(33, 140, 116,1.0);
|
||||
}
|
||||
|
||||
.bg-primary {
|
||||
background-color: rgba(51, 217, 178,1.0);
|
||||
}
|
||||
|
||||
.text-secondary {
|
||||
color: rgba(52, 172, 224,1.0);
|
||||
}
|
||||
|
||||
.text-secondary-dark {
|
||||
color: rgba(34, 112, 147,1.0);
|
||||
}
|
||||
|
||||
.bg-secondary-dark {
|
||||
background-color: rgba(34, 112, 147,1.0);
|
||||
}
|
||||
|
||||
.bg-secondary {
|
||||
background-color: rgba(52, 172, 224,1.0);
|
||||
}
|
||||
|
1015
frontend/dist/wordl-frontend-13f5d4b052a1434e.js
vendored
1015
frontend/dist/wordl-frontend-13f5d4b052a1434e.js
vendored
File diff suppressed because it is too large
Load Diff
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user