Files
lunchrun.me/assets/linker/styles/forms.less
2014-06-24 21:23:41 -05:00

49 lines
755 B
Plaintext

form {
section {
margin: 40px 0;
.step-num {
text-align: center;
.glyphicon {
font-size: 5em;
margin-bottom: 20px;
}
}
}
input.form-control {
margin: 0 0 10px 0;
}
.has-feedback .form-control-feedback {
font-size: 2em;
top: 9px;
right: 5px;
}
}
.create-run-form {
.invitees {
.btn-default {
margin-top: 20px;
}
}
.submit button {
font-size: 4em;
}
}
.update-order-form {
textarea {
font-size: 1.2em;
}
.btn-primary {
font-size: 2em;
}
.form-group {
margin: 0;
}
}
input.ng-dirty.ng-invalid {
}