Testing some designs

This commit is contained in:
2018-06-05 08:17:56 +10:00
parent 6b37f73935
commit 3968075394
20 changed files with 1730 additions and 61 deletions

View File

@ -0,0 +1,23 @@
/*
* Contact Page
* Contact Page specific styles and designs
*
* Dependencies:
*
* Version:
* 1.0.0 - 2018/05/28
*/
.p-contact-page {
background-image: url('./../images/pattern_poly.svg');
&__message-element {
resize: none;
}
&__floppy {
width: 80%;
display: block;
margin: auto;
max-width: 320px;
}
}