화면 수정

This commit is contained in:
2026-02-20 20:47:35 +09:00
parent d91738c667
commit b237c4b934
9 changed files with 890 additions and 758 deletions

View File

@@ -100,6 +100,33 @@ select option {
padding: 0 0.75rem 0 40px !important;
}
.form-control {
font-size: 0.75rem !important;
font-family: inherit !important;
font-weight: 600 !important;
}
#atcl_amt2 {
font-size: 0.75rem !important;
font-family: inherit !important;
font-weight: 600 !important;
}
.input-group-text {
font-size: 0.75rem !important;
font-family: inherit !important;
font-weight: 600 !important;
}
/* Select Box와 Input 높이 통일 */
.form-select,
select.form-control,
select {
padding: 0.375rem 0.75rem !important;
height:26px !important;
line-height: 1.5 !important;
}
/* 모바일 화면 조정 */
@media (max-width: 767.98px) {
.app-sidebar {
@@ -116,3 +143,18 @@ select option {
padding: 0 0.75rem 0 40px !important;
}
}
.form-check-input[type="checkbox"],
.form-check-input[type="radio"] {
border-color: #888 !important;
background-color: #fff !important;
box-shadow: none !important;
}
.form-check-input[type="checkbox"]:checked,
.form-check-input[type="radio"]:checked {
background-color: #007bff !important;
border-color: #007bff !important;
}