feat(settings): Save settings in cookie

This commit is contained in:
Khaled Garbaya
2017-09-25 12:53:19 +02:00
committed by Benedikt Rötsch
parent 3373ff282d
commit 354df3c4b4
4 changed files with 38 additions and 4 deletions

View File

@@ -113,6 +113,22 @@ nav ul li:last-child {
nav ul li a {
transform: skew(15deg);
}
/* Form */
input, textarea {
width:100%;
padding:10px;
border: 1px solid $grey;
}
label {
padding: 10px 0;
display: block;
}
.form {
background: white;
padding: 2rem;
box-shadow: $grad;
}
/* Home Page __ hero*/
.hero {