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: c036267a7c82e05508467e1226d760ad0a3ee160 (plain)
1
2
3
4
5
6
.badge.badge-pill {
  font-weight: $gl-font-weight-normal;
  background-color: $badge-bg;
  color: $gray-800;
  vertical-align: baseline;
}