initial commit

This commit is contained in:
2026-06-29 13:00:18 +06:00
commit f2aea74471
3931 changed files with 562423 additions and 0 deletions

46
public/css/work-area.css vendored Normal file
View File

@@ -0,0 +1,46 @@
.dataTable thead .sorting_desc:after {
content: '' !important;
}
.dataTable thead .sorting:before,
.dataTable thead .sorting:after,
.dataTable thead .sorting:after,
.dataTable thead .sorting_asc:after,
.dataTables_filter > label:after {
content: '';
margin: 0;
padding: 0;
}
.c3-tooltip,
.dataTable.table-bordered {
border-collapse: unset;
}
.table-condensed table td,
th {
text-align: none !important;
padding: 0 !important;
}
.letter-content-img {
max-width: 50%;
z-index: 1000;
min-width: 50%;
}
.letter-attach-img {
max-width: 100px;
min-width: 100px;
}
.dataTables_length {
margin-left: 0
}
.acct-cb-img table {
width: 100% !important;
}
.swal2-popup {
font-size: 1.2rem !important;
}