
.home {
  position: absolute;
  top: 0;
  left: 40px;
  height: 40px;
  line-height: 40px;
  cursor: pointer;
  color: #fff;
  opacity: 0.7;

  &:hover,
  &.is-active {
    opacity: 1;
  }
}

.home-text {
  margin-left: 8px;
  font-weight: 300;
}

.home-icon {
  margin-top: -7px;
}
