mirror of
https://github.com/bunny-lab-io/Borealis.git
synced 2025-07-27 06:08:28 -06:00
Added Missing CSS for Node Snap Helpers
This commit is contained in:
@ -30,6 +30,24 @@
|
|||||||
z-index: -1;
|
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 */
|
/* NODE SIDEBAR */
|
||||||
/* ======================================= */
|
/* ======================================= */
|
||||||
|
Reference in New Issue
Block a user