summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/pages/snippets.scss
blob: bb74e50151d10dd440cf59c2d313c3bff90ff885 (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
.snippet-form-holder .file-holder .file-title {
  padding: 2px;
}


.snippet-row {
  .snippet-title {
    font-size: 15px;
    font-weight: bold;
    line-height: 20px;
    margin-bottom: 2px;

    .monospace {
      font-weight: normal;
    }
  }

  .snippet-info {
    color: #888;
    font-size: 13px;
    line-height: 24px;

    a {
      color: #888;
    }
  }
}

.snippet-holder {
  margin-bottom: -$gl-padding;

  .file-holder {
    border-top: 0;
  }
}

.snippet-box {
  @include border-radius(2px);

  display: block;
  float: left;
  padding: 0 $gl-padding;
  font-weight: normal;
  margin-right: 10px;
  font-size: $gl-font-size;
  border: 1px solid;
  line-height: 40px;
}