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

.@{snapline-prefix-cls} {
  position: absolute;
  inset: 0;
  pointer-events: none;

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