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

whats_new.scss « components « stylesheets « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4fff900f5a5c19cc1e7073bb391f58c611510a04 (plain)
1
2
3
4
5
6
7
8
9
.gl-badge.whats-new-item-badge {
  background-color: $purple-light;
  color: $purple;
  font-weight: bold;
}

.whats-new-item-image {
  border-color: $gray-50;
}