create-seed-detail
Change-Id: I7dcce81a7510b6fa97781d3ce509a8dc2ac229d4
diff --git a/src/pages/SeedList/SeedDetail/SeedDetail.css b/src/pages/SeedList/SeedDetail/SeedDetail.css
new file mode 100644
index 0000000..ce4d70e
--- /dev/null
+++ b/src/pages/SeedList/SeedDetail/SeedDetail.css
@@ -0,0 +1,30 @@
+.seed-detail-container {
+ padding: 20px;
+ }
+
+ .seed-header {
+ display: flex;
+ }
+
+ .cover-image {
+ width: 200px;
+ height: auto;
+ margin-right: 20px;
+ border-radius: 8px;
+ }
+
+ .seed-basic-info p, .seed-media-info p {
+ margin: 6px 0;
+ }
+
+ .uploader-info {
+ margin-top: 30px;
+ border-top: 1px solid #ccc;
+ padding-top: 10px;
+ }
+
+ .uploader-info .avatar {
+ width: 60px;
+ border-radius: 50%;
+ }
+
\ No newline at end of file