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

container_registry.scss « pages « stylesheets « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: dfff3e15556bbf54c5a43d4cec1c7aaa1b0a5afc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
/**
 * Container Registry
 */

.container-image {
  border-bottom: 1px solid $white-normal;
}

.container-image-head {
  padding: 0 16px;
  line-height: 4em;

  .btn-link {
    padding: 0;

    &:focus {
      outline: none;
    }
  }
}

.table.tags {
  margin-bottom: 0;
}