Skip to content
Snippets Groups Projects
App.css 55.8 KiB
Newer Older
Liliana Sanfilippo's avatar
Liliana Sanfilippo committed
.children_leftbranch .children_item:first-child:before {
  right: -1px;
  border: 0;
  border-radius: 0 4px 0 0;
  border-top: 1px solid var(--text-primary);
  border-right: 1px solid var(--text-primary);
}

.children_leftbranch .children_item:last-child:before {
  right: -1px;
  top: 0;
  bottom: 50%;
  border-radius: 0 0 4px 0;
  border: 0;
  border-right: 1px solid var(--text-primary);
  border-bottom: 1px solid var(--text-primary);
}

.children_leftbranch .children_item:first-child:last-child:before {
  top: 50%;
  bottom: auto;
  border: 0;
  border-radius: 0;
  border-top: 1px solid var(--text-primary);
}


/* .children  .node{
  background: --webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.15)), to(rgba(0, 0, 0, 0.15))) var(--background);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15)) var(--accent-primary);
}

.children  .children .node{
  background: --webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.30)), to(rgba(0, 0, 0, 0.30))) var(--background);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.30), rgba(0, 0, 0, 0.30)) var(--accent-primary);
}

.children  .children .children .node{
  background: --webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.45)), to(rgba(0, 0, 0, 0.45))) var(--background);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)) var(--accent-primary);
}

.children  .children .children .children .node{
  background: --webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.60)), to(rgba(0, 0, 0, 0.60))) var(--background);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.60), rgba(0, 0, 0, 0.60)) var(--accent-primary);
}
  */

#L1, #R1{
  line-height: calc(var(--node-size) / 4);
  text-align: center;
  vertical-align: middle;
  padding-top: 15px;
Liliana Sanfilippo's avatar
Liliana Sanfilippo committed
}


/* #sidebarbox{
  visibility: visible !important;
  background-color: red !important;
  width: 16.66666667% !important
} */

 div.timeline-item.moretop div div.row.align-items-center div.col p{
  text-align: left;
 }