/* ==========================================================================
   Edit on GitHub
   ========================================================================== */

.docs .contribute {
  margin: 0 0 24px;
  width: 100%;

  @media (min-width: $screen-md-min) {
    margin: 0 0 60px;
  }
}

.docs .contribute-img {
  background: rgba($primary, .1);
  border-radius: 4px 0 0 4px;
  float: left;
  height: 96px;
  line-height: 96px;
  text-align: center;
  width: 96px;

  span {
    font-size: 36px;
    vertical-align: middle;
  }
}

.docs .contribute-text {
  align-items: center;
  background: rgba($primary, .02);
  border-radius: 0 4px 4px 0;
  color: rgba($primary, .6);
  display: flex;
  font-size: 16px;
  font-weight: 600;
  height: 96px;
  margin-left: 96px;
  padding: 0 20px;
}

.docs .contribute-text p {
  font-family: $font-primary;
  margin: 0;
}

.docs .contribute-link {
  @include anim(all);
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  border-bottom: 1px dashed rgba($primary, .4);

  &:hover {
    color: $accent;
    border-bottom: 1px dashed $accent;
  }
}
