aboutsummaryrefslogtreecommitdiffstats
path: root/cds-ui/designer-client/src/app/modules/feature-modules/packages/packages-dashboard/packages-dashboard.component.css
diff options
context:
space:
mode:
authorKAPIL SINGAL <ks220y@att.com>2020-08-31 12:45:46 +0000
committerGerrit Code Review <gerrit@onap.org>2020-08-31 12:45:46 +0000
commit9b490631321c8528ae119203d20c62df68e1ff5f (patch)
treee201733470f38e23fbde477f123917a9b9fb88d6 /cds-ui/designer-client/src/app/modules/feature-modules/packages/packages-dashboard/packages-dashboard.component.css
parente09de1f851ba53c9ee30a2f32e947bb79e124de5 (diff)
parentd73b71a2385f100e924bd377b0299e2b2d9898ca (diff)
Merge "adding tour-guide to package dashboard"
Diffstat (limited to 'cds-ui/designer-client/src/app/modules/feature-modules/packages/packages-dashboard/packages-dashboard.component.css')
-rw-r--r--cds-ui/designer-client/src/app/modules/feature-modules/packages/packages-dashboard/packages-dashboard.component.css17
1 files changed, 17 insertions, 0 deletions
diff --git a/cds-ui/designer-client/src/app/modules/feature-modules/packages/packages-dashboard/packages-dashboard.component.css b/cds-ui/designer-client/src/app/modules/feature-modules/packages/packages-dashboard/packages-dashboard.component.css
index e69de29bb..74ace1a35 100644
--- a/cds-ui/designer-client/src/app/modules/feature-modules/packages/packages-dashboard/packages-dashboard.component.css
+++ b/cds-ui/designer-client/src/app/modules/feature-modules/packages/packages-dashboard/packages-dashboard.component.css
@@ -0,0 +1,17 @@
+.panel-wrap button label{
+ cursor: pointer;
+}
+
+.panel-wrap .panel{
+ border-radius: 8px;
+}
+
+.cdk-overlay-container {
+ position: none;
+ z-index: 0;
+}
+
+.cdk-overlay-backdrop {
+ position: none;
+ z-index: 0;
+} \ No newline at end of file