From 79a0ee4f4ae315b357f51dd35d3d3c6e60897ee1 Mon Sep 17 00:00:00 2001 From: Christoph Wurst Date: Wed, 26 Sep 2018 16:25:18 +0200 Subject: Consolidate personal two-factor provider settings Signed-off-by: Christoph Wurst --- settings/css/settings.scss | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'settings/css/settings.scss') diff --git a/settings/css/settings.scss b/settings/css/settings.scss index ae1a456b699..08baaed4cc6 100644 --- a/settings/css/settings.scss +++ b/settings/css/settings.scss @@ -471,6 +471,26 @@ table.nostyle { } } + + +/* Two-Factor Authentication (2FA) */ + +#two-factor-auth { + h3 { + margin-top: 24px; + } + + li > div { + margin-left: 20px; + } + + .two-factor-provider-settings-icon { + width: 16px; + height: 16px; + } +} + + #new-app-login-name, #new-app-password { width: 245px; -- cgit v1.2.3