diff --git a/app.vue b/app.vue index 0553092..a17849c 100644 --- a/app.vue +++ b/app.vue @@ -40,8 +40,6 @@ NuxtLayout \ No newline at end of file diff --git a/assets/index.postcss b/assets/index.postcss deleted file mode 100644 index 8ab2cb5..0000000 --- a/assets/index.postcss +++ /dev/null @@ -1,93 +0,0 @@ -.page { - transition: all ease-in-out 0.12s; -} - -.page-enter-active, -.page-leave-active { - transition: all ease-in-out 0.12s; -} - -.page-leave-to { - opacity: 0.4; - filter: blur(0.1rem); - transform: translate(-4px, 0px); -} - -.page-enter-from { - opacity: 0.4; - filter: blur(0.1rem); - transform: translate(4px, 0); -} - -.fade-enter-active, -.fade-leave-active { - transition: opacity 1s ease; -} - -.fade-enter-from, -.fade-leave-to { - opacity: 0; -} - -form input { - @apply p-2 text-lg rounded bg-light-200 dark-bg-dark-100; - flex: 1 1 200px; -} - -form button, -form button[type="submit"] { - @apply p-4 rounded-xl bg-purple-500 shadow-xl text-xl; -} - -form label { - @apply p-2 text-lg flex-1 text-right; -} - -pre { - @apply p-4 max-w-full; -} - -html { - @apply overscroll-y-none; - font-family: var(--font-family-base); -} - -.glass { - @apply transition bg-light-500/90 dark-bg-dark-500/90 rounded-lg shadow-lg hover-shadow-xl filter backdrop-blur hover-backdrop-blur-xl; -} - -/* Fonts */ - -:root { - --font-family-base: "Commissioner", -apple-system, BlinkMacSystemFont, - "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", - "Helvetica Neue", sans-serif; - --font-family-mono: "Fira Code", source-code-pro, Menlo, Monaco, Consolas, - "Courier New", monospace; -} - -@font-face { - font-family: "Commissioner"; - font-style: normal; - font-weight: 400; - src: local(""), - url("/fonts/commissioner-v3-latin_cyrillic-ext_cyrillic-regular.woff2") - format("woff2"), - /* Chrome 26+, Opera 23+, Firefox 39+ */ - url("/fonts/commissioner-v3-latin_cyrillic-ext_cyrillic-regular.woff") - format("woff"); - /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ -} - -@font-face { - font-family: "Commissioner"; - font-style: normal; - font-weight: 700; - src: local(""), - url("/fonts/commissioner-v3-latin_cyrillic-ext_cyrillic-700.woff2") - format("woff2"), - /* Chrome 26+, Opera 23+, Firefox 39+ */ - url("/fonts/commissioner-v3-latin_cyrillic-ext_cyrillic-700.woff") - format("woff"); - /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ -} diff --git a/assets/logo.svg b/assets/logo.svg deleted file mode 100644 index 835320c..0000000 --- a/assets/logo.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/auth/components/AuthSignup.vue b/auth/components/AuthSignup.vue index 3efbeb9..136b778 100644 --- a/auth/components/AuthSignup.vue +++ b/auth/components/AuthSignup.vue @@ -26,7 +26,6 @@ const onSubmit = async () => {