Initial work on questions and payment and fix for confirmation email

This commit is contained in:
Godwin
2016-07-14 16:54:32 -07:00
parent 3f97da2aab
commit 62f94b1ecd
9 changed files with 54 additions and 28 deletions
+24 -11
View File
@@ -605,10 +605,10 @@ input {
content: '+';
border: 0;
font-size: 2.5em;
top: 0;//-0.25em;
left: 0.175em;
// top: -0.125em;
// left: 0.05em;
// top: 0;//-0.25em;
// left: 0.175em;
top: -0.15em;
left: 0.05em;
line-height: 1em;
color: #FFF;
height: 1em;
@@ -741,6 +741,10 @@ form {
height: 2.6em;
}
}
&.centered {
text-align: center;
}
}
#main .columns th form {
@@ -1158,6 +1162,10 @@ ul.warnings li,
}
}
.clearfix {
@include clearfix;
}
.flow-steps {
ul {
display: block;
@@ -2281,29 +2289,34 @@ html :focus {
}
}
#main form.payment {
text-align: center;
#main form.custom-payment {
// text-align: center;
input[type="number"] {
margin-top: 1em;
/*margin-top: 1em;
font-size: 1.5em;
text-align: center;
width: 4em;
height: 1.9em;
border: 0;
@include default-box-shadow(top);
background-color: $black;
color: $colour-3;
vertical-align: bottom;
vertical-align: bottom;*/
width: 4em;
margin-right: 0.5em;
}
> button {
button {
background-color: $colour-1;
}
.currency {
color: #888;
font-size: 1.667em;
font-size: 1.5em;
}
.number-field {
margin-bottom: 0;
}
}