Improvements to the contact form

This commit is contained in:
Godwin
2016-07-09 23:48:53 -07:00
parent 22b7dc2129
commit 46c8443bc6
3 changed files with 42 additions and 28 deletions
+14
View File
@@ -2193,6 +2193,20 @@ body {
font-size: 2em;
margin-bottom: 1em;
}
#contact-dlg {
.title {
background-color: $colour-4;
}
.email-field {
margin-top: 2em;
}
textarea {
min-height: 7.5em;
}
}
}
@include keyframes(fade-out) {