gitlab-org--gitlab-foss/app/assets/stylesheets/pages/ci_projects.scss

55 lines
747 B
SCSS
Raw Normal View History

2015-09-11 17:25:53 +00:00
.ci-body {
.project-title {
margin: 0;
color: #444;
font-size: 20px;
line-height: 1.5;
}
2015-09-16 17:59:21 +00:00
.builds,
2015-09-11 17:25:53 +00:00
.projects-table {
2015-09-16 17:59:21 +00:00
.light {
border-color: $border-color;
}
th, td {
padding: 10px $gl-padding;
}
2015-09-11 17:25:53 +00:00
td {
color: $gl-gray;
2015-09-11 17:25:53 +00:00
vertical-align: middle !important;
2015-09-16 17:59:21 +00:00
a {
font-weight: normal;
text-decoration: none;
}
2015-09-11 17:25:53 +00:00
}
}
.commit-info {
.attr-name {
margin-right: 5px;
}
pre.commit-message {
background: none;
padding: 0;
margin: 0;
border: none;
margin: 20px 0;
border-radius: 0;
}
}
.loading {
2015-09-11 17:25:53 +00:00
font-size: 20px;
}
.ci-charts {
fieldset {
margin-bottom: 16px;
}
}
2015-09-11 17:25:53 +00:00
}