From b98d25d2425b932e70efb1b6ea6bec436cd3f6f2 Mon Sep 17 00:00:00 2001
From: 이민희 <mhlee@maprex.co.kr>
Date: 금, 19 11월 2021 13:35:30 +0900
Subject: [PATCH] 프로젝트 담당부서 백엔드 수정 * 프로젝트에 속해있는 부서만 이슈 담당부서로 설정 가능

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

diff --git a/src/main/webapp/assets/styles/main.css b/src/main/webapp/assets/styles/main.css
index 7a8dce6..4a4c05a 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;
@@ -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,16 @@
     width: 100%
 }
 
+.fontcolor_green {
+    color: #6C9266;
+    font-size: 15px;
+}
+.fontcolor_neon_green {
+    color: #282c34;
+    font-size: 15px;
+}
+
+.country {
+    margin-left: 3.25rem;
+}
 /* 媛꾪듃李⑦듃 end */

--
Gitblit v1.8.0