From 909a0f1be2fddf26e9639dd189e3e7261040ac12 Mon Sep 17 00:00:00 2001 From: 이민희 <mhlee@maprex.co.kr> Date: 금, 07 1월 2022 16:56:07 +0900 Subject: [PATCH] 전체 이슈 목록 메뉴 추가 --- src/main/webapp/assets/styles/main.css | 29 ++++++++++++++++++++++++----- 1 files changed, 24 insertions(+), 5 deletions(-) diff --git a/src/main/webapp/assets/styles/main.css b/src/main/webapp/assets/styles/main.css index db6b721..3105edb 100644 --- a/src/main/webapp/assets/styles/main.css +++ b/src/main/webapp/assets/styles/main.css @@ -262,6 +262,8 @@ margin-top: 0; margin-bottom: 1rem; overflow: auto; + white-space: pre-line; + word-break : break-word; -ms-overflow-style: scrollbar; } @@ -5223,7 +5225,7 @@ }*/ .modal-open { - overflow: auto + overflow: hidden; } .modal { @@ -11304,6 +11306,14 @@ .select3-selection__choice__remove { color: #0066ff; margin-left: 4px; + cursor: pointer; + font-size: 0.79rem; +} + +.select3-selection__email__remove { + color: #0066ff; + margin-left: 8px; + margin-top: 7px; cursor: pointer; font-size: 0.79rem; } @@ -28563,6 +28573,10 @@ margin-top: 50px; !important; } +.mt--14 { + margin-top: -14px; !important; +} + .ml-10 { margin-left: 10px !important; } @@ -29719,7 +29733,7 @@ z-index: 2; overflow: hidden; margin-top: 80px; - } +} .footer-w .logo-element { text-align: center; @@ -30147,6 +30161,13 @@ font-size: 0.9rem; color: #777; font-weight: 800; +} + +.custom-detail-label { + color: #777; + font-weight: 600; + position: relative; + top: -6px; } input[type="number"]::-webkit-outer-spin-button, @@ -30589,6 +30610,4 @@ .tree, .tree ul { list-style:none; -} - - +} \ No newline at end of file -- Gitblit v1.8.0