gitlab-org--gitlab-foss/app/assets/stylesheets/components/popover.scss
Sam Bigelow 1a14e5230e Add merge request popover with details
- Show pipeline status, title, MR Status and project path
- Popover attached to gitlab flavored markdown everywhere, including:
  + MR/Issue Title
  + MR/Issue description
  + MR/Issue comments
  + Rendered markdown files
2019-03-21 10:24:18 -04:00

16 lines
253 B
SCSS

.popover {
min-width: 300px;
.popover-body .user-popover {
padding: $gl-padding-8;
font-size: $gl-font-size-small;
line-height: $gl-line-height;
}
}
.mr-popover {
.text-secondary {
font-size: 12px;
line-height: 1.33;
}
}