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