Create order fixes
This commit is contained in:
44
www/linker/styles/forms.less
Normal file
44
www/linker/styles/forms.less
Normal 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;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user