@import url('../../styles/variables');

.appHeader {
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  height: @header-height;
  padding: 10px 12px;
  border-bottom: 1px solid @border-color-base;
  .moreIcon {
    cursor: pointer;
    font-size: 20px;
  }
  :global {
    img {
      height: 30px;
    }
    .ant-typography {
      margin-bottom: 0;
    }
  }
}

.appHeaderBtnGroup {
  :global {
    .ant-btn {
      margin-left: 6px;
    }
  }
}

.importPlanModal {
  :global {
    .dpicon-shangchuanwenjian {
      font-size: 40px;
    }
  }
}
