From 1455cd4fb7027676c85a716b18e2ee46169450f1 Mon Sep 17 00:00:00 2001 From: keithgrimes Date: Fri, 2 Aug 2024 20:58:41 +0100 Subject: [PATCH] Update for the web authentication image (correct size) --- templates/g5_hydrogen/custom/scss/custom.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/templates/g5_hydrogen/custom/scss/custom.scss b/templates/g5_hydrogen/custom/scss/custom.scss index e0b25b3..ac2f438 100644 --- a/templates/g5_hydrogen/custom/scss/custom.scss +++ b/templates/g5_hydrogen/custom/scss/custom.scss @@ -172,3 +172,8 @@ section#g-top { @include main-nav-colors($navigation-background, $navigation-text-color, $main-background, $main-text-color); color: $navigation-text-color; } + +.plg_system_webauthn_login_button svg { + width: 30px; + margin: 4px; + } \ No newline at end of file