BigW Consortium Gitlab

snippets.scss 620 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10
.snippet-row {
  .title {
    margin-bottom: 2px;
  }

  .snippet-filename {
    padding: 0 2px;
  }
}

11 12 13
.snippet-form-holder .file-holder .file-title {
  padding: 2px;
}
14

15 16 17 18 19 20 21
.markdown-snippet-copy {
  position: fixed;
  top: -10px;
  left: -10px;
  max-height: 0;
  max-width: 0;
}
Phil Hughes committed
22

23 24
.snippet-file-content {
  border-radius: 3px;
25 26
}

27 28 29 30
.snippet-header {
  padding: $gl-padding 0;
}

Phil Hughes committed
31 32
.snippet-title {
  font-size: 24px;
33
  font-weight: 600;
34 35 36 37
}

.snippet-edited-ago {
  color: $gray-darkest;
Phil Hughes committed
38 39 40 41 42 43 44
}

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

.snippet-scope-menu .btn-new {
  margin-top: 15px;
}