You do not have permission to edit this page, for the following reason:
You can view and copy the source of this page.
.template-component {
display: flex;
}
.template-component__connectors {
/* --connector-thickness: 2px; */
position: relative;
}
.template-component__connectorX,
.template-component__connectorY {
position: absolute;
background-color: var( --border-color-base );
left: calc( 50% - 2px ); /* calc( 50% - var( --connector-thickness ) ) */
}
.template-component__connectorX {
top: calc( 50% - 2px ); /* calc( 50% - var( --connector-thickness ) ) */
right: 0;
height: 2px; /* var( --connector-thickness ) */
000
1:0
Return to Template:SCitem/styles.css.