summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/pages/container_registry.scss
blob: 3266714396ef9b9e00d4976438681960dc3dd75f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/**
 * Container Registry
 */

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

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

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