40 lines
588 B
Plaintext
40 lines
588 B
Plaintext
form {
|
|
section {
|
|
margin: 40px 0;
|
|
|
|
.step-num {
|
|
text-align: center;
|
|
.glyphicon {
|
|
font-size: 5em;
|
|
}
|
|
}
|
|
}
|
|
|
|
input.form-control {
|
|
margin: 0 0 10px 0;
|
|
}
|
|
|
|
.has-feedback .form-control-feedback {
|
|
font-size: 2em;
|
|
top: 9px;
|
|
right: 5px;
|
|
}
|
|
|
|
.btn-primary {
|
|
font-size: 4em;
|
|
}
|
|
}
|
|
.create-run-form {
|
|
}
|
|
.create-order-form {
|
|
textarea {
|
|
font-size: 1.2em;
|
|
}
|
|
.btn-primary {
|
|
font-size: 2em;
|
|
}
|
|
}
|
|
input.ng-dirty.ng-invalid {
|
|
}
|
|
|