From aad8675daeeb495d57daf22fbdcf0757422a2754 Mon Sep 17 00:00:00 2001 From: Enrique Alcantara Date: Mon, 3 Jun 2019 16:04:13 -0400 Subject: Extract user-popover styles Separate use-case specific user-popover styles from general popover styles. --- app/assets/stylesheets/components/user_popover.scss | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 app/assets/stylesheets/components/user_popover.scss 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; +} -- cgit v1.2.1