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

icons.scss « pages « stylesheets « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 407c8db211d64865e59e8c6fbf8d8c4451f393de (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// CI icon colors

.ci-status-icon {
  &-created {
    fill: $gray-darkest;
  }

  &-skipped,
  &-canceled {
    fill: $gl-text-color;
  }
}