BigW Consortium Gitlab

snippets.scss 869 Bytes
.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;
    }
  }
}

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

.file-holder.snippet-file-content {
  padding-bottom: $gl-padding;
  border-bottom: 1px solid $border-color;

  .file-title {
    padding-top: $gl-padding;
    padding-bottom: $gl-padding;
  }

  .file-actions {
    top: 12px;
  }

  .file-content {
    border-left: 1px solid $border-color;
    border-right: 1px solid $border-color;
    border-bottom: 1px solid $border-color;
  }
}

.snippet-title {
  font-size: 24px;
  font-weight: normal;
}

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