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; + } }