mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-07 15:32:02 +00:00
fix: IDP login button styles (#869)
* fix: styling type on idp * fix: google styling * fix: google styling * fix: google styling * fix: remove logo src from angular * fix: pr requests * fix drop column migration * fix: drop column migration * fix: grant id
This commit is contained in:
@@ -79,6 +79,15 @@ html {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
&.google {
|
||||
color: $idpGoogleFontColorLight;
|
||||
background-color: $idpGoogleBackgroundColorLight;
|
||||
|
||||
span.logo {
|
||||
background-image: url($idpGoogleImg + '.png');
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
input:not([type='radio']), select {
|
||||
|
||||
Reference in New Issue
Block a user