From 5d4d5135cf08208832f6308d9f03c25de17e9f66 Mon Sep 17 00:00:00 2001
From: wyu <kknd09321@nate.com>
Date: 금, 03 12월 2021 22:24:55 +0900
Subject: [PATCH] 사용자정의 필드 날짜 수정, 프로젝트 생성시 대쉬보드 이동 오류 수정

---
 src/main/webapp/assets/styles/main.css |   64 +++++++++++++++++++++++++++++--
 1 files changed, 59 insertions(+), 5 deletions(-)

diff --git a/src/main/webapp/assets/styles/main.css b/src/main/webapp/assets/styles/main.css
index 56fdb77..ca749e7 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;
@@ -896,6 +896,9 @@
 
 .offset-detail-2 {
     margin-left: 4%;
+}
+.offset-detail-3 {
+    margin-left: 9.2%;
 }
 
 .offset-1 {
@@ -9884,7 +9887,7 @@
 
 .table tfoot th,
 .table thead th {
-    font-size: 0.75rem;
+    font-size: 0.8rem;
 }
 
 .table th.nowrap {
@@ -21055,7 +21058,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 +21071,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;
@@ -28472,6 +28475,14 @@
     margin-top: 30px !important;
 }
 
+.mt-40 {
+    margin-top: 40px; !important;
+}
+
+.mt-50 {
+    margin-top: 50px; !important;
+}
+
 .ml-10 {
     margin-left: 10px !important;
 }
@@ -28488,9 +28499,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,8 +30382,22 @@
 .h3-div {
     font-size: 1.75rem;
 }
-
+/*translate="issue.issueTitle"*/
 .info_font {
+    color: #000;
+    font-size: 0.8rem;
+    line-height: 1.5;
+    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;
@@ -30376,10 +30415,12 @@
 .TemplateIMG {
     height: 50px;
     width: 50px;
+    margin: 20px;
 }
 
 .TemplateIMG-selected {
     border: 2px solid #0066ff;
+
 }
 
 .TemplateIMG:active {
@@ -30388,9 +30429,22 @@
 
 .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;
+}
+
 /* 媛꾪듃李⑦듃 end */

--
Gitblit v1.8.0