33 lines
366 B
CSS
33 lines
366 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;
|
|
}
|