.match-view .match-header-players {
|
|
width: 100%;
|
|
font-size: x-large;
|
|
justify-content: center;
|
|
}
|
|
|
|
.match-view .match-header-result {
|
|
width: 100%;
|
|
font-weight: bolder;
|
|
font-size: x-large;
|
|
text-align: center;
|
|
}
|
|
|
|
.match-view .game-card {
|
|
margin-top: var(--lumo-space-m);
|
|
margin-left: var(--lumo-space-m);
|
|
}
|
|
|
|
.match-view .player {
|
|
border-radius: var(--lumo-border-radius);
|
|
padding: var(--lumo-space-xs) 0;
|
|
width: 100%;
|
|
text-align: center;
|
|
align-content: center;
|
|
}
|
|
|
|
.match-view .black-player {
|
|
background-color: var(--lumo-shade);
|
|
}
|
|
|
|
.match-view .vs-label {
|
|
margin-top: 0;
|
|
}
|
|
|
|
.match-view .white-player {
|
|
margin-top: var(--lumo-space-xs);
|
|
margin-bottom: var(--lumo-space-m);
|
|
background-color: var(--lumo-tint);
|
|
color: var(--lumo-shade);
|
|
}
|
|
|
|
.match-view .game-info-div {
|
|
padding-top: 0;
|
|
padding-bottom: 0;
|
|
}
|
|
|
|
.match-view .game-image-div {
|
|
min-width: 300px;
|
|
max-width: 300px;
|
|
min-height: 300px;
|
|
max-height: 300px;
|
|
}
|
|
|
|
.match-view .game-header {
|
|
font-weight: bolder;
|
|
font-size: large;
|
|
margin-bottom: var(--lumo-space-s);
|
|
}
|
|
|
|
.match-view .time-control {
|
|
margin-bottom: var(--lumo-space-s);
|
|
}
|