summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/components
diff options
context:
space:
mode:
authorMartin Wortschack <mwortschack@gitlab.com>2019-06-07 07:31:40 +0000
committerPhil Hughes <me@iamphill.com>2019-06-07 07:31:40 +0000
commit9dd81f8dfcd0ff6df9c99acccb2a386a36457133 (patch)
tree1e12956869b6c545cc956382bb2932ba0303cc69 /app/assets/stylesheets/components
parent3868a8f0f9f7bb3b8239295d50abe969d407a2a4 (diff)
downloadgitlab-ce-9dd81f8dfcd0ff6df9c99acccb2a386a36457133.tar.gz
Add styles and animations for onboarding helper
- Add styles for popover - Add $accepting-mr-label-color to color variables
Diffstat (limited to 'app/assets/stylesheets/components')
-rw-r--r--app/assets/stylesheets/components/popover.scss19
1 files changed, 19 insertions, 0 deletions
diff --git a/app/assets/stylesheets/components/popover.scss b/app/assets/stylesheets/components/popover.scss
index d0aa6ec78aa..774be9ef588 100644
--- a/app/assets/stylesheets/components/popover.scss
+++ b/app/assets/stylesheets/components/popover.scss
@@ -39,6 +39,25 @@
}
}
+.onboarding-popover {
+ box-shadow: 0 2px 4px $dropdown-shadow-color;
+
+ .popover-body {
+ font-size: $gl-font-size;
+ line-height: $gl-line-height;
+ padding: $gl-padding;
+ }
+
+ .popover-header {
+ display: none;
+ }
+
+ .accept-mr-label {
+ background-color: $accepting-mr-label-color;
+ color: $white-light;
+ }
+}
+
.onboarding-welcome-page {
.popover {
min-width: auto;