From d25c62b6ff3ef7637f9358cfb0782c6706c9b55d Mon Sep 17 00:00:00 2001
From: 이민희 <mhlee@maprex.co.kr>
Date: 목, 02 12월 2021 10:13:00 +0900
Subject: [PATCH] 이슈 메일 전송 이력 남기기 완료 * 바로 이력이 안남겨지는 문제 해결필요(현재 새로고침을 해야 이력이 보임)

---
 src/main/webapp/assets/styles/main.css |   46 ++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 46 insertions(+), 0 deletions(-)

diff --git a/src/main/webapp/assets/styles/main.css b/src/main/webapp/assets/styles/main.css
index 1d10159..fd21901 100644
--- a/src/main/webapp/assets/styles/main.css
+++ b/src/main/webapp/assets/styles/main.css
@@ -934,6 +934,9 @@
     margin-left: 91.6666666667%;
 }
 
+.offset-12 {
+    margin-left: 100%;
+}
 @media (min-width: 576px) {
     .col-sm {
         -ms-flex-preferred-size: 0;
@@ -3339,6 +3342,12 @@
     color: #fff;
     background-color: #343a40;
     border-color: #343a40;
+}
+
+.btn-darkgrey {
+    color: #fff;
+    background-color: #727072;
+    border-color: #727072;
 }
 
 .btn-dark:hover {
@@ -11320,9 +11329,21 @@
     min-width: 540px;
 }
 
+body .daterangepicker-single {
+    -webkit-box-shadow: 3px 25px 50px rgba(77, 76, 132, 0.34);
+    box-shadow: 3px 25px 50px rgba(77, 76, 132, 0.34);
+    font-family: "Avenir Next W01", "Proxima Nova W01", "Rubik", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
+    border: none;
+    padding: 15px;
+}
+
+
 @media screen and (max-width: 767px) {
     body .daterangepicker {
         min-width: 300px;
+    }
+
+    body .daterangepicker-single {
     }
 }
 
@@ -28424,6 +28445,7 @@
     padding: 15px;
     text-align: center;
     border: 1px solid #ddd;
+
 }
 
 
@@ -30223,4 +30245,28 @@
     color:#0066ff;
 }
 
+.mgr-1 {
+    margin-right: 1rem;
+}
+
+.TemplateIMG {
+    height: 50px;
+    width: 50px;
+}
+
+.TemplateIMG-selected {
+    border: 2px solid #0066ff;
+}
+
+.TemplateIMG:active {
+    border: 2px solid #0066ff;
+}
+
+.TemplateIMG:visited {
+    border: 2px solid #0066ff;
+}
+
+.Template-area {
+    text-align: center;
+}
 /* 媛꾪듃李⑦듃 end */

--
Gitblit v1.8.0