From 31270b145a752e498b65fd45208c925e83b6731c Mon Sep 17 00:00:00 2001 From: wyu <kknd09321@nate.com> Date: 금, 17 12월 2021 18:04:31 +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