Newer
Older
@import 'src/styles/base/color';
@import 'src/styles/base/breakpoint';
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
.quiz-begin-container {
display: flex;
flex-direction: column;
align-items: center;
box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.55);
border-radius: 4px;
transition: all 300ms ease;
color: $white;
background: $grey-linear-gradient-background;
@media (min-width: $width-large-phone) {
@media (min-width: $width-large-desktop) {
max-width: 40%;
padding: 0.5rem 1rem 2rem;
}
.btn-secondary-negative {
margin-top: auto;
border-color: $grey-bright;
}
.quiz-icon-stars {
margin-top: -4rem;
}
.quiz-explanation {
margin-bottom: 2rem;
line-height: 24px;
padding: 1rem;
@media (min-width: $width-large-desktop) {
padding: 0rem 2rem;
}