@import "../themes/index";

.#{$base-name}.G2Nightingale {
  position: relative;
  box-sizing: border-box;

  .#{$base-name}-children {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
  }

  //& > div {
  //  .g2-tooltip-list > li:first-child {
  //    margin-top: 0 !important;
  //  }
  //
  //  .g2-legend-list-item:last-child {
  //    margin-bottom: 1px !important;
  //  }
  //}
}
