11< div class ="d-flex " id ="wrapper ">
2- < div class ="table-row bg-white border-r border-grey-500 " id ="sidebar-wrapper ">
2+ < div class ="table-row bg-white border-r border-grey-500 shadow-sm " id ="sidebar-wrapper ">
33 < div class ="table-cell ">
44 < div class ="relative flex items-center border-b border-grey-500 sidebar-heading ">
5- < img src ="assets/img/ioet-logo-without-letters.png " width ="40 " height ="auto " style ="padding-top: 0.5rem; padding-left: 1rem; " alt ="logo "/>
5+ < img src ="assets/img/ioet-logo-without-letters.png " width ="50 " height ="auto " style ="padding-top: 0.5rem; padding-left: 1rem; " alt ="logo "/>
66 < h1 class ="pl-2 pt-2 " style ="font-family:spinnaker,sans-serif "> ioet</ h1 >
77 </ div >
88 < div class =" py-8 flex items-center pl-3 ">
@@ -21,7 +21,7 @@ <h2 class="font-sans text-base font-semibold">{{userName}}</h2>
2121 [ngClass] ="{active: item.active} "
2222 >
2323 < img src ="{{item.icon}} " width ="22 " height ="22 " class ="absolute "/>
24- < h3 class ="font-sans text-base pl-5 text-left " > {{ item.text }}</ h3 >
24+ < h3 class ="font-sans text-base ml-4 pl-3 text-left " > {{ item.text }}</ h3 >
2525 <!-- <i class="{{ item.icon }} pr-3"></i> {{ item.text }} -->
2626 </ a >
2727 < div class ="bg-white pt-2 pr-24 absolute bottom-0 ">
@@ -35,7 +35,7 @@ <h3 class="font-sans text-base pl-5 text-left" >{{ item.text }}</h3>
3535 < div class ="table-cell relative ">
3636 < span class ="absolute cursor-pointer inset-y-0 right-0 min-h-screen w-0.5 hover:z-0 hover:bg-blue-400 " (click) ="toggleSideBar() "> </ span >
3737 < span class ="group cursor-pointer absolute w-5 top-20 -right-3 ">
38- < img src ="assets/icons/left-chevron.svg " id ="hide-sidebar " (click) ="toggleSideBar() " width ="20 " height ="20 " class ="bg-black-light rounded-full hover:bg-opacity-50 hover:bg-info-light sm:hidden md:block lg:block "/>
38+ < img src ="assets/icons/left-chevron.svg " id ="hide-sidebar " (click) ="toggleSideBar() " width ="20 " height ="20 " class ="bg-black-light rounded-full hover:bg-opacity-50 hover:bg-info-light sm:hidden md:block lg:block shadow-sm "/>
3939 < div class ="opacity-0 w-12 bg-black text-white text-center text-xs rounded-lg py-2 absolute z-10 group-hover:opacity-100 bottom-full left-1/4 ml-4 -mb-6 px-1 pointer-events-none "> Hide</ div >
4040 </ span >
4141 < span class ="group cursor-pointer absolute top-20 -right-5 ">
0 commit comments