From 7476ad22442c349f0751709957fee068d463980a Mon Sep 17 00:00:00 2001
From: wyu <kknd09321@nate.com>
Date: 수, 01 12월 2021 20:44:51 +0900
Subject: [PATCH] 이슈 수정 오류 및 메일 보내기 템플릿 이미지 추가

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

diff --git a/src/main/webapp/assets/styles/main.css b/src/main/webapp/assets/styles/main.css
index 4a4c05a..cd20d76 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 {
@@ -28424,6 +28433,7 @@
     padding: 15px;
     text-align: center;
     border: 1px solid #ddd;
+
 }
 
 
@@ -30207,4 +30217,44 @@
 .country {
     margin-left: 3.25rem;
 }
+
+.h3-div {
+    font-size: 1.75rem;
+}
+
+.info_font {
+    color: #000;
+    font-size: 1rem;
+    line-height: 1.5;
+    font-weight: 600;
+}
+
+.email_color {
+    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