summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEnrique Alcantara <ealcantara@gitlab.com>2019-06-03 16:04:13 -0400
committerEnrique Alcantara <ealcantara@gitlab.com>2019-06-07 08:52:44 -0400
commitaad8675daeeb495d57daf22fbdcf0757422a2754 (patch)
tree1975711d92e11ea07b76a04a2cd7c50de61e1069
parent34cf18b257b16918ac8b1dcdb028a6942c310afd (diff)
downloadgitlab-ce-aad8675daeeb495d57daf22fbdcf0757422a2754.tar.gz
Extract user-popover styles
Separate use-case specific user-popover styles from general popover styles.
-rw-r--r--app/assets/stylesheets/components/user_popover.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/assets/stylesheets/components/user_popover.scss b/app/assets/stylesheets/components/user_popover.scss
new file mode 100644
index 00000000000..2f33324bc60
--- /dev/null
+++ b/app/assets/stylesheets/components/user_popover.scss
@@ -0,0 +1,4 @@
+.user-popover {
+ padding: $gl-padding-8;
+ line-height: $gl-line-height;
+}