-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
SCJ-231: Change button colours to match homepage
- Loading branch information
Showing
3 changed files
with
6 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -166,6 +166,9 @@ hr { | |
content: "\f002"; | ||
} | ||
} | ||
&.no-after::after { | ||
content: none; | ||
} | ||
} | ||
|
||
.btn-secondary { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -679,7 +679,6 @@ select, input { | |
.btn { | ||
margin: 0 0 0.85em; | ||
padding: 0.5em 0.85em; | ||
background: #2d5991; | ||
} | ||
} | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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> | ||
|
||
|
@@ -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> | ||
|
||
|