
@page-background-color: #F0F0F5;

.offlineScan {
  background: @page-background-color;
  position: absolute;
  top: 45px;
  left: 0;
  right: 0;
  bottom: 0;

  .t-empty-center{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30%;
    svg{
        font-size: 150px;
    }
    .t-text{
        text-align: center;
        font-size: 16px;
        color: #999;
    }
  }

}


