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

feature_highlight.scss « components « stylesheets « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 08706951967f1404cf28a4136646bd3499969ae8 (plain)
1
2
3
4
5
6
7
8
9
.gl-badge.feature-highlight-badge {
  background-color: $purple-light;
  color: $purple;

  &,
  &.sm {
    padding: 0.25rem;
  }
}