Add favicon and update layout files; enhance product query and table styles
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user