diff --git a/src/components/VirtualLotteryRegistrationPage.vue b/src/components/VirtualLotteryRegistrationPage.vue index 7e0d12a..7122375 100644 --- a/src/components/VirtualLotteryRegistrationPage.vue +++ b/src/components/VirtualLotteryRegistrationPage.vue @@ -4,18 +4,14 @@
- Trekker {{ currentWinners }} av {{ numberOfWinners }} vinnere. - {{ secondsLeft }} sekunder av {{ drawTime }} igjen - + + Trekker {{ currentWinners }} av {{ numberOfWinners }} vinnere. + {{ secondsLeft }} sekunder av {{ drawTime }} igjen + +
- +
@@ -28,24 +24,17 @@ -
+
+ >Slett virtuelle vinnere + >Slett virtuelle deltakere

Deltakere ({{ attendees.length }})

@@ -56,15 +45,9 @@
{{ attendee.red }}
-
- {{ attendee.blue }} -
-
- {{ attendee.green }} -
-
- {{ attendee.yellow }} -
+
{{ attendee.blue }}
+
{{ attendee.green }}
+
{{ attendee.yellow }}
@@ -77,12 +60,7 @@
- +


@@ -186,7 +164,7 @@ export default { }, methods: { setWithRandomColors(colors) { - Object.keys(colors).forEach(color => this[color] = colors[color]) + Object.keys(colors).forEach(color => (this[color] = colors[color])); }, sendAttendee: async function() { let response = await addAttendee({ @@ -406,7 +384,6 @@ button { & .ballots-container { display: flex; justify-content: center; - align-items: center; } & .name-and-phone {