@snapline-prefix-cls: ~'x6-widget-snapline';

.@{snapline-prefix-cls} {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;

  &-vertical,
  &-horizontal {
    stroke: #2ecc71;
    stroke-width: 1px;
  }
}
