@root-entry-name: 'default';
@import '~antd/es/style/themes/index.less';
@panda-gis-tipHeader-prefix-cls: ~'@{ant-prefix}-panda-gis-tipHeader';

.@{panda-gis-tipHeader-prefix-cls} {
  &-icons {
    margin-right: 10px;
    margin-right: 8px;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
  }
  &-Tiphead {
    display: flex;
    width: 100%;
    height: 15%;
    min-height: 45px;
    background-color: #001529;
    > div:nth-child(1) {
      display: flex;
      align-items: center;
      width: 30%;
      overflow: hidden;
      color: white;
      font-size: 20px;
      white-space: nowrap;
      text-indent: 5px;
      text-overflow: ellipsis;
    }
  }
  &-iconList {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 70%;
  }
  &-TipheadTitle {
    cursor: pointer;
  }
  &-words {
    font-size: 16px;
    vertical-align: text-bottom;
  }
}