diff options
author | Arundathi Patil <arundpil@in.ibm.com> | 2019-04-24 15:31:13 +0530 |
---|---|---|
committer | Arundathi Patil <arundpil@in.ibm.com> | 2019-04-24 15:32:02 +0530 |
commit | c4571240b1508e9cde896e2ca4e24d76cbdc0000 (patch) | |
tree | 252642cb7e63e16faf236c7794c57d80fa66fac3 /cds-ui/client/src/app/feature-modules/resource-definition/resource-creation | |
parent | 82f1f0a6156b7ca4847041f4f9140e05a37c1891 (diff) |
Resource definition - css changes
Made css changes to buttons as per other screens
Issue-ID: CCSDK-1217
Change-Id: Id5544b4ba4d300fefe9d1f065d614ceca553c453
Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
Diffstat (limited to 'cds-ui/client/src/app/feature-modules/resource-definition/resource-creation')
-rw-r--r-- | cds-ui/client/src/app/feature-modules/resource-definition/resource-creation/resource-creation.component.scss | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/cds-ui/client/src/app/feature-modules/resource-definition/resource-creation/resource-creation.component.scss b/cds-ui/client/src/app/feature-modules/resource-definition/resource-creation/resource-creation.component.scss index 51df0969b..50a386aa4 100644 --- a/cds-ui/client/src/app/feature-modules/resource-definition/resource-creation/resource-creation.component.scss +++ b/cds-ui/client/src/app/feature-modules/resource-definition/resource-creation/resource-creation.component.scss @@ -22,7 +22,7 @@ background:#3f51b5; margin-top: 10px; position: absolute; - border-radius: 1em; + border-radius: 4px; } .ver-card { width: 100%; @@ -46,4 +46,7 @@ } .success{ color:green; +} +.comp-disabled { + display: none; }
\ No newline at end of file |