survey-webapp/SurveyFrontend/src/components/AnswerOption/AnswerOption.module.css
2025-04-05 21:39:28 +05:00

31 lines
No EOL
482 B
CSS

/*AnswerOption.module.css*/
.answer{
display: flex;
gap: 10px;
margin-bottom: 17px;
}
.textAnswer{
border: none;
background-color: #ffffff;
font-size: 18px;
font-weight: 500;
}
.answerIcon{
vertical-align: middle;
width: 24px;
}
.answerInput{
vertical-align: middle;
font-size: 18px;
font-weight: 500;
outline: none;
border: none;
resize: none;
display: flex;
align-items: center;
box-sizing: border-box;
}