diff options
author | Dan Timoney <dtimoney@att.com> | 2019-03-18 18:29:08 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-03-18 18:29:08 +0000 |
commit | cfd5cf0ed7dec66165a217833c7d7ce243f3c3a1 (patch) | |
tree | 3c4d9287c1f450e772a64a3e8208a22d921342b9 /cds-ui/client/src/styles.scss | |
parent | bff2b45c049a9697c072cbe65212580fcb96710c (diff) | |
parent | cc3532626edbeee463d661b5721ca5ddc3f69e44 (diff) |
Merge "Modify Component HTML changes"
Diffstat (limited to 'cds-ui/client/src/styles.scss')
-rw-r--r-- | cds-ui/client/src/styles.scss | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/cds-ui/client/src/styles.scss b/cds-ui/client/src/styles.scss index 1a81d0d71..10d55776d 100644 --- a/cds-ui/client/src/styles.scss +++ b/cds-ui/client/src/styles.scss @@ -24,3 +24,25 @@ limitations under the License. .mat-card:not([class*=mat-elevation-z]) { box-shadow: none !important; } + +.btn-active { + margin: 0.5em; + background-color: #3f51b5; + color: white; + border-radius: 4px; + border: none; + padding: 0.5em; + min-width: 6em; + cursor: pointer; +} + +.btn-disablled { + background-color: #c5cae8; + border-radius: 4px; + color: darkgray; + margin: 0.5em; + padding: 0.5em; + min-width: 6em; + border: none; + cursor: initial; +}
\ No newline at end of file |