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

lint.scss « pages « stylesheets « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 6d2bd33b28b4f28cbf7ffe5970ed0afe4e02d5af (plain)
1
2
3
4
5
6
7
8
9
10
.ci-body {
  .incorrect-syntax{
    font-size: 19px;
    color: red;
  }
  .correct-syntax{
    font-size: 19px;
    color: #47a447;
  }
}