diff options
author | Michael Foiani <mfoiani2019@communiyschoolnaples.org> | 2018-08-02 00:54:42 -0400 |
---|---|---|
committer | Michael Foiani <mfoiani2019@communiyschoolnaples.org> | 2018-08-02 00:54:42 -0400 |
commit | cefd077b56a246fab0ae65de948a3c470f469798 (patch) | |
tree | 2a36ff29bee376c19d95304c86f6c1d23ac5971a /src/components/button-shared-styles.js | |
parent | 10fafbe1f4f88a3449c792a2509e492e11a7c4b3 (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.js | 4 |
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> `; |