Skip to content

Commit

Permalink
Whoops
Browse files Browse the repository at this point in the history
  • Loading branch information
danbopes committed Aug 15, 2023
1 parent f0b4469 commit b37cb25
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions BrotatoServer/Shared/Components/StatContainer.razor.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@

/*
* Stats
*/

.stats-container {
background-color: rgba(0, 0, 0, 0.5);
border-radius: 10px;
padding: 20px;
color: white;
width: 240px;
font-size: 16px;
float: right;
}

.stats-container tr.current-level td {
padding-bottom: 15px;
}

.stats-container .neg {
color: #f00;
}

.stats-container .pos {
color: #0f0;
}

.stats-container td.stat-value {
text-align: right;
white-space: nowrap;
}

.stats img {
width: 20px;
height: 20px;
}

0 comments on commit b37cb25

Please sign in to comment.