aboutsummaryrefslogtreecommitdiff
path: root/FrontEnd/src/pages/timeline/TimelinePostCard.css
blob: 67b447aa2d56f595a06c71081d735386a6220638 (plain)
1
2
3
4
5
6
7
8
.timeline-post-card {
  padding: 1em 1em 1em 3em;
  background-color: var(--cru-background-color);
  box-shadow: var(--timeline-post-card-shadow);
  border-radius: var(--timeline-post-card-border-radius);
  position: relative;
  z-index: 1;
}