debian-mirror-gitlab/app/assets/stylesheets/pages/ci_projects.scss

55 lines
766 B
SCSS
Raw Normal View History

2015-09-25 12:07:36 +05:30
.ci-body {
.project-title {
margin: 0;
2017-08-17 22:00:37 +05:30
color: $common-gray-dark;
2015-09-25 12:07:36 +05:30
font-size: 20px;
line-height: 1.5;
}
.builds,
.projects-table {
.light {
border-color: $border-color;
}
2017-08-17 22:00:37 +05:30
th,
td {
2015-09-25 12:07:36 +05:30
padding: 10px $gl-padding;
}
td {
2017-08-17 22:00:37 +05:30
color: $gl-text-color;
2015-09-25 12:07:36 +05:30
vertical-align: middle !important;
a {
2018-03-17 18:26:18 +05:30
font-weight: $gl-font-weight-normal;
2015-09-25 12:07:36 +05:30
text-decoration: none;
}
}
}
.commit-info {
.attr-name {
margin-right: 5px;
}
pre.commit-message {
background: none;
padding: 0;
2018-03-17 18:26:18 +05:30
border: 0;
2015-09-25 12:07:36 +05:30
margin: 20px 0;
border-radius: 0;
}
}
2016-06-02 11:05:42 +05:30
.loading {
2015-09-25 12:07:36 +05:30
font-size: 20px;
}
.ci-charts {
fieldset {
margin-bottom: 16px;
}
}
}