Skip to content

Commit

Permalink
SCJ-231: Change button colours to match homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
molund committed Jul 29, 2024
1 parent b79499f commit f0e2955
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions app/ClientSrc/sass/_bootstrapOverrides.scss
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,9 @@ hr {
content: "\f002";
}
}
&.no-after::after {
content: none;
}
}

.btn-secondary {
Expand Down
1 change: 0 additions & 1 deletion app/ClientSrc/sass/global.scss
Original file line number Diff line number Diff line change
Expand Up @@ -679,7 +679,6 @@ select, input {
.btn {
margin: 0 0 0.85em;
padding: 0.5em 0.85em;
background: #2d5991;
}
}
}
Expand Down
5 changes: 3 additions & 2 deletions app/Views/Home/Sso.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
</section>

<section class="actions">
<a href="@[email protected]" class="btn d-inline-block">
<a href="@[email protected]"
class="btn d-inline-block btn-primary no-after">
Log in with BCeID
</a>

Expand All @@ -48,7 +49,7 @@

<section class="actions">
<a href="@ViewBag.AppUrl?kc_idp_hint=@OpenIdConnectHelper.DigitalCredentialIdp"
class="btn d-inline-block">
class="btn d-inline-block btn-primary no-after">
Log in with BC Wallet
</a>

Expand Down

0 comments on commit f0e2955

Please sign in to comment.