From 7c6560740a0f5f383fcb927290183c52efb2394b Mon Sep 17 00:00:00 2001 From: janko Date: Wed, 17 Jan 2024 18:33:31 +0100 Subject: [PATCH] premik stillov iz index na app.vue --- nuxt/app.vue | 47 ++++++++++++++++++++++++++++++++++++++++++ nuxt/pages/index.vue | 49 -------------------------------------------- 2 files changed, 47 insertions(+), 49 deletions(-) diff --git a/nuxt/app.vue b/nuxt/app.vue index 76d1c8a..e484944 100644 --- a/nuxt/app.vue +++ b/nuxt/app.vue @@ -13,5 +13,52 @@ position: relative; z-index: 50; } +:root { + --siva: #D9D9D9; + --bela: #fff; + --rdeca: #f00; + } + + body { + font-family: Inter; + margin: 0; + background: var(--siva); + } + + h1 { + text-align: center; + font-size: 2.5rem; + margin: .2rem 0 1rem 0; + } + + .stran { + position: relative; + background: var(--bela); + margin: 2rem; + border-radius: 3rem; + padding: 2rem; + } + + form { + display: flex; + flex-direction: column; + } + + input[type=submit] { margin-top: 1rem; } + + details > summary { + list-style: none; + } + + .gumb { + font-family: Trailers; + font-size: 2rem; + cursor: pointer; + } + + .etherpad-textarea { + height: 25rem; + width: 100%; + } diff --git a/nuxt/pages/index.vue b/nuxt/pages/index.vue index 67af835..79c9861 100644 --- a/nuxt/pages/index.vue +++ b/nuxt/pages/index.vue @@ -10,52 +10,3 @@ await store.naloziStrani() - -