@import "../../style/mixins";
@import "../../style/themes/default";
@arrowPrefixCls: pm-arrow;

.@{arrowPrefixCls} {
  background-color: @arrow-bg;
  > div {
    width: 100%;
    height: 100%;
  }
}
