diff options
author | Martin Wortschack <mwortschack@gitlab.com> | 2019-06-24 14:30:03 +0000 |
---|---|---|
committer | Phil Hughes <me@iamphill.com> | 2019-06-24 14:30:03 +0000 |
commit | e978df014cdf2e6e7913a7b3213b9f98a7fb74c6 (patch) | |
tree | 55c7622270837f05226a8bde709f351bd604aef6 /app/assets/stylesheets/components/popover.scss | |
parent | 6a71eea9acef04c3a21e27342a9fd1a8edf688ac (diff) | |
download | gitlab-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.scss | 6 |
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; - } } } |