button color consistency
This commit is contained in:
@@ -20,10 +20,6 @@ form {
|
|||||||
top: 9px;
|
top: 9px;
|
||||||
right: 5px;
|
right: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn-primary {
|
|
||||||
font-size: 4em;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
.create-run-form {
|
.create-run-form {
|
||||||
.invitees {
|
.invitees {
|
||||||
@@ -31,6 +27,10 @@ form {
|
|||||||
margin-top: 20px;
|
margin-top: 20px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.submit button {
|
||||||
|
font-size: 4em;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
.update-order-form {
|
.update-order-form {
|
||||||
textarea {
|
textarea {
|
||||||
|
|||||||
@@ -33,6 +33,7 @@
|
|||||||
.run-show-actions a.back-to-run {
|
.run-show-actions a.back-to-run {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.invitee {
|
.invitee {
|
||||||
.deletebtn-wrapper {
|
.deletebtn-wrapper {
|
||||||
padding-left: 0;
|
padding-left: 0;
|
||||||
|
|||||||
@@ -86,5 +86,5 @@ block interiorcontent
|
|||||||
| Invite another!
|
| Invite another!
|
||||||
|
|
||||||
section.submit
|
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
|
| Create
|
||||||
|
|||||||
@@ -23,7 +23,7 @@ block interiorcontent
|
|||||||
| {{ i.name }}
|
| {{ i.name }}
|
||||||
.order.col-sm-7 {{ i.order }}
|
.order.col-sm-7 {{ i.order }}
|
||||||
.fill.col-sm-2
|
.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
|
span.glyphicon.glyphicon-pencil
|
||||||
|
|
||||||
block modals
|
block modals
|
||||||
|
|||||||
Reference in New Issue
Block a user