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

17 lines
No EOL
286 B
CSS

/*AddAnswerButton.module.css*/
.answerButton {
margin-top: 18px;
display: flex;
gap: 10px;
align-items: center;
border: none;
background-color: white;
color: #3788D6;
font-size: 18px;
font-weight: 500;
}
.addAnswerImg{
vertical-align: middle;
}