Newer
Older
@import 'src/styles/base/color';
.quiz-modal-root {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
text-align: center;
font-weight: bold;
font-size: 1.7rem;
text-transform: uppercase;
margin-top: 0;
margin-bottom: 1rem;
&.correct {
}
&.wrong {
color: $red-primary;
}
}
.answer-label {
}
button.btn-secondary-negative {
width: auto;
padding: 0.5rem 3rem;
border-color: $grey-bright;
}
}
#accessibility-title {
display: none;
}