summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/components/popover.scss
diff options
context:
space:
mode:
authorMartin Wortschack <mwortschack@gitlab.com>2019-06-24 14:30:03 +0000
committerPhil Hughes <me@iamphill.com>2019-06-24 14:30:03 +0000
commite978df014cdf2e6e7913a7b3213b9f98a7fb74c6 (patch)
tree55c7622270837f05226a8bde709f351bd604aef6 /app/assets/stylesheets/components/popover.scss
parent6a71eea9acef04c3a21e27342a9fd1a8edf688ac (diff)
downloadgitlab-ce-e978df014cdf2e6e7913a7b3213b9f98a7fb74c6.tar.gz
Add identifiers for onboarding popovers
- Add button styles for onboarding welcome page - Fix qa selector (due to additional class)
Diffstat (limited to 'app/assets/stylesheets/components/popover.scss')
-rw-r--r--app/assets/stylesheets/components/popover.scss6
1 files changed, 0 insertions, 6 deletions
diff --git a/app/assets/stylesheets/components/popover.scss b/app/assets/stylesheets/components/popover.scss
index 58aaca93160..8c40c4adb5c 100644
--- a/app/assets/stylesheets/components/popover.scss
+++ b/app/assets/stylesheets/components/popover.scss
@@ -135,11 +135,5 @@
.popover {
min-width: auto;
max-width: 40%;
-
- .popover-body {
- padding-top: $gl-padding;
- padding-bottom: $gl-padding;
- font-size: $gl-font-size-small;
- }
}
}