summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/pages/container_registry.scss
blob: b88bd78cf3df4b04ba4cfa1ea798c78ca90dc4be (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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
/**
 * Container Registry
 */

.container-message {
  span .btn {
    margin: 0;
  }
}

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

  .registry-image-row {
    .check {
      padding-right: $gl-padding;
      width: 5%;
    }

    .action-buttons {
      opacity: 0;
    }

    &:hover {
      .action-buttons {
        opacity: 1;
      }
    }
  }
}