Add signup completion page

This commit is contained in:
2019-07-21 17:03:50 +02:00
parent 4c70c0d233
commit d6d2b1a61c
10 changed files with 83 additions and 17 deletions
+4
View File
@@ -23,6 +23,10 @@ button, input[type=submit], .button {
border-color: $primary-color;
}
&[disabled] {
color: rgba(255,255,255,0.5);
}
&.small {
font-size: 0.8rem;
padding: 0.2rem 0.8rem;
+6 -1
View File
@@ -1,12 +1,17 @@
section#add-contributor,
section#add-contribution,
section#add-proposal {
section#add-proposal,
section#signup {
form {
p {
margin-bottom: 1.5rem;
&.mg-bottom-md {
margin-bottom: 2rem;
}
&.actions {
padding-top: 1.5rem;
text-align: center;
+4
View File
@@ -40,6 +40,10 @@ main {
}
p {
&.mg-bottom-md {
margin-bottom: 2rem;
}
&.actions {
text-align: center;
padding-top: 2rem;