BigW Consortium Gitlab

Commit 07f985bc by Alfredo Sumaran

Show connectors between parents and children groups

parent f9f450fd
...@@ -305,5 +305,47 @@ ul.indent-list { ...@@ -305,5 +305,47 @@ ul.indent-list {
margin-bottom: 0; margin-bottom: 0;
margin-left: 20px; margin-left: 20px;
border-top: solid 1px $border-white-light; border-top: solid 1px $border-white-light;
position: relative;
&:before {
content: '';
display: block;
width: 0;
position: absolute;
top: 0;
bottom: 0;
left: -16px;
border-left: 2px solid $border-white-normal;
}
.group-row {
position: relative;
&:before {
content: "";
display: block;
width: 10px;
height: 0;
border-top: 2px solid $border-white-normal;
position: absolute;
top: 30px;
left: -16px;
}
&:last-child:before {
background: white;
height: auto;
top: 30px;
bottom: 0;
}
}
}
.branch-connector {
&:after {
content: ' ';
position: absolute;
background-color: red;
}
} }
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment