CHANGE_header added
This commit is contained in:
parent
f25ce7e51f
commit
ef13c94d0a
@ -140,10 +140,6 @@
|
||||
min-height: 100vh !important;
|
||||
}
|
||||
|
||||
body[data-sidebar-size=condensed] .left-side-menu #sidebar-menu>ul>li>a i{
|
||||
margin :0 px !important;
|
||||
}
|
||||
|
||||
body .content-page {
|
||||
margin-top: 90px !important;
|
||||
}
|
||||
@ -215,7 +211,7 @@
|
||||
padding: 0 !important;
|
||||
height: 90% !important;
|
||||
display: flex;
|
||||
flex-flow: column nowrap;
|
||||
flex-flow: column wrap;
|
||||
}
|
||||
|
||||
/* every <li> inside should be allowed to shrink */
|
||||
@ -235,6 +231,7 @@
|
||||
min-height: 43px !important;
|
||||
}
|
||||
|
||||
|
||||
.li-seperate {
|
||||
margin: 10px 0px;
|
||||
}
|
||||
@ -247,15 +244,7 @@
|
||||
padding: 8px !important;
|
||||
min-height: 43px !important;
|
||||
}
|
||||
|
||||
.li-seperate a img
|
||||
{
|
||||
margin-left:4px !important;
|
||||
}
|
||||
|
||||
|
||||
</style>
|
||||
|
||||
|
||||
<!-- rightbar -->
|
||||
<style>
|
||||
@ -290,12 +279,7 @@
|
||||
#main_tile,
|
||||
#mainMenuTiles {
|
||||
font-size: 25px !important;
|
||||
font-weight: 500 !important;
|
||||
color: #000 !important;
|
||||
}
|
||||
|
||||
.chevron-left-dash{
|
||||
color:#000;
|
||||
font-weight: 600 !important;
|
||||
}
|
||||
|
||||
.nav-link {
|
||||
@ -450,6 +434,7 @@
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.secondary-title i {
|
||||
font-size: 43px;
|
||||
}
|
||||
@ -1578,45 +1563,6 @@
|
||||
}
|
||||
</style>
|
||||
|
||||
<!-- tab swich scrollable -->
|
||||
<style>
|
||||
.tab-wrapper {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
/* Make the UL a scrollable flex row */
|
||||
#myTab {
|
||||
display: flex;
|
||||
flex-wrap: nowrap; /* prevent wrapping */
|
||||
overflow-x: auto; /* enable horizontal scroll */
|
||||
overflow-y: hidden;
|
||||
white-space: nowrap; /* keep items on one line */
|
||||
scroll-behavior: smooth;
|
||||
margin: 0;
|
||||
padding: 0 40px; /* leave space for arrows */
|
||||
}
|
||||
|
||||
/* Hide scrollbars */
|
||||
#myTab::-webkit-scrollbar { display: none; }
|
||||
#myTab { -ms-overflow-style: none; scrollbar-width: none; }
|
||||
|
||||
.scroll-btn {
|
||||
background: #f1f1f1;
|
||||
border: none;
|
||||
cursor: pointer;
|
||||
font-size: 18px;
|
||||
padding: 5px 10px;
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
transform: translateY(-50%);
|
||||
z-index: 10;
|
||||
}
|
||||
.left-btn { left: 0; }
|
||||
.right-btn { right: 0; }
|
||||
</style>
|
||||
|
||||
|
||||
|
||||
|
||||
@ -1648,8 +1594,7 @@
|
||||
|
||||
<li class="menu-logo">
|
||||
<a href="<?= base_url('/dashboard/view') ?>">
|
||||
<img src="<?= base_url() . "public"; ?>/assets/images/Nhance_Favi.png"
|
||||
style="margin-left:2px;" alt="Logo">
|
||||
<img src="<?= base_url() . "public"; ?>/assets/images/Nhance_Favi.png" alt="Logo">
|
||||
</a>
|
||||
</li>
|
||||
|
||||
@ -1657,7 +1602,7 @@
|
||||
|
||||
<li class="li-seperate" id="dashboard-li">
|
||||
<a href="<?= base_url('/dashboard/view') ?>" class="img-inactive">
|
||||
<i class="ri-dashboard-line" style="color:black; margin:4px;"></i>
|
||||
<i class="ri-dashboard-line" style="color:black;"></i>
|
||||
<span style="color: #02a8b5;"> Dashboard </span>
|
||||
</a>
|
||||
</li>
|
||||
@ -1667,7 +1612,7 @@
|
||||
<li class="li-seperate" id="clients-li">
|
||||
<a href="<?= base_url('/client/list') ?>" class="img-inactive">
|
||||
<img style="border-radius: 5px;"
|
||||
src="<?= base_url() . "public"; ?>/assets/images/clients_sb.png" alt="Logo" height="20">
|
||||
src="<?= base_url() . "public"; ?>/assets/images/clients_sb.png" alt="Logo" height="24">
|
||||
<span> Clients </span>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user