From 74daa50c4c1a2b083f9c1fe0177bd216855505f9 Mon Sep 17 00:00:00 2001 From: Bennett Date: Sun, 11 Oct 2020 17:10:17 +0200 Subject: Merge #722 --- src/styles/settings.scss | 4 ++++ src/styles/type.scss | 5 ++++- 2 files changed, 8 insertions(+), 1 deletion(-) (limited to 'src/styles') diff --git a/src/styles/settings.scss b/src/styles/settings.scss index b908305de..147083a5f 100644 --- a/src/styles/settings.scss +++ b/src/styles/settings.scss @@ -505,3 +505,7 @@ width: 7px; } } + +.settings__support-badges { + a { margin-right: 10px } +} diff --git a/src/styles/type.scss b/src/styles/type.scss index 5b1160d0b..7531b2044 100644 --- a/src/styles/type.scss +++ b/src/styles/type.scss @@ -57,7 +57,10 @@ a, button { } } - &.link { color: $theme-brand-primary; } + &.link { + color: $theme-brand-primary; + cursor: pointer; + } } .error-message, .error-message:last-of-type { -- cgit v1.2.3-70-g09d2