From d25c62b6ff3ef7637f9358cfb0782c6706c9b55d Mon Sep 17 00:00:00 2001 From: 이민희 <mhlee@maprex.co.kr> Date: 목, 02 12월 2021 10:13:00 +0900 Subject: [PATCH] 이슈 메일 전송 이력 남기기 완료 * 바로 이력이 안남겨지는 문제 해결필요(현재 새로고침을 해야 이력이 보임) --- src/main/webapp/assets/styles/main.css | 32 ++++++++++++++++++++++++++++++++ 1 files changed, 32 insertions(+), 0 deletions(-) diff --git a/src/main/webapp/assets/styles/main.css b/src/main/webapp/assets/styles/main.css index 720c85c..fd21901 100644 --- a/src/main/webapp/assets/styles/main.css +++ b/src/main/webapp/assets/styles/main.css @@ -11329,9 +11329,21 @@ min-width: 540px; } +body .daterangepicker-single { + -webkit-box-shadow: 3px 25px 50px rgba(77, 76, 132, 0.34); + box-shadow: 3px 25px 50px rgba(77, 76, 132, 0.34); + font-family: "Avenir Next W01", "Proxima Nova W01", "Rubik", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; + border: none; + padding: 15px; +} + + @media screen and (max-width: 767px) { body .daterangepicker { min-width: 300px; + } + + body .daterangepicker-single { } } @@ -30237,4 +30249,24 @@ margin-right: 1rem; } +.TemplateIMG { + height: 50px; + width: 50px; +} + +.TemplateIMG-selected { + border: 2px solid #0066ff; +} + +.TemplateIMG:active { + border: 2px solid #0066ff; +} + +.TemplateIMG:visited { + border: 2px solid #0066ff; +} + +.Template-area { + text-align: center; +} /* 媛꾪듃李⑦듃 end */ -- Gitblit v1.8.0