48 lines
754 B
Plaintext
48 lines
754 B
Plaintext
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;
|
|
}
|
|
.btn-primary {
|
|
font-size: 2em;
|
|
}
|
|
}
|