File tree Expand file tree Collapse file tree 9 files changed +1510
-493
lines changed Expand file tree Collapse file tree 9 files changed +1510
-493
lines changed Original file line number Diff line number Diff line change 31
31
</ header >
32
32
33
33
< div class ="d-flex wrapper wrapper-navbar-used wrapper-navbar-fixed ">
34
- < nav role ="navigation " class ="sidebar sidebar-bg-dark sidebar-rounded-top-right shadow-box " id ="navigation ">
34
+ < nav role ="navigation " class ="sidebar sidebar-bg-dark sidebar-rounded-top-right shadow " id ="navigation ">
35
35
36
36
<!-- sidebar -->
37
37
< div class ="sidebar-menu ">
40
40
< div class ="sidebar-menu-fixed ">
41
41
42
42
<!-- menu scrollbar -->
43
- < div class ="scrollbar scrollbar-bg-dark ">
43
+ < div class ="scrollbar scrollbar-use-navbar scrollbar- bg-dark ">
44
44
45
45
<!-- menu -->
46
46
< ul class ="list list-unstyled list-bg-dark mb-0 ">
169
169
</ ul >
170
170
</ li >
171
171
</ ul >
172
+
173
+ <!-- menu -->
174
+ < ul class ="list list-unstyled list-bg-dark mb-0 ">
175
+
176
+ < li class ="list-item ">
177
+
178
+ <!-- list title -->
179
+ < p class ="list-title text-uppercase "> User logged</ p >
180
+
181
+ <!-- list items, first level -->
182
+ < ul class ="list-unstyled ">
183
+ < li > < a href ="# " class ="list-link link-arrow text-uppercase "> < span class ="list-icon "> < i class ="far fa-user "> </ i > </ span > S. Karlos</ a >
184
+
185
+ <!-- list items, second level -->
186
+ < ul class ="list-unstyled list-hidden ">
187
+ < li > < a href ="# " class ="list-link "> Your profil</ a > </ li >
188
+ < li > < a href ="# " class ="list-link "> Logout</ a > </ li >
189
+ </ ul >
190
+ </ li >
191
+ </ ul >
192
+ </ li >
193
+ </ ul >
172
194
</ div >
173
195
</ div >
174
196
</ div >
191
213
< script >
192
214
$ ( function ( ) {
193
215
new Nanobar ( ) . go ( 100 ) ;
194
- new PerfectScrollbar ( '.scrollbar' ) ;
216
+ new PerfectScrollbar ( '.scrollbar' , {
217
+ wheelSpeed : 0.3
218
+ } ) ;
195
219
} ) ;
196
220
</ script >
197
221
Original file line number Diff line number Diff line change 31
31
</ header >
32
32
33
33
< div class ="d-flex wrapper wrapper-navbar-used wrapper-navbar-fixed ">
34
- < nav role ="navigation " class ="sidebar sidebar-bg-white sidebar-rounded-top-right shadow-box " id ="navigation ">
34
+ < nav role ="navigation " class ="sidebar sidebar-bg-white sidebar-rounded-top-right shadow " id ="navigation ">
35
35
36
36
<!-- sidebar -->
37
37
< div class ="sidebar-menu ">
40
40
< div class ="sidebar-menu-fixed ">
41
41
42
42
<!-- menu scrollbar -->
43
- < div class ="scrollbar scrollbar-bg-white ">
43
+ < div class ="scrollbar scrollbar-use-navbar scrollbar- bg-white ">
44
44
45
45
<!-- menu -->
46
46
< ul class ="list list-unstyled list-bg-white mb-0 ">
191
191
< script >
192
192
$ ( function ( ) {
193
193
new Nanobar ( ) . go ( 100 ) ;
194
- new PerfectScrollbar ( '.scrollbar' ) ;
194
+ new PerfectScrollbar ( '.scrollbar' , {
195
+ wheelSpeed : 0.3
196
+ } ) ;
195
197
} ) ;
196
198
</ script >
197
199
You can’t perform that action at this time.
0 commit comments