summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/components/popover.scss
blob: 7d46b262a69b938b8de2fdc35da9b7de0f80610c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
.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;
  }
}