summaryrefslogtreecommitdiffstats
path: root/components/datalake-handler/admin/src/src/app/shared/modules/card/card.component.css
diff options
context:
space:
mode:
Diffstat (limited to 'components/datalake-handler/admin/src/src/app/shared/modules/card/card.component.css')
-rw-r--r--components/datalake-handler/admin/src/src/app/shared/modules/card/card.component.css6
1 files changed, 5 insertions, 1 deletions
diff --git a/components/datalake-handler/admin/src/src/app/shared/modules/card/card.component.css b/components/datalake-handler/admin/src/src/app/shared/modules/card/card.component.css
index 4b76e13c..7340ac85 100644
--- a/components/datalake-handler/admin/src/src/app/shared/modules/card/card.component.css
+++ b/components/datalake-handler/admin/src/src/app/shared/modules/card/card.component.css
@@ -2,7 +2,7 @@
* ============LICENSE_START=======================================================
* ONAP : DataLake
* ================================================================================
-* Copyright 2019 QCT
+* Copyright 2019 - 2020 QCT
*=================================================================================
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -36,3 +36,7 @@
font-weight: 600;
font-size: 16px;
}
+
+.card-panel .add-style {
+ cursor: pointer;
+}