From 6b4d16adde253906c347f53dc2edd023f99d9540 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kasper=20Rynning-T=C3=B8nnesen?= Date: Thu, 26 Mar 2020 16:24:21 +0100 Subject: [PATCH] COlumn, not wor --- src/components/RegisterPage.vue | 67 ++++++++------------------------- 1 file changed, 16 insertions(+), 51 deletions(-) diff --git a/src/components/RegisterPage.vue b/src/components/RegisterPage.vue index 262abed..8932fbd 100644 --- a/src/components/RegisterPage.vue +++ b/src/components/RegisterPage.vue @@ -13,12 +13,7 @@ v-model="pushMessage" placeholder="Push meldingtekst" /> - +
@@ -32,13 +27,12 @@
- + - +
@@ -48,12 +42,8 @@ - + >{{ amIBeingEdited(wine) ? "Lukk" : "Rediger" }} +
@@ -75,11 +65,7 @@

Legg til lodd kjøpt

-
+

{{ color.name }} kjøpt

@@ -88,24 +74,13 @@
- +

Vinnere

- +
@@ -135,29 +110,18 @@
- +
- +
- +
@@ -282,7 +246,7 @@ export default { green: this.lotteryColors.filter(c => c.css == "green")[0].value, blue: this.lotteryColors.filter(c => c.css == "blue")[0].value, yellow: this.lotteryColors.filter(c => c.css == "yellow")[0].value - } + }; let sendObject = { purchase: { @@ -441,6 +405,7 @@ hr { margin-top: 2rem; display: flex; justify-content: center; + flex-direction: column; } .edit { width: 100%;