File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ .lineage-view {
2+ --lng-box-shadow-dnd-above : inset 2px 51px 19px -28px var (--lineage-accent );
3+ --lng-box-shadow-dnd-below : inset 2px -51px 19px -28px var (--lineage-accent );
4+ --lng-box-shadow-dnd-under : inset -51px 2px 19px -28px var (--lineage-accent )
5+ }
6+
17.lineage__drop-node-above {
2- box-shadow : inset 2px 51px 19px -28px var (--lineage-accent ) !important ;
8+ box-shadow : var (--lng-box-shadow-dnd-above ) !important ;
9+ & .card-background-style {
10+ box-shadow : var (--lng-box-shadow-dnd-above ) !important ;
11+ }
312}
13+
414.lineage__drop-node-below {
5- box-shadow : inset 2px -51px 19px -28px var (--lineage-accent ) !important ;
15+ box-shadow : var (--lng-box-shadow-dnd-below ) !important ;
16+ & .card-background-style {
17+ box-shadow : var (--lng-box-shadow-dnd-below ) !important ;
18+ }
619}
20+
721.lineage__drop-node-under {
8- box-shadow : inset -51px 2px 19px -28px var (--lineage-accent ) !important ;
22+ box-shadow : var (--lng-box-shadow-dnd-under ) !important ;
23+
24+ & .card-background-style {
25+ box-shadow : var (--lng-box-shadow-dnd-under ) !important ;
26+ }
927}
1028
1129.inactive-node-hover {
Original file line number Diff line number Diff line change 1- .lineage-main {
1+ .lineage-view {
22 --lineage-accent : # 55b1ae ;
33 --lineage-color-selection : # 418cff ;
44}
You can’t perform that action at this time.
0 commit comments