diff options
author | Arundathi Patil <arundpil@in.ibm.com> | 2019-03-18 17:50:14 +0530 |
---|---|---|
committer | IBM602-PC0F1E3C\Arundathi <arundpil@in.ibm.com> | 2019-03-18 17:50:25 +0530 |
commit | cc3532626edbeee463d661b5721ca5ddc3f69e44 (patch) | |
tree | 3122fd5bd3fd07b0e2c5e84cdeff03b3a7a9dbc9 /cds-ui/client/src/styles.scss | |
parent | 093cdee0c8745aee5e93bcb577e03eb45cd1f46e (diff) |
Modify Component HTML changes
Moved the deploy, save , download, publish, enrich action buttons to
common modify-template component
Issue-ID: CCSDK-1098
Change-Id: I52d4cb1864d90eecbb7b1fcdadfb17d8be84b86d
Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
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 |