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: 93baf73cb787877e98ce1df78e718f77fb9b8346 (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: $gl-btn-padding;
}