.commitdiff {
  width: 100%;
}
.commitdiff .file {
  margin-top: 5px;
  background: rgba(255, 255, 255, 0.16);
  border-radius: 3px;
}
.commitdiff .file .head {
  display: block;
  cursor: pointer;
  padding: 3px;
  padding-left: 6px;
  padding-right: 6px;
  color: rgba(255, 255, 255, 0.79);
  word-wrap: break-word;
}
.commitdiff .file .head .file-stats span:nth-of-type(1)::before {
  content: '+';
}
.commitdiff .file .head .file-stats span:nth-of-type(1) {
  color: #9bf3a9;
}
.commitdiff .file .head .file-stats span:nth-of-type(2)::before {
  content: '-';
}
.commitdiff .file .head .file-stats span:nth-of-type(2) {
  color: #ec9d93;
}
.commitdiff .file .diff {
  background: rgba(0, 0, 0, 0.11);
}
.commitdiff .file .diff .textDiff {
  color: rgba(255, 255, 255, 0.3);
}
.loadMore .btn {
  display: block;
  margin: 20px 20px 10px 20px;
}
/*# sourceMappingURL=commitdiff.css.map */