@import "reset.scss";
@import "icon.scss";
.app-wrapper{
  background: #F6F7FB;
}
.main-container{
  background: #ffffff;
  margin-top: 24px;
  padding-top: 16px;
  display: flex;
}
.app-main{
  height: 100vh;
  width: 100%;
  flex: 1;
  padding-left: 24px;
}