Minor tweaks

This commit is contained in:
Syahrial Agni Prasetya 2024-02-17 14:03:35 +07:00
parent 76a3a142b4
commit ec5c00fbd6
Signed by: lemniskett
GPG Key ID: 24260130A908EB5A

View File

@ -630,7 +630,7 @@ ul#kc-totp-supported-apps {
} }
.pf-c-button { .pf-c-button {
border-radius: 4px; border-radius: 8px;
font-size: 14px; font-size: 14px;
font-weight: bold; font-weight: bold;
padding: 10px; padding: 10px;
@ -652,7 +652,8 @@ ul#kc-totp-supported-apps {
.card-pf { .card-pf {
border: none; border: none;
box-shadow: 0 16px 16px 0 rgb(0 0 0 / 20%), 0 0 16px 0 rgb(0 0 0 / 10%); box-shadow: 0 16px 16px 0 rgb(0 0 0 / 20%), 0 0 16px 0 rgb(0 0 0 / 10%);
border-radius: 8px; border-radius: 16px;
padding: 20px 40px 40px 40px !important;
} }
input.pf-c-form-control { input.pf-c-form-control {