NonInventPurchasingSystem/CPRNIMS.WebApps/wwwroot/css/Receiving/Receiving.css
2026-03-11 14:26:41 +08:00

37 lines
471 B
CSS

.modal-body {
padding: 20px;
}
.form-group {
margin-bottom: 10px;
}
textarea {
resize: none;
}
.modal-footer .btn {
min-width: 80px;
}
.form-row .col {
padding-left: 0;
padding-right: 0;
}
#remarks {
width: 100%;
height: 100px;
margin-top: 5px;
}
#fullAddress {
width: 100%;
height: 100px;
margin-top: 5px;
}
.custom-modal-receiving {
max-width: 1320px !important;
margin: 0 auto;
overflow-x: hidden;
}