pxt-core
Version:
Microsoft MakeCode provides Blocks / JavaScript / Python tools and editors
19 lines (17 loc) • 393 B
text/less
.cursor-resize {
cursor: ns-resize ;
#editorSidebar::after {
background-color: var(--pxt-colors-green-background);
}
}
.vertical-resize-container {
&::after {
content: "";
background-color: var(--pxt-target-stencil3);
position: absolute;
bottom: 0;
width: 100%;
height: 4px;
cursor: ns-resize;
}
}