:global {
  .nbugs-mobile-list-view-empty-content {
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;

    .empty-image {
      margin-bottom: 21px;

      img {
        width: 80px;
      }
    }

    .empty-text {
      margin-bottom: 15px;
      color: #999;
      font-size: 14px;
    }

    .empty-extra {
      width: 100%;
      text-align: center;

      .am-button {
        width: 120px;
        height: 27px;
        font-size: 12px;

        span {
          top: -1px;
          position: relative;
        }
      }
    }
  }
}
