components
This commit is contained in:
commit
009a214b40
40 changed files with 966 additions and 0 deletions
|
|
@ -0,0 +1,16 @@
|
|||
/*AddAnswerButton.module.css*/
|
||||
|
||||
.answerButton {
|
||||
display: flex;
|
||||
gap: 10px;
|
||||
align-items: center;
|
||||
border: none;
|
||||
background-color: white;
|
||||
color: #3788D6;
|
||||
font-size: 18px;
|
||||
font-weight: 500;
|
||||
}
|
||||
|
||||
.addAnswerImg{
|
||||
vertical-align: middle;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue