OWL ITS + 탐지시스템(인터넷 진흥원)
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 {
    }
}
@@ -28433,6 +28445,7 @@
    padding: 15px;
    text-align: center;
    border: 1px solid #ddd;
}
@@ -30236,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 */