23 lines
No EOL
298 B
CSS
23 lines
No EOL
298 B
CSS
/*AnswerOption.module.css*/
|
|
|
|
.answer{
|
|
display: flex;
|
|
gap: 10px;
|
|
margin-bottom: 17px;
|
|
}
|
|
|
|
.textAnswer{
|
|
font-size: 18px;
|
|
font-weight: 500;
|
|
align-items: center;
|
|
}
|
|
|
|
.answerIcon{
|
|
vertical-align: middle;
|
|
}
|
|
|
|
.answerInput{
|
|
outline: none;
|
|
border: none;
|
|
resize: none;
|
|
} |