index.less 900 Bytes
Newer Older
邓晓峰's avatar
邓晓峰 committed
1 2
@root-entry-name: 'default';
@import '~antd/es/style/themes/index.less';
3 4 5 6 7 8 9 10
@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;
秦文海's avatar
秦文海 committed
11 12
    cursor: pointer;
  }
13
  &-Tiphead {
秦文海's avatar
秦文海 committed
14
    display: flex;
15
    width: 100%;
秦文海's avatar
秦文海 committed
16
    height: 15%;
17 18 19 20 21 22 23 24 25 26 27 28 29
    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;
    }
秦文海's avatar
秦文海 committed
30
  }
31
  &-iconList {
秦文海's avatar
秦文海 committed
32 33 34 35 36
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 70%;
  }
37 38 39 40 41 42 43
  &-TipheadTitle {
    cursor: pointer;
  }
  &-words {
    font-size: 16px;
    vertical-align: text-bottom;
  }
秦文海's avatar
秦文海 committed
44
}