split frontend from project and Implement ci/cd

This commit is contained in:
2024-09-29 07:36:08 +00:00
parent 880afdcdef
commit b458d0d884
19389 changed files with 106 additions and 7719523 deletions

View File

@@ -1,32 +0,0 @@
/* 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 */