diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3685b2a3cacc98d083ec888a2f69494a471aefc0..4a60c2b6586d46ea45aa104cb7dd9147be4a71b1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -12,8 +12,6 @@ install: - package.json paths: - node_modules - tags: - - plugin build-plugin: stage: build needs: @@ -30,6 +28,4 @@ build-plugin: policy: pull artifacts: paths: - - build/ - tags: - - plugin \ No newline at end of file + - build/ \ No newline at end of file diff --git a/src/app/view/pages/overview/overview.component.css b/src/app/view/pages/overview/overview.component.css index 12576e8a15bbf7cdcfd217b2102d76ad8739e454..386f6bb77a3290ba63fa35e27efd112105c42e07 100644 --- a/src/app/view/pages/overview/overview.component.css +++ b/src/app/view/pages/overview/overview.component.css @@ -7,6 +7,7 @@ align-items: center; position: relative; grid-area: header; + box-shadow: 0px 4px 2px 0px white; } .scroll-panel {