From 19db8e9e1ba8e34274bbe5fa895231c81649fe97 Mon Sep 17 00:00:00 2001 From: Xevion Date: Fri, 11 Sep 2020 13:06:27 -0500 Subject: [PATCH] move dozens of component styling rules into main.scss --- client/src/App.vue | 24 -- client/src/components/Character.vue | 30 --- client/src/components/CharacterList.vue | 57 ----- client/src/components/Home.vue | 9 - client/src/components/QuoteList.vue | 46 ---- client/src/components/SearchResults.vue | 27 --- client/src/components/SeasonList.vue | 107 --------- client/src/scss/main.scss | 298 +++++++++++++++++++++++- 8 files changed, 296 insertions(+), 302 deletions(-) diff --git a/client/src/App.vue b/client/src/App.vue index c202544..3bbb803 100644 --- a/client/src/App.vue +++ b/client/src/App.vue @@ -50,7 +50,6 @@ - @@ -59,29 +58,6 @@ -