survey-webapp/SurveyFrontend/src/components/AnswerOption/AnswerOption.module.css
Tatiana Nikolaeva 009a214b40 components
2025-04-04 21:41:22 +05:00

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;
}