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

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

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

  .file-actions {
    .btn-clipboard {
      @extend .btn;
    }
  }
}

.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: 32px;
}

.markdown-snippet-copy {
  position: fixed;
  top: -10px;
  left: -10px;
  max-height: 0;
  max-width: 0;
}