Commit a3c1f534 authored by Soumya Gouri's avatar Soumya Gouri

Updated_Sidebar_Css

parent 1b42323c
......@@ -166,13 +166,14 @@ i.fa.fa-refresh:hover {
list-style: none;
}
#sidebar-wrapper .sidebar-nav li ul.manageGroup {
height: 165px;
max-height: 165px;
overflow: hidden;
height: auto;
padding: 0;
transition: height 0.5s ease-out;
transition: max-height 0.5s ease-out;
}
#sidebar-wrapper .sidebar-nav li ul.manageGroup.ng-hide {
height: 0;
max-height: 0;
}
#sidebar-wrapper .sidebar-nav li ul.manageGroup li a {
padding-left: 35px;
......@@ -181,13 +182,14 @@ i.fa.fa-refresh:hover {
background: transparent;
}
#sidebar-wrapper .sidebar-nav li ul.reportsGroup {
height: 165px;
max-height: 165px;
height: auto;
overflow: hidden;
padding: 0;
transition: height 0.5s ease-out;
transition: max-height 0.5s ease-out;
}
#sidebar-wrapper .sidebar-nav li ul.reportsGroup.ng-hide {
height: 0;
max-height: 0;
}
#sidebar-wrapper .sidebar-nav li ul.reportsGroup li a {
padding-left: 35px;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment