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

badges.scss « framework « stylesheets « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c6060161decf89139267d6e6d623497b58e0e6e4 (plain)
1
2
3
4
5
6
.badge.badge-pill {
  font-weight: $gl-font-weight-normal;
  background-color: $badge-bg;
  color: $gl-text-color-secondary;
  vertical-align: baseline;
}