Skip to content

Commit 584c49b

Browse files
committed
Styling
1 parent e9c9c7b commit 584c49b

5 files changed

Lines changed: 11 additions & 15 deletions

File tree

Idp.Swiyu.Passkeys.Sts/Pages/Consent/Index.cshtml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111
<img src="@Model.View.ClientLogoUrl">
1212
</div>
1313
}
14-
<h1>
14+
<h3>
1515
@Model.View.ClientName
1616
<small class="text-muted">is requesting your permission</small>
17-
</h1>
17+
</h3>
1818
<p>Uncheck the permissions you do not wish to grant.</p>
1919
</div>
2020

Idp.Swiyu.Passkeys.Sts/Pages/Diagnostics/Index.cshtml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
@page
22
@model Idp.Swiyu.Passkeys.Sts.Pages.Diagnostics.Index
33

4+
<h3>Authentication Cookie</h3>
5+
46
<div class="diagnostics-page">
5-
<div class="lead">
6-
<h1>Authentication Cookie</h1>
7-
</div>
87

98
<div class="row">
109
<div class="col">

Idp.Swiyu.Passkeys.Sts/Pages/Grants/Index.cshtml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,10 @@
33
@{
44
}
55

6-
<div class="grants-page">
7-
<div class="lead">
8-
<h1>Client Application Permissions</h1>
9-
<p>Below is the list of applications you have given permission to and the resources they have access to.</p>
10-
</div>
6+
<h3>Client Application Permissions</h3>
117

8+
<div class="grants-page">
9+
1210
@if (!Model.View.Grants.Any())
1311
{
1412
<div class="row">

Idp.Swiyu.Passkeys.Sts/Pages/ServerSideSessions/Index.cshtml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
@page
22
@model Idp.Swiyu.Passkeys.Sts.Pages.ServerSideSessions.IndexModel
33

4+
<h3>User Sessions</h3>
5+
46
<div class="users-page">
57
<div class="row">
68
<div class="col">
79
<div class="card">
8-
<div class="card-header">
9-
<h2>User Sessions</h2>
10-
</div>
11-
10+
1211
<div class="card-body">
1312

1413
@if (Model.UserSessions != null)

Idp.Swiyu.Passkeys.Sts/Pages/Swiyu/IdentityAlreadyVerified.cshtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<h3>
77
<img src="~/swiyu.png" class="logo">
8-
identity from Switzerland
8+
Swiss identity
99
</h3>
1010

1111
<p>Your account has an swiyu identity already attached. You cannot add a new one.</p>

0 commit comments

Comments
 (0)