32 lines
477 B
CSS
32 lines
477 B
CSS
.support-page__title {
|
|
font-size: 2rem;
|
|
font-weight: 200;
|
|
margin-bottom: 0.75rem;
|
|
}
|
|
|
|
.support-page__intro {
|
|
font-size: 1.1rem;
|
|
font-weight: 200;
|
|
color: var(--color-text-muted);
|
|
margin-bottom: 1.5rem;
|
|
line-height: 1.5;
|
|
}
|
|
|
|
.support-page__alert {
|
|
margin-bottom: 1rem;
|
|
}
|
|
|
|
.support-form__description {
|
|
display: block;
|
|
}
|
|
|
|
.support-form__textarea {
|
|
min-height: 10rem;
|
|
resize: vertical;
|
|
margin-top: 0.25rem;
|
|
}
|
|
|
|
.support-form__submit {
|
|
margin-top: 0.5rem;
|
|
}
|