This commit is contained in:
2017-05-12 20:04:28 +02:00
14 changed files with 235 additions and 4 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] {
+5 -1
View File
@@ -1,4 +1,4 @@
section#add-contributor {
section#add-contributor, section#add-proposal {
form {
@@ -8,6 +8,10 @@ section#add-contributor {
&.actions {
padding-top: 1rem;
text-align: center;
a {
color: lightblue;
margin-left: 1rem;
}
}
}