This repository has been archived on 2020-03-24. You can view files and clone it, but cannot push or open issues or pull requests.
quay/static/css/pages/repo-list.css

26 lines
414 B
CSS

.repo-list .repo-list-panel {
padding: 20px;
padding-top: 0px;
}
.repo-list .repo-list-namespaces h4 {
margin: 6px;
margin-bottom: 20px;
}
.repo-list .namespaces-list {
margin: 20px;
padding: 0px;
margin-bottom: 0px;
}
.repo-list .namespaces-list li {
list-style: none;
margin: 4px;
margin-bottom: 10px;
font-size: 16px;
}
.repo-list .namespaces-list li .avatar {
margin-right: 10px;
}