components

This commit is contained in:
Tatiana Nikolaeva 2025-04-04 21:41:22 +05:00
commit 009a214b40
40 changed files with 966 additions and 0 deletions

View file

@ -0,0 +1,23 @@
/*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;
}