* Changed Main Layout

* Added custom icon
This commit is contained in:
2025-02-18 21:08:12 +01:00
parent 2a8ae65bef
commit aa7e402639
4 changed files with 152 additions and 38 deletions

View File

@@ -63345,4 +63345,40 @@ span.e-table-box.e-rbox-select {
.e-gridheader {
background-color: red;
font-weight: bold;
}
.custom-menu {
width: 250px;
}
.custom-menu-width {
width: 250px;
}
@media (max-width: 767px) {
.bb-top-row {
flex-direction: column;
align-items: flex-start;
}
.bb-top-row > span, .bb-top-row > a {
margin-bottom: 10px;
}
.custom-menu, .custom-menu-width {
width: 100%;
}
.row.gx-1 {
--bs-gutter-x: 0;
}
}
@media (min-width: 768px) {
.bb-top-row {
padding: 0 15px;
}
.row.gx-1 {
--bs-gutter-x: 5px;
}
}