/** COLORS: */
/** COLORS; */
/** GRADIENTS: */
/** GRADIENTS; */
.fade-fast-enter-active,
.fade-fast-leave-active {
  transition: 0.1s linear all;
}
.fade-fast-enter,
.fade-fast-leave-to {
  opacity: 0;
}
/*helpers*/
/*@import "helpers/_extend_ns";*/
.documentation-box {
  margin-top: 50px;
}
.documentation-box:last-of-type {
  margin-bottom: 120px;
}
.documentation-box .documentation-box-title {
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 15px;
}
.documentation-box .documentation-box-list .file {
  display: inline-block;
  margin-left: 10px;
  font-size: 14px;
  line-height: 18px;
  color: #2E96E5;
  padding: 3px 10px;
  border: 1px solid #DBDBDB;
  border-radius: 3px;
  transition: 0.3s ease border, 0.3s ease background, 0.3s ease color;
}
.documentation-box .documentation-box-list .file .ext {
  font-weight: 700;
  text-transform: uppercase;
}
.documentation-box .documentation-box-list .file .size {
  font-weight: 400;
}
.documentation-box .documentation-box-list .file:hover {
  cursor: pointer;
  color: #FFF;
  background: #2E96E5;
  border: 1px solid #2E96E5;
}
.policy-container {
  max-width: 900px;
}
.policy p + p {
  margin-top: 0;
}
/*# sourceMappingURL=documentation.css.map */