Project 'web-et-numerique/llle_project/ecolyo' was moved to 'web-et-numerique/factory/llle_project/ecolyo'. Please update any links and bookmarks that may still have the old path.
Newer
Older
@import '../../styles/base/typo-variables';
.cardContent {
&.cardDone {
border: 1px solid $grey-bright;
border-radius: 4px;
flex-direction: column;
justify-content: space-between;
align-items: center;
.iconResult {
display: flex;
@media all and(max-height: 700px) {
width: 55%;
margin: auto;
}
}
.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;