button color consistency
This commit is contained in:
@@ -20,10 +20,6 @@ form {
|
||||
top: 9px;
|
||||
right: 5px;
|
||||
}
|
||||
|
||||
.btn-primary {
|
||||
font-size: 4em;
|
||||
}
|
||||
}
|
||||
.create-run-form {
|
||||
.invitees {
|
||||
@@ -31,6 +27,10 @@ form {
|
||||
margin-top: 20px;
|
||||
}
|
||||
}
|
||||
|
||||
.submit button {
|
||||
font-size: 4em;
|
||||
}
|
||||
}
|
||||
.update-order-form {
|
||||
textarea {
|
||||
|
||||
@@ -33,6 +33,7 @@
|
||||
.run-show-actions a.back-to-run {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.invitee {
|
||||
.deletebtn-wrapper {
|
||||
padding-left: 0;
|
||||
|
||||
@@ -86,5 +86,5 @@ block interiorcontent
|
||||
| Invite another!
|
||||
|
||||
section.submit
|
||||
button.btn.btn-lg.btn-primary.btn-block(ng-click="create(run,invitees)",ng-disabled="form.$invalid")
|
||||
button.btn.btn-lg.btn-success.btn-block(ng-click="create(run,invitees)",ng-disabled="form.$invalid")
|
||||
| Create
|
||||
|
||||
@@ -23,7 +23,7 @@ block interiorcontent
|
||||
| {{ i.name }}
|
||||
.order.col-sm-7 {{ i.order }}
|
||||
.fill.col-sm-2
|
||||
a.btn.btn-default.btn-sm.btn-block(href='#/order/{{ i.id }}')
|
||||
a.btn.btn-primary.btn-sm.btn-block(href='#/order/{{ i.id }}')
|
||||
span.glyphicon.glyphicon-pencil
|
||||
|
||||
block modals
|
||||
|
||||
Reference in New Issue
Block a user