Validation for create-run form
This commit is contained in:
@@ -11,31 +11,20 @@ form {
|
||||
}
|
||||
|
||||
input.form-control {
|
||||
font-size: 2em;
|
||||
height: auto;
|
||||
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 {
|
||||
.invitee {
|
||||
input, .btn {
|
||||
width: auto;
|
||||
float: left;
|
||||
}
|
||||
input {
|
||||
margin-right: 10px;
|
||||
}
|
||||
.btn {
|
||||
font-size: 2em;
|
||||
}
|
||||
}
|
||||
.btn-default {
|
||||
font-size: 2em;
|
||||
}
|
||||
}
|
||||
.create-order-form {
|
||||
textarea {
|
||||
@@ -45,3 +34,6 @@ form {
|
||||
font-size: 2em;
|
||||
}
|
||||
}
|
||||
input.ng-dirty.ng-invalid {
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user