octopus-ad
Version:
Quickapp Sample Template
25 lines (21 loc) • 350 B
CSS
.page {
flex-direction: column;
padding-top: 24px;
}
.btn-wrapper {
padding: 0 24px;
}
.btn {
justify-content: center;
width: 100%;
margin-bottom: 40px;
padding: 24px;
background-color: #fa9f03;
text-align: center;
font-size: 32px;
border-radius: 12px;
color: white;
}
.btn text {
color: white;
}