Newer
Older
@import '../../styles/base/breakpoint';
@import '../../styles/base/typo-variables';
@import '../../styles/base/color';

Hugo SUBTIL
committed
@import '../../styles/base/z-index';
position: relative;
user-select: none;
flex-direction: column;
align-items: center;
padding: 0 2rem;
.challenge-container {
position: relative;
transition: all 300ms ease;
}
.cardContent {
margin: auto;
.title {
font-weight: 400;
text-align: center;
text-transform: uppercase;
font-family: $text-font;
display: block;
font-weight: 700;
text-align: center;
font-family: $text-font;
color: $grey-bright;
width: 100%;
max-width: 180px;
margin: auto;
height: auto;
text-align: center;
display: block;
}
}
.sliderButtons {
text-align: center;
margin: auto;
margin-top: 1.5rem;
@media all and (max-width: $width-tablet) {
display: none;
}