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/repo-view/repo-panel-info.css

78 lines
1.4 KiB
CSS
Raw Normal View History

2015-03-19 19:08:18 +00:00
.repo-panel-info-element .right-controls {
margin-bottom: 20px;
float: right;
}
.repo-panel-info-element .right-controls .copy-box {
width: 400px;
display: inline-block;
margin-left: 10px;
}
2015-03-11 00:22:46 +00:00
.repo-panel-info-element .stat-col {
border-right: 2px solid #eee;
}
.repo-panel-info-element .stat-title {
text-align: center;
display: block;
font-size: 20px;
margin-bottom: 10px;
}
.repo-panel-info-element .stat {
text-align: center;
margin-bottom: 20px;
}
.repo-panel-info-element .stat .stat-value {
font-size: 46px;
}
.repo-panel-info-element .stat .stat-subtitle {
font-size: 12px;
color: #ccc;
text-transform: uppercase;
}
.repo-panel-info-element .description-container {
margin-top: 30px;
border-top: 2px solid #eee;
padding-top: 18px;
}
.repo-panel-info-element .description {
padding-bottom: 0px;
position: relative;
}
.repo-panel-info-element .description p {
font-size: 16px !important;
}
.repo-panel-info-element .description-container h4:before {
content: "\f02d";
color: #black;
font-size: 20px;
font-family: FontAwesome;
margin-right: 6px;
}
.repo-panel-info-element .description .fa-edit {
display: none;
}
.repo-panel-info-element .build-mini-status {
margin-top: 10px;
margin-bottom: 10px;
}
.repo-panel-info-element .view-all {
display: block;
padding: 10px;
text-align: center;
}
.repo-panel-info-element .builds-list {
min-height: 200px;
2015-03-11 00:22:46 +00:00
}