File tree Expand file tree Collapse file tree 2 files changed +17
-2
lines changed Expand file tree Collapse file tree 2 files changed +17
-2
lines changed Original file line number Diff line number Diff line change 112
112
margin-right : 10px ;
113
113
}
114
114
115
- .sidebar-nav .sidebar-sublist .sub-item .active {
115
+ .sidebar-nav .sidebar-sublist . in .sub-item .active {
116
116
margin-left : -74px ;
117
117
padding-left : 74px ;
118
118
background-color : # 2B3C61 !important ;
119
+ -webkit-transition : all 700ms ease;
120
+ -moz-transition : all 700ms ease;
121
+ -o-transition : all 700ms ease;
122
+ transition : all 700ms ease;
119
123
}
120
124
121
125
.sidebar-nav .sidebar-sublist .sub-item .active a {
147
151
align-items : center;
148
152
}
149
153
154
+ .sidebar-nav .sidebar-group .sidebar-group-link span : not (.icon ){
155
+ align-items : center;
156
+ display : flex;
157
+ }
158
+
159
+ .sidebar-nav .sidebar-group .sidebar-group-link span .icon {
160
+ padding-top : 3px ;
161
+ }
162
+
150
163
.sidebar-nav .sidebar-group .sidebar-group-link .chevron {
151
164
font-size : 13px ;
152
165
}
Original file line number Diff line number Diff line change 36
36
<a class =" sidebar-group-link" title =" {{ group .title }}" data-toggle =" collapse" data-target =" #{{ group_key }}M"
37
37
aria-expanded =" {{ group .active ? ' true' : ' false' }}" >
38
38
<span >
39
- <span class =" icon" ><i class =" fa fa-dashboard" ></i ></span >
39
+ <span class =" icon" >
40
+ {{ img(group .icon ).data| raw }}
41
+ </span >
40
42
<span class =" title" >{{ group .title }}</span >
41
43
</span >
42
44
<i class =" fa fa-chevron-down chevron" ></i >
You can’t perform that action at this time.
0 commit comments