From 2b6afffa73419b6ee78b5326fb81f72bf9bf8004 Mon Sep 17 00:00:00 2001 From: Xeovalyte Date: Thu, 19 Jan 2023 15:31:22 +0100 Subject: [PATCH] remade add contest --- frontend/assets/css/tailwind.css | 2 +- frontend/pages/wedstrijd/addcontest.vue | 291 +++++++++++++++--------- 2 files changed, 183 insertions(+), 110 deletions(-) diff --git a/frontend/assets/css/tailwind.css b/frontend/assets/css/tailwind.css index 713f20f..45a2b3f 100644 --- a/frontend/assets/css/tailwind.css +++ b/frontend/assets/css/tailwind.css @@ -34,4 +34,4 @@ .text-default { @apply dark:text-gray-300 text-gray-900 } - } \ No newline at end of file + } diff --git a/frontend/pages/wedstrijd/addcontest.vue b/frontend/pages/wedstrijd/addcontest.vue index 17c3415..a7d036c 100644 --- a/frontend/pages/wedstrijd/addcontest.vue +++ b/frontend/pages/wedstrijd/addcontest.vue @@ -1,123 +1,138 @@ + +