From e2c9d5c6cc9bf4a4314dcbce17e1336e8f78ebf8 Mon Sep 17 00:00:00 2001
From: wyu <kknd09321@nate.com>
Date: 목, 16 12월 2021 11:20:10 +0900
Subject: [PATCH] 사이드바 프로필 사용자등급, 부서표시

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

diff --git a/src/main/webapp/assets/styles/main.css b/src/main/webapp/assets/styles/main.css
index ad1020d..cb78f54 100644
--- a/src/main/webapp/assets/styles/main.css
+++ b/src/main/webapp/assets/styles/main.css
@@ -891,13 +891,16 @@
 }
 
 .offset-detail-1 {
-    margin-left: 5.8%;
+    margin-left: 4%
 }
 
 .offset-detail-2 {
-    margin-left: 4%;
+    margin-left: 5.8%;
 }
 .offset-detail-3 {
+    margin-left: 8%;
+}
+.offset-detail-4 {
     margin-left: 9.2%;
 }
 
@@ -14271,7 +14274,7 @@
 }
 
 .menu-position-side.menu-w.color-scheme-dark .logo-w {
-    background-color:#f2f4f8;
+    background-color:#FFFFFF;
 }
 
 .menu-position-side.menu-w.color-scheme-dark .element-search:before {
@@ -17449,6 +17452,8 @@
 
 .os-icon-chevron-down:before {
     content: "\e9b4";
+    position: relative;
+    bottom: 1.1rem;
 }
 
 .os-icon-chevron-left:before {
@@ -20489,7 +20494,8 @@
 
 .full-chat-w .user-intro .user-intro-info .user-sub {
     color: rgba(0, 0, 0, 0.7);
-    font-size: 0.72rem;
+    font-size: 1rem;
+    font-weight: 600;
     margin-top: 5px;
     margin-bottom: 5px;
 }
@@ -28750,10 +28756,12 @@
 }
 
 .slider-disabled.round {
+    opacity: 50%;
     border-radius: 34px;
 }
 
 .slider-disabled.round:before {
+    opacity: 50%;
     border-radius: 50%;
 }
 
@@ -29693,6 +29701,7 @@
     overflow: hidden;
     margin-top: 30px;
     font-size: 0.69rem;
+    margin-left: 35rem;
 }
 
 .width-20-p {
@@ -30048,6 +30057,11 @@
 /*    font-size: 0.71rem;*/
 /*    color: #777*/
 /*}*/
+
+.issue-main-label {
+    font-size: 0.6rem;
+    color: #777;
+}
 
 .issue-detail-tab {
     font-size: 0.9rem;
@@ -30490,4 +30504,15 @@
     margin: 0 auto;
 }
 
-/* 媛꾪듃李⑦듃 end */
+/* �씠�뒋 �듃由� */
+/**
+ * Framework starts from here ...
+ * ------------------------------
+ */
+
+.tree,
+.tree ul {
+    list-style:none;
+}
+
+

--
Gitblit v1.8.0