aboutsummaryrefslogtreecommitdiff
path: root/src/components/button-shared-styles.js
diff options
context:
space:
mode:
authorMichael Foiani <mfoiani2019@communiyschoolnaples.org>2018-08-02 00:54:42 -0400
committerMichael Foiani <mfoiani2019@communiyschoolnaples.org>2018-08-02 00:54:42 -0400
commitcefd077b56a246fab0ae65de948a3c470f469798 (patch)
tree2a36ff29bee376c19d95304c86f6c1d23ac5971a /src/components/button-shared-styles.js
parent10fafbe1f4f88a3449c792a2509e492e11a7c4b3 (diff)
Allowed for admin to approve hours and reject hours. Futher testing for bugs and glitches.
Diffstat (limited to 'src/components/button-shared-styles.js')
-rw-r--r--src/components/button-shared-styles.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/components/button-shared-styles.js b/src/components/button-shared-styles.js
index 5f426a4..eb03eef 100644
--- a/src/components/button-shared-styles.js
+++ b/src/components/button-shared-styles.js
@@ -34,5 +34,9 @@ export const ButtonSharedStyles = html`
paper-button.success {
background-color: #b7e1cd;
}
+
+ paper-button.alert {
+ background-color: #db4437;
+ }
</style>
`;