BigW Consortium Gitlab

ci_projects.scss 753 Bytes
Newer Older
1 2 3
.ci-body {
  .project-title {
    margin: 0;
4
    color: $common-gray-dark;
5 6 7 8
    font-size: 20px;
    line-height: 1.5;
  }

9
  .builds,
10
  .projects-table {
11 12 13 14
    .light {
      border-color: $border-color;
    }

15 16
    th,
    td {
17 18 19
      padding: 10px $gl-padding;
    }

20
    td {
21
      color: $gl-text-color;
22
      vertical-align: middle !important;
23 24 25 26 27

      a {
        font-weight: normal;
        text-decoration: none;
      }
28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44
    }
  }

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

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

45
  .loading {
46 47
    font-size: 20px;
  }
48 49 50 51 52 53

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