components
This commit is contained in:
commit
009a214b40
40 changed files with 966 additions and 0 deletions
|
|
@ -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{
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue