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

tooltips.scss « framework « stylesheets « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: edc2fb532c83f0b7b2e0bfa411c8ca80fb014878 (plain)
1
2
3
4
5
6
.tooltip-inner {
  font-size: $gl-font-size-small;
  border-radius: $border-radius-default;
  line-height: $gl-line-height;
  font-weight: $gl-font-weight-normal;
}