2017-08-17 22:00:37 +05:30
|
|
|
/**
|
|
|
|
* Container Registry
|
|
|
|
*/
|
|
|
|
|
|
|
|
.container-image {
|
|
|
|
border-bottom: 1px solid $white-normal;
|
|
|
|
}
|
|
|
|
|
|
|
|
.container-image-head {
|
|
|
|
padding: 0 16px;
|
|
|
|
line-height: 4em;
|
2018-03-17 18:26:18 +05:30
|
|
|
|
|
|
|
.btn-link {
|
|
|
|
padding: 0;
|
|
|
|
|
|
|
|
&:focus {
|
|
|
|
outline: none;
|
|
|
|
}
|
|
|
|
}
|
2017-08-17 22:00:37 +05:30
|
|
|
}
|
|
|
|
|
|
|
|
.table.tags {
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|