summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/pages/ci_projects.scss
blob: bf6a48889bfd6a64ded2f83373591d9f9f935631 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
.ci-body {
  .project-title {
    margin: 0;
    color: $common-gray-dark;
    font-size: 20px;
    line-height: 1.5;
  }

  .builds,
  .projects-table {
    .light {
      border-color: $border-color;
    }

    th,
    td {
      padding: 10px $gl-padding;
    }

    td {
      color: $gl-text-color;
      vertical-align: middle !important;

      a {
        font-weight: $gl-font-weight-normal;
        text-decoration: none;
      }
    }
  }

  .commit-info {
    .attr-name {
      margin-right: 5px;
    }

    pre.commit-message {
      background: none;
      padding: 0;
      border: none;
      margin: 20px 0;
      border-radius: 0;
    }
  }

  .loading {
    font-size: 20px;
  }

  .ci-charts {
    fieldset {
      margin-bottom: 16px;
    }
  }
}