diff options
author | Luke "Jared" Bennett <lbennett@gitlab.com> | 2017-11-13 16:51:14 +0000 |
---|---|---|
committer | Luke "Jared" Bennett <lbennett@gitlab.com> | 2017-11-13 16:51:14 +0000 |
commit | 81c626523570fefd1c757a434442002942746c87 (patch) | |
tree | 3ba3a6737f7f3633c019ac107fca2f2d2847f9b6 /app | |
parent | d4d5e80433b6533075a5f81392b87c0abbd865fe (diff) | |
download | gitlab-ce-81c626523570fefd1c757a434442002942746c87.tar.gz |
backport popup varsslack_landing_page-ce-backport
Diffstat (limited to 'app')
-rw-r--r-- | app/assets/stylesheets/framework/variables.scss | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/app/assets/stylesheets/framework/variables.scss b/app/assets/stylesheets/framework/variables.scss index 8ab48e4844f..2dafd1ce47c 100644 --- a/app/assets/stylesheets/framework/variables.scss +++ b/app/assets/stylesheets/framework/variables.scss @@ -719,3 +719,10 @@ Image Commenting cursor */ $image-comment-cursor-left-offset: 12; $image-comment-cursor-top-offset: 30; + +/* +Popup +*/ +$popup-triangle-size: 15px; +$popup-triangle-border-size: 1px; +$popup-box-shadow-color: rgba(90, 90, 90, 0.05); |