diff --git a/client/src/components/WidgetPopover.vue b/client/src/components/WidgetPopover.vue index 418390ed..cb1fa16e 100644 --- a/client/src/components/WidgetPopover.vue +++ b/client/src/components/WidgetPopover.vue @@ -27,7 +27,7 @@ display: flex; flex-direction: column; background-color: $color-white; - padding: 20px; + padding: 0; z-index: 100; @include widget-shadow; @@ -43,6 +43,9 @@ display: grid; &__link { + cursor: pointer; + padding: 0 $medium-spacing; + & > a { display: inline-block; color: $color-silver-dark; @@ -55,6 +58,7 @@ &--large { line-height: 40px; + padding: $small-spacing $medium-spacing; & > a, & { @include small-text; } @@ -64,5 +68,9 @@ font-weight: 600; } } + + &__divider { + border-top: 1px solid $color-silver-dark; + } } diff --git a/client/src/components/profile/ClassList.vue b/client/src/components/profile/ClassList.vue index d0b55c6f..63580796 100644 --- a/client/src/components/profile/ClassList.vue +++ b/client/src/components/profile/ClassList.vue @@ -2,9 +2,9 @@

{{name}}

-