Skip to content

Commit

Permalink
more styling
Browse files Browse the repository at this point in the history
  • Loading branch information
17Amir17 committed Nov 9, 2024
1 parent af5eba7 commit 0a8a177
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions apps/passport-server/resources/one-click-page/error.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://fonts.googleapis.com/css2?family=Barlow:wght@500&family=Fragment+Mono&display=swap"
rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Barlow:wght@400&family=Fragment+Mono&display=swap"
rel="stylesheet">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link
Expand Down Expand Up @@ -50,9 +52,8 @@
display: flex;
flex-direction: column;
max-width: var(--max-width);
padding: 0 20px;
padding: 20px;
align-items: center;
justify-content: center;
gap: 20px;
overflow: hidden;
height: 100%;
Expand Down Expand Up @@ -84,17 +85,17 @@
.card-title__text {
color: var(--text-primary);
font-family: Barlow;
font-style: normal;
font-weight: 500;
font-weight: 400;
font-size: 14px;
line-height: 18.9px;
}

.button {
color: var(--text-primary);
.card-title__link {
color: #07f;
font-family: Barlow;
font-style: normal;
font-weight: 500;
font-size: 18px;
font-weight: 400;
font-size: 14px;
line-height: 18.9px;
}
</style>

Expand All @@ -103,7 +104,7 @@
<main class="container">
<div class="no-ticket__container">
<span class="card-title__header">NO UPCOMING EVENTS</span>
<span class="card-title__text">Don't see you ticket? <a>Learn more</a></span>
<span class="card-title__text">Don't see your ticket? <a class="card-title__link">Learn more</a></span>
</div>
</main>

Expand Down

0 comments on commit 0a8a177

Please sign in to comment.