* Changed Main Layout
* Added custom icon
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user