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 | 12 ++++++++++++ 1 files changed, 12 insertions(+), 0 deletions(-) diff --git a/src/main/webapp/assets/styles/main.css b/src/main/webapp/assets/styles/main.css index cd20d76..fd21901 100644 --- a/src/main/webapp/assets/styles/main.css +++ b/src/main/webapp/assets/styles/main.css @@ -11329,10 +11329,22 @@ 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 { + } } -- Gitblit v1.8.0