From 9ea4a2d0385d48a0713a5bbc3c1a8967e10baae1 Mon Sep 17 00:00:00 2001
From: 이민희 <mhlee@maprex.co.kr>
Date: 월, 20 12월 2021 11:00:50 +0900
Subject: [PATCH] 이슈 히스토리 하위이슈 문구 중복되는 문제 해결

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

diff --git a/src/main/webapp/assets/styles/main.css b/src/main/webapp/assets/styles/main.css
index 78474af..e11c3e7 100644
--- a/src/main/webapp/assets/styles/main.css
+++ b/src/main/webapp/assets/styles/main.css
@@ -19409,7 +19409,7 @@
     -ms-flex-align: center;
     /*align-items: center;*/
     padding: 15px;
-    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
+    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
     position: relative;
 
 }
@@ -19473,7 +19473,7 @@
 .aei-content .aei-delete {
     position: absolute;
     top: 0px;
-    right: -10px;
+    right: 12px;
     color: rgba(0, 0, 0, 0.7);
     font-size: 0.5rem;
     cursor: pointer;
@@ -28591,6 +28591,10 @@
     margin-left: 30px !important;
 }
 
+.ml-3per {
+    margin-left: 3.3%;
+}
+
 
 .m-0 {
     margin: 0 auto !important;
@@ -29048,9 +29052,10 @@
 }
 
 .dot {
-    color: #161617;
+    color: #15158a;
     font-size: 0.9rem;
     font-weight: bold;
+    margin-bottom: -15px;
 }
 
 .activity-text h6.creat .dot {

--
Gitblit v1.8.0