Completed contact page??

This commit is contained in:
Esther
2020-07-01 12:10:30 +01:00
parent f638cf4d8b
commit ffe3b01e32
11 changed files with 229 additions and 42 deletions

View File

@@ -25,9 +25,12 @@ h2 {
font-weight: bold;
font-family: "Apercu Mono", monospace; }
p {
p, label, input, textarea {
font-family: "Apercu Mono", monospace; }
label {
font-size: 3vh; }
a:hover {
color: #CDE7B0; }
@@ -147,6 +150,27 @@ footer {
.start {
margin-top: 3vh; }
#contact-message {
margin-top: 2vh; }
#contact-message p {
color: #CDE7B0; }
#contact-message p span {
text-decoration: underline #CDE7B0; }
.h-captcha {
margin-bottom: 0.5vh; }
.btn-primary {
font-family: "Apercu Mono";
background-color: #CC7A98;
color: #002234;
border-color: #002234; }
.btn-primary:hover {
background-color: #002234;
color: #CC7A98;
border-color: #CC7A98; }
.ham {
width: 30px;
height: 20px;

View File

@@ -29,13 +29,15 @@ h2
font-weight: bold
font-family: "Apercu Mono", monospace
p
p, label, input, textarea
font-family: "Apercu Mono", monospace
label
font-size: 3vh
a:hover
color: $green
article
min-height: 100%
display: grid
@@ -166,6 +168,27 @@ footer
.start
margin-top: 3vh
#contact-message
margin-top: 2vh
p
color: $green
span
text-decoration: underline $green
.h-captcha
margin-bottom: 0.5vh
.btn-primary
font-family: "Apercu Mono"
background-color: $pink
color: $black
border-color: $black
.btn-primary:hover
background-color: $black
color: $pink
border-color: $pink
// Nav stuff
.ham