summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/pages/container_registry.scss
blob: cca5214a508f58fb9af6d7ea4693d2a9d3d78308 (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
25
26
27
28
29
30
/**
 * Container Registry
 */

.container-message {
  pre {
    white-space: pre-line;
  }
}

.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;
}