gitlab-org--gitlab-foss/app/assets/stylesheets/pages/container_registry.scss
Nick Kipling 8236640b06 Updating wording as per desgn guidelines
Shortened descriptive text
Added copy button to code snippets
2019-07-15 23:51:36 +00:00

34 lines
371 B
SCSS

/**
* Container Registry
*/
.container-message {
pre {
white-space: pre-line;
}
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;
}