Welcome to mirror list, hosted at ThFree Co, Russian Federation.

projects.scss « sections « ci « stylesheets « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 84ee1399bff644e9a89fb9022e557675fc60408b (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
57
58
59
60
61
.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;
  }
}

.search{
  width: 300px;

  .search-input{
    height: 35px;
  }

  form{
    margin-top: 0;
    margin-bottom: 0;
  }
}

.loading{
  font-size: 20px;
}