@import "../../../styles/assets/constant.scss";

.no-result {
  font-size: 14px;
  margin: 20px auto;
  text-align: center;
  color: #999;
  font-weight: normal;
  line-height: 19px;

  &.mini {
    font-size: 12px;
    line-height: 16px;

    .no-result-icon {
      width: 26px;
      height: 26px;
      margin-bottom: 16px;
    }
  }
}

.no-result-icon {
  width: 40px;
  height: 40px;
  margin-bottom: 10px;
}
