Add proposal form

Closes #6

Form can be prefilled using query params on the route. The params are
`recipient`, `amount`, `url` and `ipfsHash`.
This commit is contained in:
2017-05-03 11:50:05 +02:00
parent e6740d9b4f
commit 969ef8d1ed
14 changed files with 232 additions and 1 deletions
+16
View File
@@ -65,6 +65,22 @@ section {
}
}
}
&#proposals-open, &#proposals-closed {
.actions {
padding-top: 3rem;
font-size: 1rem;
color: lightblue;
text-align: center;
@include media($mobile) {
padding-top: 2rem;
}
a {
color: lightblue;
}
}
}
}
button, input[type=submit] {