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: 98f28987a8266925a842d4cd306877188260a77e (plain)
1
2
3
4
5
6
7
.tooltip-inner {
  font-size: $tooltip-font-size;
  border-radius: $border-radius-default;
  line-height: 16px;
  font-weight: $gl-font-weight-normal;
  padding: 8px;
}