diff options
author | Enrique Alcantara <ealcantara@gitlab.com> | 2019-06-03 16:04:13 -0400 |
---|---|---|
committer | Enrique Alcantara <ealcantara@gitlab.com> | 2019-06-07 08:52:44 -0400 |
commit | aad8675daeeb495d57daf22fbdcf0757422a2754 (patch) | |
tree | 1975711d92e11ea07b76a04a2cd7c50de61e1069 /app/assets | |
parent | 34cf18b257b16918ac8b1dcdb028a6942c310afd (diff) | |
download | gitlab-ce-aad8675daeeb495d57daf22fbdcf0757422a2754.tar.gz |
Extract user-popover styles
Separate use-case specific user-popover styles from
general popover styles.
Diffstat (limited to 'app/assets')
-rw-r--r-- | app/assets/stylesheets/components/user_popover.scss | 4 |
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; +} |