liuyg
2021-07-02 25ce610f6ecca7325e7a743dc032c4a76559c63d
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
/* dojox.mobile.Switch Rtl */
/* Switch - common Rtl */
.mblSwitchRtl {
  text-align: right;
}
.mblListItemRtl .mblSwitch {
  left: 12px;
  right: auto;
}
.mblSwitchRtl.mblSwitchOn .mblSwitchInner {
  left: -50px;
}
.mblSwitchBgLeftRtl {
  left: 51px;
}
.mblSwitchTextLeftRtl {
  left: 0px;
}
.mblSwitchTextRightRtl {
  left: -40px;
}
/* Square Shape Rtl*/
.mblSwitchRtl.mblSwSquareShape.mblSwitchOff .mblSwitchInner {
  left: 0px;
}
.mblSwitchRtl.mblSwSquareShape.mblSwitchOn .mblSwitchInner {
  left: -53px;
}
.mblSwSquareShape .mblSwitchBgRightRtl {
  left: 0px;
}
.mblSwSquareShape .mblSwitchBgLeftRtl {
  left: 53px;
}
.mblSwitchRtl.mblSwSquareShape .mblSwitchKnob {
  left: 53px;
}
.mblSwSquareShape .mblSwitchTextRightRtl {
  left: -40px;
}
/* Round Shape1 Rtl */
.mblSwitchRtl.mblSwRoundShape1.mblSwitchOff .mblSwitchInner {
  left: 0px;
}
.mblSwRoundShape1 .mblSwitchBgRightRtl {
  left: 0px;
}
.mblSwitchRtl.mblSwRoundShape1 .mblSwitchKnob {
  left: 50px;
}
.mblSwRoundShape1 .mblSwitchTextRightRtl {
  left: -26px;
}
/* Round Shape2 Rtl */
.mblSwitchRtl.mblSwRoundShape2.mblSwitchOff .mblSwitchInner {
  left: 0px;
}
.mblSwitchRtl.mblSwRoundShape2.mblSwitchOn .mblSwitchInner {
  left: -51px;
}
.mblSwRoundShape2 .mblSwitchBgRightRtl {
  left: 0px;
}
.mblSwitchRtl.mblSwRoundShape2 .mblSwitchKnob {
  left: 51px;
}
.mblSwRoundShape2 .mblSwitchTextRightRtl {
  left: -42px;
}
/* Arc Shape1 Rtl */
.mblSwitchRtl.mblSwArcShape1.mblSwitchOff .mblSwitchInner {
  left: 0px;
}
.mblSwArcShape1 .mblSwitchBgRightRtl {
  left: 0px;
}
.mblSwitchRtl.mblSwArcShape1 .mblSwitchKnob {
  left: 50px;
}
.mblSwArcShape1 .mblSwitchTextRightRtl {
  left: -26px;
}
/* Arc Shape2 Rtl */
.mblSwitchRtl.mblSwArcShape2.mblSwitchOff .mblSwitchInner {
  left: 0px;
}
.mblSwArcShape2.mblSwitchOn .mblSwitchInner {
  left: -51px;
}
.mblSwArcShape2 .mblSwitchBgRightRtl {
  left: 0px;
}
.mblSwitchRtl.mblSwArcShape2 .mblSwitchKnob {
  left: 51px;
}
.mblSwArcShape2 .mblSwitchTextRightRtl {
  left: -42px;
}
/* Default Shape Rtl */
.mblSwitchRtl.mblSwDefaultShape.mblSwitchOff .mblSwitchInner {
  left: 0px;
}
.mblSwitchRtl.mblSwDefaultShape.mblSwitchOn .mblSwitchInner {
  left: @mbl-switchOn-left-rtl;
}
.mblSwDefaultShape .mblSwitchBgRightRtl {
  left: 0px;
}
.mblSwDefaultShape .mblSwitchBgLeftRtl {
  left: @mbl-switchBg-left-rtl;
}
.mblSwitchRtl.mblSwDefaultShape .mblSwitchKnob {
  left: @mbl-switch-knob-rtl;
}
.mblSwDefaultShape .mblSwitchTextRightRtl {
  left: @mbl-switch-text-right-rtl;
}