2016-11-23 11:50:30 -05:00
|
|
|
/**
|
|
|
|
* Container Registry
|
|
|
|
*/
|
|
|
|
|
|
|
|
.container-image {
|
2016-12-15 22:24:05 -05:00
|
|
|
border-bottom: 1px solid $white-normal;
|
2016-11-23 11:50:30 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
.container-image-head {
|
2016-12-15 22:24:05 -05:00
|
|
|
padding: 0 16px;
|
2017-04-05 08:37:50 -04:00
|
|
|
line-height: 4em;
|
2017-09-25 07:29:55 -04:00
|
|
|
|
|
|
|
.btn-link {
|
|
|
|
padding: 0;
|
|
|
|
|
|
|
|
&:focus {
|
|
|
|
outline: none;
|
|
|
|
}
|
|
|
|
}
|
2016-11-23 11:50:30 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
.table.tags {
|
2016-12-15 22:24:05 -05:00
|
|
|
margin-bottom: 0;
|
2016-11-23 11:50:30 -05:00
|
|
|
}
|