[성현모] Operation 레이아웃, 페이지 설정

This commit is contained in:
SHM
2025-11-03 10:35:58 +09:00
parent 3ba63ccb68
commit d6c033f149
12 changed files with 302 additions and 19 deletions

View File

@ -1,5 +1,6 @@
html, body {
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-size: 62.5% !important;
}
a, .btn-link {
@ -49,3 +50,53 @@ h1:focus {
.darker-border-checkbox.form-check-input {
border-color: #929292;
}
/*calendar*/
.rz-datepicker-popup-container {
width: 30rem !important;
}
.rz-calendar-header {
height: 5rem;
}
.rz-calendar-view rz-calendar-month-view {
font-size: 1.5rem;
}
.rz-calendar-month-dropdown {
height: 3.0rem !important;
}
.rz-calendar-year-dropdown {
width: 9rem !important;
height: 3.0rem !important;
}
.rz-calendar-view-container {
font-size: 2.0rem;
}
.rz-inputtext {
font-size: 1.5rem !important;
}
.rz-state-default {
font-size: 1.5rem !important;
}
/*data grid*/
.rz-dropdown {
height: 3.0rem !important;
}
.rz-textbox {
font-size: 1.5rem !important;
}
/*common*/
span {
font-size: 1.5rem;
}