You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

62 lines
1.2 KiB

.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);
}