From 7042c385c3579479367f0e710d1b92f4e3878a42 Mon Sep 17 00:00:00 2001
From: jhjang <jhjang@maprex.co.kr>
Date: 금, 03 12월 2021 17:40:53 +0900
Subject: [PATCH] - 버전 1.0으로 재정의(인터넷진흥원용 버전) - api 설정에 이슈타입 id, 사용자정의 필드 표시 하도록 수정

---
 src/main/webapp/assets/styles/main.css |   44 ++++++++++++++++++++++++++++++++++++++------
 1 files changed, 38 insertions(+), 6 deletions(-)

diff --git a/src/main/webapp/assets/styles/main.css b/src/main/webapp/assets/styles/main.css
index 56fdb77..2d4c0ac 100644
--- a/src/main/webapp/assets/styles/main.css
+++ b/src/main/webapp/assets/styles/main.css
@@ -123,7 +123,7 @@
 body {
     margin: 0;
     font-family: "Noto Sans", "Avenir Next W01", "Proxima Nova W01", "Rubik", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
-    font-size: 0.84rem;
+    font-size: 0.8rem;
     font-weight: 400;
     line-height: 1.5;
     color: #3E4B5B;
@@ -9884,7 +9884,7 @@
 
 .table tfoot th,
 .table thead th {
-    font-size: 0.75rem;
+    font-size: 0.8rem;
 }
 
 .table th.nowrap {
@@ -21055,7 +21055,7 @@
     border: 0px solid #047bf8;
     color: #888;
     margin-right: 2px;
-    font-size: 0.72rem;
+    font-size: 0.8rem;
     border-radius: 4px;
     margin-bottom: 2px;
     margin-top: 2px;
@@ -21068,7 +21068,7 @@
     color: darkblue;
     font-weight: 600;
     margin-right: 2px;
-    font-size: 0.72rem;
+    font-size: 0.8rem;
     border-radius: 4px;
     margin-bottom: 2px;
     margin-top: 2px;
@@ -28488,9 +28488,23 @@
     margin-right: 20px !important;
 }
 
+.mr-30 {
+    margin-right: 30px !important;
+}
+
+
 .ml-10 {
     margin-left: 10px !important;
 }
+
+.ml-20 {
+    margin-left: 20px !important;
+}
+
+.ml-30 {
+    margin-left: 30px !important;
+}
+
 
 .m-0 {
     margin: 0 auto !important;
@@ -30357,10 +30371,10 @@
 .h3-div {
     font-size: 1.75rem;
 }
-
+/*translate="issue.issueTitle"*/
 .info_font {
     color: #000;
-    font-size: 1rem;
+    font-size: 0.8rem;
     line-height: 1.5;
     font-weight: 600;
 }
@@ -30376,10 +30390,12 @@
 .TemplateIMG {
     height: 50px;
     width: 50px;
+    margin: 20px;
 }
 
 .TemplateIMG-selected {
     border: 2px solid #0066ff;
+
 }
 
 .TemplateIMG:active {
@@ -30388,9 +30404,25 @@
 
 .TemplateIMG:visited {
     border: 2px solid #0066ff;
+
 }
 
 .Template-area {
     text-align: center;
 }
+
+.TemplateEX {
+    float : left;
+}
+
+.Email-Templates {
+    height: 150px;
+    width: 300px;
+    display: none;
+    margin: 0 auto;
+}
+
+.Email-Template-detail {
+
+}
 /* 媛꾪듃李⑦듃 end */

--
Gitblit v1.8.0