split frontend from project and Implement ci/cd
This commit is contained in:
32
public/dist/css/responsive.css
vendored
32
public/dist/css/responsive.css
vendored
@@ -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 */
|
||||
Reference in New Issue
Block a user