From bfb7e19d367cef0bd4242c55dd0e612d2c84c588 Mon Sep 17 00:00:00 2001 From: wyu <kknd09321@nate.com> Date: 수, 01 12월 2021 21:29:21 +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