17 lines
197 B
SCSS
17 lines
197 B
SCSS
|
/**
|
||
|
* Container Registry
|
||
|
*/
|
||
|
|
||
|
.container-image {
|
||
|
border-bottom: 1px solid $white-normal;
|
||
|
}
|
||
|
|
||
|
.container-image-head {
|
||
|
padding: 0 16px;
|
||
|
line-height: 4em;
|
||
|
}
|
||
|
|
||
|
.table.tags {
|
||
|
margin-bottom: 0;
|
||
|
}
|