You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33 lines
584 B
33 lines
584 B
|
|
.button.data-v-50f039b9 {
|
|
display: block;
|
|
width: 320px;
|
|
height: 60px;
|
|
margin: 10px auto;
|
|
padding: 10px;
|
|
margin-top: 25px;
|
|
background-color: #1E90FF;
|
|
color: white;
|
|
text-align: center;
|
|
border-radius: 5px;
|
|
}
|
|
.answer-input.data-v-50f039b9 {
|
|
width: 90%;
|
|
padding: 10px;
|
|
margin: 10px auto;
|
|
border: 1px solid #ccc;
|
|
border-radius: 5px;
|
|
}
|
|
.question-container.data-v-50f039b9 {
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
margin: 20px;
|
|
padding: 10px;
|
|
}
|
|
.atten.data-v-50f039b9 {
|
|
display: flex;
|
|
align-content: center;
|
|
bottom: 40px;
|
|
}
|