From 4cef9a63afe347bcc007f2f18c21da69b346da64 Mon Sep 17 00:00:00 2001
From: wyu <kknd09321@nate.com>
Date: 금, 19 11월 2021 14:41:30 +0900
Subject: [PATCH] 이슈 상세 수정 -부서 [프론트]

---
 src/main/webapp/assets/styles/main.css |   54 ++++++++++++++++++++++++++++++++++++++++++++++++++++--
 1 files changed, 52 insertions(+), 2 deletions(-)

diff --git a/src/main/webapp/assets/styles/main.css b/src/main/webapp/assets/styles/main.css
index c336ec9..1d10159 100644
--- a/src/main/webapp/assets/styles/main.css
+++ b/src/main/webapp/assets/styles/main.css
@@ -3132,6 +3132,29 @@
     border-color: #292b2c;
 }
 
+.btn-indigo {
+    color: #fff;
+    background-color: #1973EB;
+    border-color: #1973EB;
+}
+
+.btn-indigo:hover {
+    color: #fff;
+    background-color: #0f0165;
+    border-color: #0f0165;
+}
+
+.btn-indigo:focus, .btn-secondary.focus {
+    -webkit-box-shadow: 0 0 0 0.2rem rgba(41, 43, 44, 0.5);
+    box-shadow: 0 0 0 0.2rem rgba(41, 43, 44, 0.5);
+}
+
+.btn-indigo.disabled, .btn-secondary:disabled {
+    color: #fff;
+    background-color: #292b2c;
+    border-color: #292b2c;
+}
+
 .btn-success {
     color: #fff;
     background-color: #5eb314;
@@ -5162,7 +5185,7 @@
 }*/
 
 .modal-open {
-    overflow: hidden
+    overflow: auto
 }
 
 .modal {
@@ -28580,7 +28603,6 @@
 .tab .tablabel::after {
     display: inline-block;
     color: #4d8bf5;
-    background-color:;
     width: 30px;
     font-size: 0.80rem;
     line-height: 40px;
@@ -30173,4 +30195,32 @@
     width: 100%
 }
 
+.fontcolor_green {
+    color: #6C9266;
+    font-size: 15px;
+}
+.fontcolor_neon_green {
+    color: #282c34;
+    font-size: 15px;
+}
+
+.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;
+}
+
 /* 媛꾪듃李⑦듃 end */

--
Gitblit v1.8.0