Skip to content

Commit

Permalink
Icons
Browse files Browse the repository at this point in the history
  • Loading branch information
arcshiftsolutions committed Jul 29, 2023
1 parent 4648923 commit 1fd0455
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 5 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added frontend/src/assets/images/microsoftlogo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 15 additions & 3 deletions frontend/src/components/InviteSelection.vue
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
>
<v-card-title class="gov-header">
<h4 id="login_text">
Register
Register for Education Data Exchange
</h4>
</v-card-title>
<v-card-text id="login_descriptor">
Expand All @@ -35,7 +35,13 @@
class="ma-2"
@click="clearStorage"
>
Register using Entra<v-icon>mdi-login</v-icon>
<img
tabindex="-1"
src="../assets/images/microsoftlogo.png"
width="55"
class="logo mx-n5"
alt="B.C. Government Logo"
>Microsoft
</v-btn>
</v-col>
</v-row>
Expand All @@ -53,7 +59,13 @@
class="ma-2"
@click="clearStorage"
>
Register using Basic BCeID<v-icon>mdi-login</v-icon>
<img
tabindex="-1"
src="../assets/images/bcid-mstile-70x70.png"
width="50"
class="logo mx-n3"
alt="B.C. Government Logo"
>Basic BCeID
</v-btn>
</v-col>
</v-row>
Expand Down
16 changes: 14 additions & 2 deletions frontend/src/components/Login.vue
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,13 @@
class="ma-2"
@click="clearStorage"
>
Log In with Entra<v-icon>mdi-login</v-icon>
<img
tabindex="-1"
src="../assets/images/microsoftlogo.png"
width="55"
class="logo mx-n5"
alt="B.C. Government Logo"
>Log In with Microsoft
</v-btn>
</v-col>
</v-row>
Expand All @@ -53,7 +59,13 @@
class="ma-2"
@click="clearStorage"
>
Log In with Basic BCeID<v-icon>mdi-login</v-icon>
<img
tabindex="-1"
src="../assets/images/bcid-mstile-70x70.png"
width="50"
class="logo mx-n3"
alt="B.C. Government Logo"
>Log In with Basic BCeID
</v-btn>
</v-col>
</v-row>
Expand Down

0 comments on commit 1fd0455

Please sign in to comment.