From fed057c330a1c990fefaee939036f3c63fc87abb Mon Sep 17 00:00:00 2001 From: Zainab Amir Date: Mon, 25 Jan 2021 16:42:59 +0500 Subject: [PATCH] VAN-304: update alert link class (#91) --- src/logistration/_style.scss | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/logistration/_style.scss b/src/logistration/_style.scss index 0f47ad5f..ef37356a 100644 --- a/src/logistration/_style.scss +++ b/src/logistration/_style.scss @@ -14,6 +14,16 @@ $microsoft-focus-black: #000; $apple-black: #000000; $apple-focus-black: $apple-black; +.alert-link { + font-weight: normal; + text-decoration: underline; + color: #0075b4 !important; + + &:hover { + color: #065683 !important; + } +} + .logistration-header { border-bottom: 1px solid #e7e7e7; height: 3.75rem;