From b39a13e60183904b87f8e85cee29a873e2a0390a Mon Sep 17 00:00:00 2001 From: Serghei Mihai Date: Tue, 6 Apr 2021 13:33:16 +0200 Subject: [PATCH] auth_fc: make button resizable (#52766) --- src/authentic2_auth_fc/static/authentic2_auth_fc/css/fc.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 16f93ef69..8c44110e5 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 @@ -30,7 +30,9 @@ div#fc-button:active { div#fc-button a.button { text-decoration: none; width: 300px; - height: 80px; + height: 0; + padding-top: 27%; + max-width: 100%; background-image: url('../img/FC-connect-button.svg'); background-repeat: no-repeat; background-size: 100% 100%;