Subversion Repositories SmartDukaan

Rev

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

Rev 32308 Rev 32330
Line 637... Line 637...
637
    text-transform: uppercase;
637
    text-transform: uppercase;
638
    letter-spacing: 1px;
638
    letter-spacing: 1px;
639
}
639
}
640
 
640
 
641
.samsung-bg {
641
.samsung-bg {
642
    background-color: "#1427a0"
642
    background-color: #1427a0;
643
}
643
}
644
 
644
 
645
.nokia-bg {
645
.nokia-bg {
646
    background-color: "#124191"
646
    background-color: #124191;
647
}
647
}
648
 
648
 
649
.vivo-bg {
649
.vivo-bg {
650
    background-color: "#0095da"
650
    background-color: #0095da;
651
}
651
}
652
 
652
 
653
.oppo-bg {
653
.oppo-bg {
654
    background-color: "#00925f"
654
    background-color: #00925f;
655
}
655
}
656
 
656
 
657
.realme-bg {
657
.realme-bg {
658
    background-color: "#ffc915"
658
    background-color: #ffc915;
659
}
659
}
660
 
660
 
661
.xiaomi-bg {
661
.xiaomi-bg {
662
    background-color: "#ff6700"
662
    background-color: #ff6700;
663
}
663
}
664
 
664
 
665
.apple-bg {
665
.apple-bg {
666
    background-color: "#4c4b4b"
666
    background-color: #4c4b4b;
667
}
667
}
668
 
668
 
669
span.logo {
669
span.logo {
670
    font-size: 16px;
670
    font-size: 16px;
671
    font-weight: 300;
671
    font-weight: 300;
Line 5555... Line 5555...
5555
}
5555
}
5556
 
5556
 
5557
.btn-watch-video:hover {
5557
.btn-watch-video:hover {
5558
    padding-right: 50px;
5558
    padding-right: 50px;
5559
    padding-left: 24px;
5559
    padding-left: 24px;
-
 
5560
}
-
 
5561
 
-
 
5562
.dropdown-menu.typeadhead {
-
 
5563
    max-height: 250px;
-
 
5564
    overflow-y: auto;
5560
}
5565
}
5561
5566