transfer view files from front git to back

This commit is contained in:
2025-09-08 10:59:43 +00:00
parent 0cb78f1489
commit 0fb38d3b7b
659 changed files with 256191 additions and 7 deletions

32
public/dist/css/responsive.css vendored Normal file
View File

@@ -0,0 +1,32 @@
/* table style */
@media only screen and (max-width: 600px) {
.content-center-dataTable{
top: -40px !important;
width: 100% !important;
}
div.dt-buttons {
display: flex !important;
}
.parent-add-project-update {
top: -5px;
}
.body-table-style {
margin-bottom: 100px;
padding-top: 50px !important;
}
}
@media only screen and (max-width: 765px) and (min-width:600px) {
.content-center-dataTable{
top: -40px !important;
}
.body-table-style {
margin-bottom: 100px;
padding-top: 50px !important;
}
div.dt-buttons {
display: flex !important;
}
}
/* table style */