summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/pages/snippets.scss
blob: a3d7aba054d21d654efe5152023b67910bb772d6 (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
.my-snippets li:first-child {
  h4 { margin-top: 0; }
  padding-top: 0;
}

.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;
    }
  }
}