inital commit
This commit is contained in:
46
public/css/work-area.css
vendored
Normal file
46
public/css/work-area.css
vendored
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user