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,18 @@
/*QuestionItem.module.css*/
.questionCard{
width: 100%;
background-color: white;
display: flex;
margin-bottom: 34px;
padding: 27px 29px 26px 36px;
border-radius: 14px;
}
.questionCard:last-child{
margin-bottom: 0;
}
.questionContainer{
}