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/directives/ui/image-link.css

29 lines
No EOL
525 B
CSS

.image-link {
display: inline-block;
white-space: nowrap;
width: 130px;
}
.image-link a {
font-family: Consolas, "Lucida Console", Monaco, monospace;
font-size: 12px;
text-decoration: none;
}
.image-link .id-label {
font-size: 10px;
cursor: pointer;
padding: 2px;
background-color: #eee;
border-radius: 5px;
padding-left: 4px;
padding-right: 4px;
width: 40px;
text-align: center;
color: black !important;
display: inline-block;
}
.image-link .id-label.cas {
background-color: #e8f1f6;
}