Create order fixes

This commit is contained in:
Ben Ramey
2014-04-14 11:35:11 -05:00
parent a3068166e3
commit c9a8377061
47 changed files with 45314 additions and 2 deletions

View File

@@ -0,0 +1,44 @@
form {
section {
margin: 40px 0;
.step-num {
text-align: center;
.glyphicon {
font-size: 5em;
}
}
}
input.form-control {
font-size: 2em;
height: auto;
margin: 0 0 10px 0;
}
.btn-primary {
font-size: 4em;
}
}
.create-run-form {
.invitee {
input, .btn {
width: auto;
float: left;
}
input {
margin-right: 10px;
}
.btn {
font-size: 2em;
}
}
.btn-default {
font-size: 2em;
}
}
.create-order-form {
textarea {
font-size: 1.2em;
}
}