Newer
Older
@import '../../styles/base/typo-variables';
.labelResult {
margin-bottom: 1rem;
}
.iconResult {
display: flex;
@media all and(max-height: 700px) {
width: 55%;
.imgResult {
width: 100%;
height: 100%;
}
.labelResult {
font-weight: bold;
font-size: 24px;
line-height: 120%;
}
.win {
color: $gold;
}
.lost {
color: $red-primary;
}
.statsResult {
text-align: center;
}