From c177f1cda8c5a654878444a200a94f3f39fc6719 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kasper=20Rynning-T=C3=B8nnesen?= Date: Wed, 22 Jan 2020 17:16:02 +0100 Subject: [PATCH] More design-updates --- src/components/VinlottisPage.vue | 77 ++++++++++++++++++++++----- src/ui/Banner.vue | 8 +-- src/ui/Highscore.vue | 11 +++- src/ui/PurchaseGraph.vue | 6 +++ src/ui/TotalBought.vue | 91 ++++++++++++++++++-------------- src/ui/WinGraph.vue | 8 +++ src/ui/Wines.vue | 9 +++- 7 files changed, 149 insertions(+), 61 deletions(-) diff --git a/src/components/VinlottisPage.vue b/src/components/VinlottisPage.vue index 699dea4..e961936 100644 --- a/src/components/VinlottisPage.vue +++ b/src/components/VinlottisPage.vue @@ -10,13 +10,20 @@ - - -
- - - + +
+
+ +
+
+ + +
+
+
+ +
@@ -52,6 +59,41 @@ body { } diff --git a/src/ui/Banner.vue b/src/ui/Banner.vue index 1b0ebe7..dbe89c0 100644 --- a/src/ui/Banner.vue +++ b/src/ui/Banner.vue @@ -13,8 +13,8 @@ margin-top: 0px; padding: 33px 0; background-color: #dbeede; - -webkit-box-shadow: 0px 0px 22px -8px rgba(0,0,0,0.65); - -moz-box-shadow: 0px 0px 22px -8px rgba(0,0,0,0.65); - box-shadow: 0px 0px 22px -8px rgba(0,0,0,0.65); + -webkit-box-shadow: 0px 0px 22px -8px rgba(0, 0, 0, 0.65); + -moz-box-shadow: 0px 0px 22px -8px rgba(0, 0, 0, 0.65); + box-shadow: 0px 0px 22px -8px rgba(0, 0, 0, 0.65); } - \ No newline at end of file + diff --git a/src/ui/Highscore.vue b/src/ui/Highscore.vue index 2e6761e..e52069b 100644 --- a/src/ui/Highscore.vue +++ b/src/ui/Highscore.vue @@ -1,5 +1,5 @@