Subversion Repositories SmartDukaan

Rev

Rev 36570 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 36570 Rev 36574
Line 298... Line 298...
298
}
298
}
299
 
299
 
300
/*sidebar navigation*/
300
/*sidebar navigation*/
301
#sidebar {
301
#sidebar {
302
    width: 180px;
302
    width: 180px;
-
 
303
    top: 60px;
303
    height: 100%;
304
    bottom: 0;
304
    position: fixed;
305
    position: fixed;
305
    background: #2A3F54;
306
    background: #2A3F54;
306
    z-index: 999;
307
    z-index: 999;
307
    overflow-y: auto;
308
    overflow-y: auto;
308
    transition: transform 0.3s ease;
309
    transition: transform 0.3s ease;
Line 330... Line 331...
330
    padding: 0;
331
    padding: 0;
331
    list-style: none;
332
    list-style: none;
332
}
333
}
333
 
334
 
334
ul.sidebar-menu {
335
ul.sidebar-menu {
335
    margin-top: 60px;
336
    margin-top: 12px;
336
}
337
}
337
 
338
 
338
@media screen and (max-width: 1024px) {
339
@media screen and (max-width: 1024px) {
339
    ul.sidebar-menu {
340
    ul.sidebar-menu {
340
        margin-top: 180px;
341
        margin-top: 12px;
341
    }
342
    }
342
}
343
}
343
 
344
 
344
@media screen and (max-width: 992px) {
345
@media screen and (max-width: 992px) {
345
    ul.sidebar-menu {
346
    ul.sidebar-menu {
346
        margin-top: 120px;
347
        margin-top: 12px;
347
    }
348
    }
348
}
349
}
349
 
350
 
350
 
351
 
351
#sidebar > ul > li > ul.sub {
352
#sidebar > ul > li > ul.sub {
Line 558... Line 559...
558
}
559
}
559
 
560
 
560
.header {
561
.header {
561
    position: fixed;
562
    position: fixed;
562
    top: 0;
563
    top: 0;
563
    left: 180px;
564
    left: 0;
564
    right: 0;
565
    right: 0;
565
    z-index: 1002;
566
    z-index: 1002;
566
    transition: left 0.3s ease;
-
 
567
}
-
 
568
 
-
 
569
.sidebar-closed .header {
-
 
570
    left: 0;
-
 
571
}
567
}
572
 
568
 
573
.white-bg {
569
.white-bg {
574
    background: rgba(255, 255, 255, 0.9);
570
    background: rgba(255, 255, 255, 0.9);
575
    border-bottom: 1px solid #f1f2f7;
571
    border-bottom: 1px solid #f1f2f7;