@import "./rem.less";

.mapView {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;

  .leftContent {
    flex: 1;
    height: 100%;
    position: relative;
    display: inline-block;
  }

  .rightContent {
    display: inline-block;
    width: ~`rem("440px") `;
    height: 100%;
    background: rgba(20, 23, 49, 0.85);
  }
}

.addLayer {
  :global {
    .ant-input,
    .ant-select-selector {
      border-color: #aaa !important;
    }
  }
}
