diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2022-12-12 18:07:13 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2022-12-12 18:07:13 +0000 |
commit | ba5be4989e02566ad45191b6d97815e189a26dac (patch) | |
tree | 96a4ace3c3d61ec4aea31cbf548718ef67cfd84b /app/assets/stylesheets/page_bundles/tree.scss | |
parent | 22a3da26ad21d67acaef7b2598429c8a003f1037 (diff) | |
download | gitlab-ce-ba5be4989e02566ad45191b6d97815e189a26dac.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/assets/stylesheets/page_bundles/tree.scss')
-rw-r--r-- | app/assets/stylesheets/page_bundles/tree.scss | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/app/assets/stylesheets/page_bundles/tree.scss b/app/assets/stylesheets/page_bundles/tree.scss index 58e55e11f7e..50d9684c7d2 100644 --- a/app/assets/stylesheets/page_bundles/tree.scss +++ b/app/assets/stylesheets/page_bundles/tree.scss @@ -205,3 +205,18 @@ .blob-content-holder { margin-top: $gl-padding; } + + +.web-ide-promo-popover { + box-shadow: 0 0 18px -1.9px rgba(119, 89, 194, 0.16), + 0 0 12.9px -1.7px rgba(119, 89, 194, 0.16), 0 0 9.2px -1.4px rgba(119, 89, 194, 0.16), + 0 0 6.4px -1.1px rgba(119, 89, 194, 0.16), 0 0 4.5px -0.8px rgba(119, 89, 194, 0.16), + 0 0 3px -0.6px rgba(119, 89, 194, 0.16), 0 0 1.8px -0.3px rgba(119, 89, 194, 0.16), + 0 0 0.6px rgba(119, 89, 194, 0.16); + z-index: 999; +} + +.web-ide-promo-popover-illustration { + width: calc(100% + 24px); + margin: -28px -12px 0; +} |