17 lines
No EOL
286 B
CSS
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;
|
|
} |