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

55 lines
766 B
SCSS
Raw Normal View History

2015-09-11 13:25:53 -04:00
.ci-body {
.project-title {
margin: 0;
2016-11-30 08:25:25 -05:00
color: $common-gray-dark;
2015-09-11 13:25:53 -04:00
font-size: 20px;
line-height: 1.5;
}
2015-09-16 13:59:21 -04:00
.builds,
2015-09-11 13:25:53 -04:00
.projects-table {
2015-09-16 13:59:21 -04:00
.light {
border-color: $border-color;
}
th,
td {
2015-09-16 13:59:21 -04:00
padding: 10px $gl-padding;
}
2015-09-11 13:25:53 -04:00
td {
2016-12-30 15:18:27 -05:00
color: $gl-text-color;
2015-09-11 13:25:53 -04:00
vertical-align: middle !important;
2015-09-16 13:59:21 -04:00
a {
font-weight: $gl-font-weight-normal;
2015-09-16 13:59:21 -04:00
text-decoration: none;
}
2015-09-11 13:25:53 -04:00
}
}
.commit-info {
.attr-name {
margin-right: 5px;
}
pre.commit-message {
background: none;
padding: 0;
2017-11-02 19:59:51 -04:00
border: 0;
2015-09-11 13:25:53 -04:00
margin: 20px 0;
border-radius: 0;
}
}
.loading {
2015-09-11 13:25:53 -04:00
font-size: 20px;
}
.ci-charts {
fieldset {
margin-bottom: 16px;
}
}
2015-09-11 13:25:53 -04:00
}