diff --git a/Data/Server/WebUI/src/Borealis.css b/Data/Server/WebUI/src/Borealis.css index 1981c0b..84cfb8d 100644 --- a/Data/Server/WebUI/src/Borealis.css +++ b/Data/Server/WebUI/src/Borealis.css @@ -30,6 +30,24 @@ z-index: -1; } +/* helper lines for snapping */ +.helper-line { + position: absolute; + background: #0074ff; + z-index: 10; + pointer-events: none; + } + + .helper-line-vertical { + width: 1px; + height: 100%; + } + + .helper-line-horizontal { + height: 1px; + width: 100%; + } + /* ======================================= */ /* NODE SIDEBAR */ /* ======================================= */