aboutsummaryrefslogtreecommitdiff
path: root/FrontEnd/src/pages/timeline/TimelinePostList.css
blob: bd575554e77f82bfc076fdb46c462ad3914ef9b4 (plain)
1
2
3
4
5
6
7
8
9
10
.timeline-post-timeline {
  position: absolute;
  left: 2.5em;
  width: 1em;
  top: 0;
  bottom: 0;
  background-color: var(--timeline-post-line-color);
  box-shadow: var(--timeline-post-line-shadow);
  z-index: -1;
}