Skip to content

Commit

Permalink
new ProConnect provider button
Browse files Browse the repository at this point in the history
  • Loading branch information
Debian committed Dec 24, 2024
1 parent e05bf4d commit 8f9b29a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
Binary file modified gateway/src/main/resources/static/login/img/proconnect.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions gateway/src/main/resources/static/login/signin.css
Original file line number Diff line number Diff line change
Expand Up @@ -87,4 +87,14 @@ a:hover {

.separator:not(:empty)::after {
margin-left: .25em;
}

.proconnect {
width: 214px;
height: 56px;
border: none;
}

.btn-oauth2:has(.proconnect) {
background-color: white !important;
}

1 comment on commit 8f9b29a

@Gaetanbrl
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.