index.less 840 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
@panda-gis-tip-prefix-cls: ~'@{ant-prefix}-panda-gis-tip';

.@{panda-gis-tip-prefix-cls} {
  &-Tipwripconter {
    width: 100%;
    height: 100%;
秦文海's avatar
秦文海 committed
9
    pointer-events: auto;
10 11
  }
  &-TipAll {
秦文海's avatar
秦文海 committed
12
    width: 100%;
秦文海's avatar
秦文海 committed
13
    height: 85%;
秦文海's avatar
秦文海 committed
14
  }
15
  &-Tipconter {
秦文海's avatar
秦文海 committed
16 17
    display: flex;
    width: 100%;
秦文海's avatar
秦文海 committed
18
    height: 100%;
秦文海's avatar
秦文海 committed
19
    background-color: white;
秦文海's avatar
秦文海 committed
20 21 22 23 24
  }
  &-Tipleft {
    width: 100%;
    height: 100%;
    background-color: #f5f6f7;
秦文海's avatar
秦文海 committed
25
  }
26
  &-tipfooter {
秦文海's avatar
秦文海 committed
27
    position: relative;
28
    &-tipfooterar {
秦文海's avatar
秦文海 committed
29 30 31 32 33 34 35 36 37 38 39 40 41 42
      right: 0;
      bottom: 0;
      left: 0;
      width: 0;
      height: 0;
      margin: auto;
      background-color: 'red';
      border: 10px solid white;
      border-right-color: transparent;
      border-bottom-color: transparent;
      border-left-color: transparent;
    }
  }
}