From 6a77c0d05ef18eb2c5ef45c0f7d5f7d7c045e6a8 Mon Sep 17 00:00:00 2001 From: Serghei Mihai Date: Tue, 6 Apr 2021 11:00:56 +0200 Subject: [PATCH] auth_fc: restore button size (#52754) --- src/authentic2_auth_fc/static/authentic2_auth_fc/css/fc.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/authentic2_auth_fc/static/authentic2_auth_fc/css/fc.css b/src/authentic2_auth_fc/static/authentic2_auth_fc/css/fc.css index c6507e151..16f93ef69 100644 --- a/src/authentic2_auth_fc/static/authentic2_auth_fc/css/fc.css +++ b/src/authentic2_auth_fc/static/authentic2_auth_fc/css/fc.css @@ -29,11 +29,11 @@ div#fc-button:active { div#fc-button a.button { text-decoration: none; - width: 230px; - height: 60px; + width: 300px; + height: 80px; background-image: url('../img/FC-connect-button.svg'); background-repeat: no-repeat; - background-size: 100%; + background-size: 100% 100%; background-color: #034ea2; display: block; border: 1px solid #034ea2;