Newer
Older
@import '../../styles/base/typography';
.labelResult {
margin-bottom: 1rem;
}
.iconResult {
display: flex;
}
.imgResult {
@media all and(max-height: 700px) {
width: 80%;
margin: auto;
}
}
.labelResult {
font-weight: bold;
font-size: 24px;
line-height: 120%;
}
.win {
color: $gold;
}
.almostWin {
color: $blue-shadowed;
}
.lost {
color: $red-primary;
}