.noData {
  height: inherit;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  .img {
    display: block;
    margin: 0 auto 20px;
  }

  .title {
    color: #ccc;
    font-size: 16px;
    text-align: center;
    margin-bottom: 5px;
  }

  .subTitle {
    color: #ccc;
    font-size: 16px;
    text-align: center;
    margin-bottom: 5px;
  }

  .link {
    color: #aaaaaa;
    font-size: 20px;
    text-align: center;
    padding-top: 5px;
  }
}
