Add favicon and update layout files; enhance product query and table styles

This commit is contained in:
2024-12-11 17:36:38 +01:00
parent 82a183fd18
commit 4e3dfccff2
10 changed files with 3727 additions and 1551 deletions

View File

@@ -889,6 +889,17 @@ body>.top {
td.left {
text-align: left;
}
&.table-sm {
td {
padding: 5px !important;
}
}
input.form-control {
font-size: 13px;
}
}
.projects_container {
@@ -1203,4 +1214,26 @@ body>.top {
display: block;
}
}
}
.dt-layout-table {
margin-bottom: 25px;
}
.pagination {
button {
border: 1px solid #eee;
background: #FFF;
display: inline-flex;
height: 30px;
width: 30px;
align-items: center;
justify-content: center;
margin: 0 2px;
transition: all 0.3s ease;
&:hover {
background: #eee;
}
}
}