mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-02-08 15:05:48 +00:00
24 lines
343 B
Plaintext
24 lines
343 B
Plaintext
.my-insertion {
|
|
position: absolute;
|
|
top: -1.5px;
|
|
left: 0;
|
|
z-index: 12;
|
|
pointer-events: none !important;
|
|
background-color: var(--color-brand-light);
|
|
height: 3px;
|
|
|
|
&.cover {
|
|
top: 0;
|
|
height: auto;
|
|
width: auto;
|
|
opacity: 0.3;
|
|
}
|
|
|
|
&.vertical {
|
|
top: 0;
|
|
left: -1.5px;
|
|
width: 3px;
|
|
height: auto;
|
|
}
|
|
}
|