BigW Consortium Gitlab

snippets.scss 450 Bytes
Newer Older
1 2 3
.snippet-form-holder .file-holder .file-title {
  padding: 2px;
}
4

5 6 7 8 9 10 11
.markdown-snippet-copy {
  position: fixed;
  top: -10px;
  left: -10px;
  max-height: 0;
  max-width: 0;
}
Phil Hughes committed
12

13 14 15 16
.snippet-file-content {
  border-radius: 3px;
  .btn-clipboard {
    @extend .btn;
Phil Hughes committed
17 18 19 20 21
  }
}

.snippet-title {
  font-size: 24px;
22 23 24
  font-weight: 600;
  padding: $gl-padding;
  padding-left: 0;
Phil Hughes committed
25 26 27 28 29 30 31
}

.snippet-actions {
  @media (min-width: $screen-sm-min) {
    float: right;
  }
}