From c4ed061f8f5c184825062a9c5132ec71f04162e0 Mon Sep 17 00:00:00 2001 From: mike Date: Mon, 12 Feb 2024 08:29:49 +0000 Subject: [PATCH] minor style changes --- public/helpbuild/theme.css | 24 +++--------------------- 1 file changed, 3 insertions(+), 21 deletions(-) diff --git a/public/helpbuild/theme.css b/public/helpbuild/theme.css index eb0bf5f..3b7696c 100644 --- a/public/helpbuild/theme.css +++ b/public/helpbuild/theme.css @@ -54,25 +54,7 @@ div#kc-registration span a:hover { padding-left: 10px; font-size: 18px; } - -/*#social-linkedin-openid-connect::before {*/ -/* content: url('data:image/svg+xml;utf8,');*/ -/* display: inline-block;*/ -/* width: 60px;*/ -/* height: 60px;*/ -/* vertical-align: middle;*/ -/*}*/ - -/*.kc-social-provider-name {*/ -/* visibility: hidden;*/ -/* position: relative;*/ -/*}*/ - -/*.kc-social-provider-name::after {*/ -/* content: 'Sign in with LinkedIn';*/ -/* visibility: visible;*/ -/* position: absolute;*/ -/* top: 0;*/ -/* left: 0;*/ -/*}*/ +.pf-c-button.pf-m-control { + padding: 10px 5px 2px; +}