[성현모] DB 예외처리 추가, UI 사이즈 조정
This commit is contained in:
@ -50,3 +50,57 @@ h1:focus {
|
||||
.darker-border-checkbox.form-check-input {
|
||||
border-color: #929292;
|
||||
}
|
||||
|
||||
.rz-column-title {
|
||||
font-size: 1.5rem !important;
|
||||
color: var(--rz-secondary) !important;
|
||||
}
|
||||
|
||||
|
||||
/*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;
|
||||
}
|
||||
|
||||
span{
|
||||
font-size: 1.5rem;
|
||||
}
|
||||
Reference in New Issue
Block a user