nnnjjj123
2020-11-17 1b2c1edb61190eeb19f465ff031eaa3b2a1b8dbc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
@import "variables.less";
@import "../common/common.less";
/* iOS 6 specific */
.dj_ios6 {
    .mblColorBlue {
        .background-image-linear-gradient-top-bottom(#89abec, #2057c1);
    }
    .mblColorBlue45 {
        .background-image-linear-gradient-top-left-bottom-right(#89abec, #2057c1);
    }
}
.dj_ios6.dj_phone {
 
    body {
        background-color: #d7dce5;
        &.mblIOS6Stripes {
            /* Vertical stripes on webkit */
            background-image: -webkit-gradient(linear, left top, right top, from(transparent), to(#d4d9e3), color-stop(0.70, transparent), color-stop(0.70, #d4d9e3));
            background-size: 8px 8px;
        }
    }
    
    .mblColorDefault {
        .background-image-linear-gradient-top-bottom(#99aac2, #41618d);
    }
    .mblColorDefault45 {
        .background-image-linear-gradient-top-left-bottom-right(#99aac2, #41618d);
    }
    .mblColorDefaultSel {
        .background-image-linear-gradient-top-bottom(#8b97af, #273e6b);
    }
    .mblColorDefaultSel45 {
        .background-image-linear-gradient-top-left-bottom-right(#8b97af, #273e6b);
    }
    /* mblColorBlue also defined here to correctly show up in openers */
    .mblColorBlue {
        .background-image-linear-gradient-top-bottom(#89abec, #2057c1);
    }
    .mblColorBlue45 {
        .background-image-linear-gradient-top-left-bottom-right(#89abec, #2057c1);
    }
}