From 99856af5509d45267a9574703e4c33bc21e3f143 Mon Sep 17 00:00:00 2001 From: Ramon Wenger Date: Wed, 25 Mar 2020 16:06:27 +0100 Subject: [PATCH] Fix minor bugs --- client/src/components/profile/ClassList.vue | 2 +- client/src/components/profile/ProfileSidebar.vue | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/client/src/components/profile/ClassList.vue b/client/src/components/profile/ClassList.vue index 558e7da8..afb1059e 100644 --- a/client/src/components/profile/ClassList.vue +++ b/client/src/components/profile/ClassList.vue @@ -1,7 +1,7 @@ @@ -98,5 +102,11 @@ width: 40px; height: 40px; } + + &__support { + padding: $small-spacing; + @include regular-text; + color: $color-silver-dark; + } }