debian-mirror-gitlab/app/assets/stylesheets/pages/container_registry.scss

48 lines
550 B
SCSS
Raw Normal View History

2017-08-17 22:00:37 +05:30
/**
* Container Registry
*/
2019-09-30 21:07:59 +05:30
.container-message {
span .btn {
margin: 0;
}
}
2017-08-17 22:00:37 +05:30
.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;
2019-10-12 21:52:04 +05:30
.registry-image-row {
.check {
padding-right: $gl-padding;
width: 5%;
}
.action-buttons {
opacity: 0;
}
&:hover {
.action-buttons {
opacity: 1;
}
}
}
2017-08-17 22:00:37 +05:30
}