Skip to content

Commit

Permalink
Merge pull request #13571 from opf/bug/49750-saml-icon-too-small-when…
Browse files Browse the repository at this point in the history
…-compared-to-other-icons

[#49750] SAML icon too small when compared to other icons
  • Loading branch information
as-op committed Aug 29, 2023
2 parents f430aeb + 5357db5 commit ab9b0ad
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,14 @@
background-position-y: center
background-color: var(--body-background)

.login-auth-providers a.auth-provider
padding: 9px 12px 9px 12px

&.auth-provider--imaged
padding-left: 2rem

&.auth-provider-google,
&.auth-provider-azure,
&.auth-provider-heroku
padding: 9px 12px 9px 34px
padding-left: 34px

0 comments on commit ab9b0ad

Please sign in to comment.