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 | 30 ++++++++++++++++++++++++++---- 1 files changed, 26 insertions(+), 4 deletions(-) diff --git a/src/main/webapp/assets/styles/main.css b/src/main/webapp/assets/styles/main.css index 31220e4..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%; } @@ -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; } @@ -30052,6 +30058,11 @@ /* color: #777*/ /*}*/ +.issue-main-label { + font-size: 0.6rem; + color: #777; +} + .issue-detail-tab { font-size: 0.9rem; font-weight: 800; @@ -30493,4 +30504,15 @@ margin: 0 auto; } -/* 媛꾪듃李⑦듃 end */ +/* �씠�뒋 �듃由� */ +/** + * Framework starts from here ... + * ------------------------------ + */ + +.tree, +.tree ul { + list-style:none; +} + + -- Gitblit v1.8.0