feat(ui): Tricktable
Added a trick-table displaying the players with their won tricks sorted by the person with the most tricks
This commit is contained in:
@@ -209,4 +209,20 @@ body {
|
||||
color: @color;
|
||||
font-size: 1.5em;
|
||||
font-family: Arial, serif;
|
||||
}
|
||||
.score-table {
|
||||
background-color: rgba(255, 255, 255, 0.1);
|
||||
border-radius: 8px;
|
||||
padding: 10px;
|
||||
margin-bottom: 20px;
|
||||
backdrop-filter: blur(8px);
|
||||
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
|
||||
}
|
||||
.score-header {
|
||||
font-weight: bold;
|
||||
color: #ffffff;
|
||||
border-bottom: 1px solid rgba(255, 255, 255, 0.3);
|
||||
}
|
||||
.score-row {
|
||||
color: #ffffff;
|
||||
}
|
||||
Reference in New Issue
Block a user