Welcome to mirror list, hosted at ThFree Co, Russian Federation.

popover.scss « components « stylesheets « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
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;
  }
}