Added skip button to payment page

This commit is contained in:
Godwin
2015-09-09 21:36:14 -07:00
parent f949278df0
commit f33e15c6e6
18 changed files with 764 additions and 849 deletions
+7
View File
@@ -1407,6 +1407,12 @@ $header-tilt: 8deg;
}
}
#main .skip {
button {
background-color: #CCC;
}
}
#main form.payment {
text-align: center;
@@ -1678,6 +1684,7 @@ $header-tilt: 8deg;
display: block;
max-height: 10em;
overflow: hidden;
margin: 0.5em 0;
@include default-box-shadow(top, 2);
@include _(transition, transform 150ms ease-in-out);