From a7dae7fa183e5183ef5363142791bfe6b35328f4 Mon Sep 17 00:00:00 2001
From: wyu <kknd09321@nate.com>
Date: 월, 06 12월 2021 11:43:17 +0900
Subject: [PATCH] 연관 이슈 추가

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

diff --git a/src/main/webapp/assets/styles/main.css b/src/main/webapp/assets/styles/main.css
index 2d4c0ac..7d975ee 100644
--- a/src/main/webapp/assets/styles/main.css
+++ b/src/main/webapp/assets/styles/main.css
@@ -897,6 +897,9 @@
 .offset-detail-2 {
     margin-left: 4%;
 }
+.offset-detail-3 {
+    margin-left: 9.2%;
+}
 
 .offset-1 {
     margin-left: 8.3333333333%;
@@ -10779,6 +10782,10 @@
 
 .btn.btn-rounded, .all-wrapper .btn-rounded.fc-button {
     border-radius: 40px;
+}
+
+.btn.btn-roundRel {
+    border-radius: 100%;
 }
 
 .btn.btn-upper, .all-wrapper .btn-upper.fc-button {
@@ -28472,6 +28479,14 @@
     margin-top: 30px !important;
 }
 
+.mt-40 {
+    margin-top: 40px; !important;
+}
+
+.mt-50 {
+    margin-top: 50px; !important;
+}
+
 .ml-10 {
     margin-left: 10px !important;
 }
@@ -30379,6 +30394,20 @@
     font-weight: 600;
 }
 
+.email_font {
+    color: #494848;
+    font-size: 0.75rem;
+    line-height: 1.5;
+    font-weight: 600;
+}
+
+.info_detail_font {
+    color: #000;
+    font-size: 1rem;
+    line-height: 1.5;
+    font-weight: 600;
+}
+
 .email_color {
     color:#0066ff;
 }
@@ -30422,7 +30451,4 @@
     margin: 0 auto;
 }
 
-.Email-Template-detail {
-
-}
 /* 媛꾪듃李⑦듃 end */

--
Gitblit v1.8.0