Subversion Repositories SmartDukaan

Rev

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

Rev 36566 Rev 36570
Line 448... Line 448...
448
 
448
 
449
#sidebar ul > li > a .menu-arrow {
449
#sidebar ul > li > a .menu-arrow {
450
    float: right;
450
    float: right;
451
    margin-right: 8px;
451
    margin-right: 8px;
452
    font-size: 14px;
452
    font-size: 14px;
453
    color: #6c7a89;
453
    color: #8c9bab;
454
    transition: color 0.2s ease;
454
    transition: color 0.2s ease;
455
}
455
}
456
 
456
 
457
#sidebar ul > li > a:hover .menu-arrow,
457
#sidebar ul > li > a:hover .menu-arrow,
458
#sidebar ul > li.active > a .menu-arrow {
458
#sidebar ul > li.active > a .menu-arrow {
459
    color: #adb5bd;
459
    color: #fff;
460
}
460
}
461
 
461
 
462
.mail-info, .mail-info:hover {
462
.mail-info, .mail-info:hover {
463
    margin: 3px 6px 0 0;
463
    margin: 3px 6px 0 0;
464
    font-size: 11px;
464
    font-size: 11px;
Line 514... Line 514...
514
}
514
}
515
 
515
 
516
/*main content*/
516
/*main content*/
517
#main-content {
517
#main-content {
518
    margin-left: 180px;
518
    margin-left: 180px;
-
 
519
    min-height: 100vh;
519
    transition: margin-left 0.3s ease;
520
    transition: margin-left 0.3s ease;
520
}
521
}
521
 
522
 
522
.header, .footer {
523
.header, .footer {
523
    min-height: 60px;
524
    min-height: 60px;
Line 556... Line 557...
556
    margin: 20px 10px 0 0;
557
    margin: 20px 10px 0 0;
557
}
558
}
558
 
559
 
559
.header {
560
.header {
560
    position: fixed;
561
    position: fixed;
-
 
562
    top: 0;
561
    left: 0;
563
    left: 180px;
562
    right: 0;
564
    right: 0;
563
    z-index: 1002;
565
    z-index: 1002;
-
 
566
    transition: left 0.3s ease;
-
 
567
}
-
 
568
 
-
 
569
.sidebar-closed .header {
-
 
570
    left: 0;
564
}
571
}
565
 
572
 
566
.white-bg {
573
.white-bg {
567
    background: rgba(255, 255, 255, 0.9);
574
    background: rgba(255, 255, 255, 0.9);
568
    border-bottom: 1px solid #f1f2f7;
575
    border-bottom: 1px solid #f1f2f7;
Line 576... Line 583...
576
.panel-content {
583
.panel-content {
577
    padding: 10px;
584
    padding: 10px;
578
}
585
}
579
 
586
 
580
.wrapper {
587
.wrapper {
581
    display: inline-block;
588
    display: block;
582
    margin-top: 60px;
589
    margin-top: 60px;
583
    padding: 15px;
590
    padding: 15px;
584
    width: 100%;
591
    box-sizing: border-box;
585
}
592
}
586
 
593
 
587
a.logo {
594
a.logo {
588
    font-size: 18px;
595
    font-size: 18px;
589
    font-weight: 500;
596
    font-weight: 500;