From 00b15088ea64146b5a8fd14b6b358b4eb5c6eebe Mon Sep 17 00:00:00 2001 From: ThrawnCA Date: Thu, 15 Dec 2022 21:25:21 +1000 Subject: [PATCH] [QOLDEV-45] apply standard styling to alert links --- src/assets/_project/_blocks/components/alerts/_qg-alert.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/assets/_project/_blocks/components/alerts/_qg-alert.scss b/src/assets/_project/_blocks/components/alerts/_qg-alert.scss index fd5befd76..203ffe11e 100644 --- a/src/assets/_project/_blocks/components/alerts/_qg-alert.scss +++ b/src/assets/_project/_blocks/components/alerts/_qg-alert.scss @@ -15,6 +15,11 @@ margin-top: 5px; font-size: 1.2em; } + a { + @include qg-global-link-styles { + @include qg-link-decoration; + } + } & + p{ margin-top: 1em; }