From 04320d15b579a759a6c40afe63bf4767338b0d05 Mon Sep 17 00:00:00 2001 From: Xevion Date: Tue, 15 Sep 2020 07:17:33 -0500 Subject: [PATCH] move breakpoint badge, add color styling from history-of-robotics, add computed breakpoint bool, change Character breadcrumb to CharacterList component, attempt at Season content column alignment --- client/src/App.vue | 39 +++++++++++++++++++++++------ client/src/components/Character.vue | 2 +- client/src/components/Season.vue | 2 +- 3 files changed, 34 insertions(+), 9 deletions(-) diff --git a/client/src/App.vue b/client/src/App.vue index fdef635..41b5e9e 100644 --- a/client/src/App.vue +++ b/client/src/App.vue @@ -3,6 +3,13 @@ The Office Quotes + + XS + SM + MD + LG + XL + @@ -16,13 +23,6 @@ About - - XS - SM - MD - LG - XL - @@ -76,6 +76,26 @@ .ais-SearchBox-input::placeholder { color: white; } + +#marker-xs { + color: #ff0000; +} + +#marker-sm { + color: #f37506; +} + +#marker-md { + color: #0090ff; +} + +#marker-lg { + color: #05ff80; +} + +#marker-xl { + color: #82f500; +} diff --git a/client/src/components/Character.vue b/client/src/components/Character.vue index 12dc3c4..dee2fd3 100644 --- a/client/src/components/Character.vue +++ b/client/src/components/Character.vue @@ -45,7 +45,7 @@ export default { }, { text: 'Characters', - to: {name: 'Home'}, + to: {name: 'CharacterList'}, }, { text: diff --git a/client/src/components/Season.vue b/client/src/components/Season.vue index e675104..d34a2d9 100644 --- a/client/src/components/Season.vue +++ b/client/src/components/Season.vue @@ -4,7 +4,7 @@ - +