diff options
author | Michael Foiani <mfoiani2019@communityschoolnaples.org> | 2018-07-26 23:37:41 -0400 |
---|---|---|
committer | Michael Foiani <mfoiani2019@communityschoolnaples.org> | 2018-07-26 23:37:41 -0400 |
commit | 84e15b866786854073feefce2392b47a3d84d724 (patch) | |
tree | 03bc7098b30d547a021505813ba7f041f996b661 /src/components/button-shared-styles.js | |
parent | fa52586a3fba954d037abdbc534c45e90f86f142 (diff) |
Created styling and backend for users to sign up for competitions.
Diffstat (limited to 'src/components/button-shared-styles.js')
-rw-r--r-- | src/components/button-shared-styles.js | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/components/button-shared-styles.js b/src/components/button-shared-styles.js index 2f167e4..5f426a4 100644 --- a/src/components/button-shared-styles.js +++ b/src/components/button-shared-styles.js @@ -22,5 +22,17 @@ export const ButtonSharedStyles = html` button:hover svg { fill: var(--app-primary-color); } + + paper-button { + text-align: center; + } + + paper-button.info { + background-color: #c9eaff; + } + + paper-button.success { + background-color: #b7e1cd; + } </style> `; |