From c99b4b687640fb5bf86aa708a824139f8b462fe3 Mon Sep 17 00:00:00 2001 From: Adrien Agez Date: Wed, 2 Dec 2020 22:11:21 +0100 Subject: [PATCH] WIP: modifs style --- src/App.vue | 2 +- src/components/Battleground.vue | 30 +++++++++++++++++++++--------- src/components/Objective.vue | 4 ++++ src/gameInfos/battlegrounds.js | 1 + src/styles/main.sass | 21 +++++++++++++++++++-- 5 files changed, 46 insertions(+), 12 deletions(-) diff --git a/src/App.vue b/src/App.vue index c2d9df7..e6d6f64 100644 --- a/src/App.vue +++ b/src/App.vue @@ -28,7 +28,7 @@ margin: 0 height: 56px padding: 0 16px 0 24px - +blizzard-header-gradient + @include blizzard-header-gradient text-shadow: 0 0 1rem #009cff color: #fff span diff --git a/src/components/Battleground.vue b/src/components/Battleground.vue index 82abb53..9bf6932 100644 --- a/src/components/Battleground.vue +++ b/src/components/Battleground.vue @@ -1,10 +1,9 @@