summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/page_bundles/tree.scss
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-12-12 18:07:13 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2022-12-12 18:07:13 +0000
commitba5be4989e02566ad45191b6d97815e189a26dac (patch)
tree96a4ace3c3d61ec4aea31cbf548718ef67cfd84b /app/assets/stylesheets/page_bundles/tree.scss
parent22a3da26ad21d67acaef7b2598429c8a003f1037 (diff)
downloadgitlab-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.scss15
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;
+}