Skip to content
Snippets Groups Projects
Commit 32c1d5c0 authored by Bastien DUMONT's avatar Bastien DUMONT :angel:
Browse files

fix/ title card challenges in small heights

parent 5c39cab2
No related branches found
No related tags found
2 merge requests!610chore(release): 1.9.3,!593Resolve "Pb Design Desktop Défis"
@import '../../styles/base/typo-variables';
@import '../../styles/base/color';
.cardDone {
border: 1px solid $grey-bright;
border-radius: 4px;
display: flex;
flex-direction: column;
justify-content: space-around;
align-items: center;
.challengeName,
.labelResult {
margin-bottom: 1rem;
}
.iconResult {
.cardContent {
&.cardDone {
border: 1px solid $grey-bright;
border-radius: 4px;
display: flex;
@media all and(max-height: 700px) {
width: 55%;
margin: auto;
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;
}
}
.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;
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment