Files
lunchrun.me/assets/linker/styles/forms.less
2014-04-07 22:20:55 -05:00

45 lines
705 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;
}
}