63 lines
No EOL
1.1 KiB
CSS
63 lines
No EOL
1.1 KiB
CSS
.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;
|
|
} |