Updated contact page to be more new-code.

This commit is contained in:
2018-10-31 21:32:30 +11:00
parent 5b4be02593
commit 23c003519a
8 changed files with 152 additions and 116 deletions

View File

@ -1,25 +0,0 @@
/*
* Contact Page
* Contact Page specific styles and designs
*
* Dependencies:
*
* Version:
* 1.0.0 - 2018/05/28
*/
.p-contact-page {
background-color: #37085E;
background-image: url($s-asset--directory+'images/patterns/lemon-triangle.svg');
background-size: 75% auto;
&__message-element {
resize: none;
}
&__floppy {
width: 80%;
display: block;
margin: auto;
max-width: 320px;
}
}