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