From 2700caf2a84fb9235d194d55b556874ed15f6536 Mon Sep 17 00:00:00 2001 From: Robyn MacCallum Date: Thu, 28 Oct 2021 08:20:37 -0400 Subject: [PATCH] Fix jumbo sized WebAuthn logo (#1251) * Fix jumbo sized WebAuthn logo * Fix styling on 2FA modals * Fix so that text does not go below image * Rearrange items in modal and add new icons * make spacing a little wider * Remove 1 from mfaTypes, we now have both versions Co-authored-by: Thomas Rittson --- .../two-factor-options.component.html | 51 +++++++++++++----- src/images/two-factor/1-w.png | Bin 0 -> 3629 bytes src/images/two-factor/1.png | Bin 2675 -> 3670 bytes src/images/two-factor/rc-w.png | Bin 0 -> 7167 bytes src/images/two-factor/rc.png | Bin 0 -> 7413 bytes src/scss/forms.scss | 28 +++++++++- src/scss/modals.scss | 14 +++++ src/scss/plugins.scss | 16 ++++++ src/scss/variables.scss | 2 +- 9 files changed, 95 insertions(+), 16 deletions(-) create mode 100644 src/images/two-factor/1-w.png create mode 100644 src/images/two-factor/rc-w.png create mode 100644 src/images/two-factor/rc.png diff --git a/src/app/accounts/two-factor-options.component.html b/src/app/accounts/two-factor-options.component.html index 4f76862f44..53805a20f5 100644 --- a/src/app/accounts/two-factor-options.component.html +++ b/src/app/accounts/two-factor-options.component.html @@ -1,5 +1,5 @@