From c70504d09a42d9d5f0bcce3304162a766f4b9a9a Mon Sep 17 00:00:00 2001 From: Adrien Agez Date: Sun, 31 May 2020 22:11:16 +0200 Subject: [PATCH] feat (objective) : create objective component --- src/App.vue | 4 +-- src/components/Battleground.vue | 6 +++-- src/components/Battleground/Objective.vue | 33 +++++++++++++++++++++++ 3 files changed, 39 insertions(+), 4 deletions(-) create mode 100644 src/components/Battleground/Objective.vue diff --git a/src/App.vue b/src/App.vue index f2b20fc..9ab9b3b 100644 --- a/src/App.vue +++ b/src/App.vue @@ -29,8 +29,8 @@ export default { body margin: 0 - #app - font-family: 'Avenir', Helvetica, Arial, sans-serif + html + font-family: Avenir, Helvetica, Arial, sans-serif -webkit-font-smoothing: antialiased -moz-osx-font-smoothing: grayscale color: $blizzard-font-color diff --git a/src/components/Battleground.vue b/src/components/Battleground.vue index dd82c4e..e2d8340 100644 --- a/src/components/Battleground.vue +++ b/src/components/Battleground.vue @@ -1,7 +1,7 @@