summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/ci/projects.scss
blob: b246fb9e07d0e79fc56dafae5dac126a054838d0 (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
55
56
.ci-body {
  .project-title {
    margin: 0;
    color: #444;
    font-size: 20px;
    line-height: 1.5;
  }

  .builds {
    @extend .table;

    .build {
      &.alert{
        margin-bottom: 6px;
      }
    }
  }

  .projects-table {
    td {
      vertical-align: middle !important;
    }
  }

  .commit-info {
    font-size: 14px;

    .attr-name {
      font-weight: 300;
      color: #666;
      margin-right: 5px;
    }

    pre.commit-message {
      font-size: 14px;
      background: none;
      padding: 0;
      margin: 0;
      border: none;
      margin: 20px 0;
      border-bottom: 1px solid #EEE;
      padding-bottom: 20px;
      border-radius: 0;
    }
  }

  .loading{
    font-size: 20px;
  }

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