button color consistency

This commit is contained in:
Ben Ramey
2014-06-24 21:23:41 -05:00
parent 4de57c4212
commit 1668b700ea
4 changed files with 7 additions and 6 deletions

View File

@@ -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 {

View File

@@ -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;

View File

@@ -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

View File

@@ -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