Skip to content

Commit

Permalink
final push for the night
Browse files Browse the repository at this point in the history
  • Loading branch information
markschmidt42 committed Oct 14, 2023
1 parent 5e59820 commit dc6db30
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Components/TeamCard.razor
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ else
</div>
<div class="cta">
<button class="btn btn-reset dim" role="button" @onclick="@(() => ResetTeam())" disabled="@IsDisabled"><span class="oi oi-power-standby"></span> Reset</button>
<a href="">Back to Leaderboard</a>
<a class="btn-go-back" href="">Back to Leaderboard</a>
</div>
}
</a>
Expand Down
7 changes: 5 additions & 2 deletions wwwroot/css/site.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ body {
a,
.btn-link {
color: #40525b;
margin-top: 20px;
}

a:hover,
Expand All @@ -36,6 +35,10 @@ a:hover,
border-color: transparent;
}

.btn-go-back {
margin-top: 20px;
}


.dim {
opacity: 0.5;
Expand Down Expand Up @@ -277,7 +280,7 @@ app {
max-width: 200px;
}
.score-board-img {
max-width: 150px;
max-width: 200px;
margin-left: 5;
}
#blazor-error-ui {
Expand Down

0 comments on commit dc6db30

Please sign in to comment.