aboutsummaryrefslogtreecommitdiff
path: root/FrontEnd/src/pages/timeline/TimelinePostCard.css
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2023-08-01 00:29:35 +0800
committercrupest <crupest@outlook.com>2023-08-01 00:29:35 +0800
commite6ccc0174a86a0ade240e6551228598cd81f984b (patch)
treed495dff9658c23de22191c4532e14016a6fb96a8 /FrontEnd/src/pages/timeline/TimelinePostCard.css
parent710ff9d3d2e55113798c39b0595f8f71b12091ef (diff)
downloadtimeline-e6ccc0174a86a0ade240e6551228598cd81f984b.tar.gz
timeline-e6ccc0174a86a0ade240e6551228598cd81f984b.tar.bz2
timeline-e6ccc0174a86a0ade240e6551228598cd81f984b.zip
...
Diffstat (limited to 'FrontEnd/src/pages/timeline/TimelinePostCard.css')
-rw-r--r--FrontEnd/src/pages/timeline/TimelinePostCard.css9
1 files changed, 9 insertions, 0 deletions
diff --git a/FrontEnd/src/pages/timeline/TimelinePostCard.css b/FrontEnd/src/pages/timeline/TimelinePostCard.css
new file mode 100644
index 00000000..3a446f44
--- /dev/null
+++ b/FrontEnd/src/pages/timeline/TimelinePostCard.css
@@ -0,0 +1,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;
+} \ No newline at end of file