Add contact form
This commit is contained in:
parent
5e847a252b
commit
2650be1075
5 changed files with 58 additions and 3 deletions
12
assets/sass/components/_contact.sass
Normal file
12
assets/sass/components/_contact.sass
Normal file
|
@ -0,0 +1,12 @@
|
|||
.page--contact
|
||||
form
|
||||
.form__name,
|
||||
.form__email,
|
||||
.form__subject,
|
||||
.form__message
|
||||
@extend .form-group
|
||||
|
||||
[type="email"],
|
||||
[type="text"],
|
||||
textarea
|
||||
@extend .form-control
|
Loading…
Add table
Add a link
Reference in a new issue