From 6fc288219d168e72ada9e9d6b53ea4c19981e8ca Mon Sep 17 00:00:00 2001 From: Kylart Date: Tue, 11 Jul 2017 10:47:14 +0200 Subject: [PATCH] Seasons seem ok --- css/app.styl | 7 +- pages/seasons.vue | 247 ++++++++++++++++++++++------------------------ 2 files changed, 124 insertions(+), 130 deletions(-) diff --git a/css/app.styl b/css/app.styl index 7f873a6..c01e071 100644 --- a/css/app.styl +++ b/css/app.styl @@ -49,4 +49,9 @@ $inputColor := #7f90ab // background-color: $inputColor #title a.list__tile - height: 60px \ No newline at end of file + height: 60px + + +div.tabs__items + border-width: 0 + border-style: none \ No newline at end of file diff --git a/pages/seasons.vue b/pages/seasons.vue index bbd6945..56b3cfe 100644 --- a/pages/seasons.vue +++ b/pages/seasons.vue @@ -1,11 +1,10 @@