Skip to content

Commit

Permalink
update google login styling
Browse files Browse the repository at this point in the history
  • Loading branch information
Skielii committed Nov 6, 2024
1 parent be80369 commit 3faf432
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions src/login/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -193,14 +193,18 @@ body {
background-color: var(--pf-global--primary-color--100);
}

/* Login with google kein plan wie das aussieht und obs tut*/
.kcFormSocialAccountListButtonClass {
background-color: #4285f4 !important;
background-color: #ffffff !important;
color: var(--stromee-navy-100);
border-radius: 1000px;
border: none;
border: 1px solid var(--stromee-navy-100);
text-align: center;
height: 2rem;
line-height: 1.3rem;
}

.kcCommonLogoIdP {
line-height: 1.2rem;
}

.kcFormSocialAccountListButtonClass:hover {
Expand Down

0 comments on commit 3faf432

Please sign in to comment.