additional fetaure buildout for footer and footer links
This commit is contained in:
31
frontend/src/pages/support/Support.css
Normal file
31
frontend/src/pages/support/Support.css
Normal file
@@ -0,0 +1,31 @@
|
||||
.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;
|
||||
}
|
||||
Reference in New Issue
Block a user