8236640b06
Shortened descriptive text Added copy button to code snippets
34 lines
371 B
SCSS
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;
|
|
}
|