add app/static and app/media

This commit is contained in:
meeb
2020-11-26 16:01:47 +11:00
parent 37d390c8d8
commit cde919422f
13 changed files with 108 additions and 32 deletions

View File

@@ -31,6 +31,7 @@ $form-input-border-active-colour: $colour-orange;
$form-select-border-colour: $colour-light-blue;
$form-error-background-colour: $colour-red;
$form-error-text-colour: $colour-near-white;
$form-help-text-colour: $colour-light-blue;
$box-error-background-colour: $colour-red;
$box-error-text-colour: $colour-white;

View File

@@ -2,6 +2,10 @@
.row {
margin-bottom: 0;
}
.help-text {
color: $form-help-text-colour;
padding: 1rem 0 1rem 0;
}
label {
text-transform: uppercase;
display: block;