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

packages.scss « pages « stylesheets « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 8f6eee524e5e100a0ff4fdc5d87894ca5f498522 (plain)
1
2
3
4
5
6
7
8
9
10
11
.commit-row-description {
  border: 0;
  border-left: 3px solid $white-dark;
}

.package-list-table[aria-busy='true'] {
  td {
    padding-bottom: 0;
    padding-top: 0;
  }
}