From 145928e42a8ae18129fcbc720824a9e4f78999bd Mon Sep 17 00:00:00 2001
From: 이민희 <mhlee@maprex.co.kr>
Date: 금, 17 12월 2021 17:23:03 +0900
Subject: [PATCH] 상위이슈의 상세페이지에서 하위이슈에 대한 활동내역 보여주기

---
 src/main/webapp/assets/styles/main.css |   11 +++++++++++
 1 files changed, 11 insertions(+), 0 deletions(-)

diff --git a/src/main/webapp/assets/styles/main.css b/src/main/webapp/assets/styles/main.css
index e21105b..9f6259f 100644
--- a/src/main/webapp/assets/styles/main.css
+++ b/src/main/webapp/assets/styles/main.css
@@ -19392,6 +19392,11 @@
     position: relative;
 }
 
+.re-title {
+    margin-top: 11px;
+    margin-left: 18px;
+}
+
 .ae-item {
     display: -webkit-box;
     display: -ms-flexbox;
@@ -29030,6 +29035,12 @@
     font-weight: bold;
 }
 
+.dot {
+    color: #161617;
+    font-size: 0.9rem;
+    font-weight: bold;
+}
+
 .activity-text h6.creat .dot {
     width: 5px;
     height: 5px;

--
Gitblit v1.8.0