<>
.app-forum-notice {
margin: -10px;
padding: 18px 20px 22px 20px;
border-radius: 5px;
background-color: var(--ja-col-alt-bg);
}
.app-notice-header {
display: flex;
justify-content: center;
align-items: center;
gap: 12px;
font-size: calc(18 / 16 * 1rem);
font-weight: 600;
margin-bottom: 12px;
text-align: center;
line-height: 1.25;
flex-wrap: wrap;
}
.app-notice-icon img {
border-radius: 5px;
width: 36px;
height: 36px;
display: block;
}
.app-notice-body {
text-align: center;
margin-bottom: 18px;
font-size: 1rem;
}
.app-download-links {
display: flex;
justify-content: center;
flex-wrap: wrap;
gap: 12px;
margin-bottom: 14px;
}
.app-button {
display: inline-flex;
align-items: center;
justify-content: center;
gap: 8px;
padding: 10px 18px;
border-radius: 8px;
font-size: calc(14 / 15 * 1rem);
font-weight: 600;
text-decoration: none;
transition: transform .12s easebox-shadow .12s easeopacity .12s ease;
}
/* Android */
.app-button.android {
background: #3DDC84;
color: #000;
}
/* iOS */
.app-button.ios {
background: #000;
color: #fff;
}
.app-button:hover {
transform: translateY(-1px);
box-shadow: 0 5px 16px rgba(0,0,0,.25);
opacity: .95;
}
.app-button svg {
width: 18px;
height: 18px;
}
.app-feedback-link {
text-align: center;
}
.app-feedback-link a {
font-weight: 600;
text-decoration: none;
}
.app-feedback-link a:hover {
text-decoration: underline;
}
>
We've built a mobile app for the forum and need your help testing it.