File tree Expand file tree Collapse file tree 1 file changed +14
-5
lines changed Expand file tree Collapse file tree 1 file changed +14
-5
lines changed Original file line number Diff line number Diff line change 6
6
///
7
7
.form {
8
8
& .OSFillParent {
9
- .form-control [class *= ' ThemeGrid_Width' ].not-valid + span .validation-message {
9
+ .form-control [class *= ' ThemeGrid_Width' ].not-valid ~ span .validation-message {
10
10
left : 22px ;
11
11
}
12
12
}
40
40
& + span .validation-message {
41
41
left : 0 ;
42
42
}
43
-
44
- & .ThemeGrid_MarginGutter + span .validation-message {
45
- left : 22px ;
46
- }
47
43
}
48
44
}
49
45
@@ -120,3 +116,16 @@ span.validation-message {
120
116
left : 0 ;
121
117
}
122
118
}
119
+
120
+ // IsRTL -------------------------------------------------------------------------
121
+ ///
122
+ .is-rtl {
123
+ form {
124
+ & .OSFillParent {
125
+ .form-control [class *= ' ThemeGrid_Width' ].not-valid ~ span .validation-message {
126
+ left : initial ;
127
+ right : 22px ;
128
+ }
129
+ }
130
+ }
131
+ }
You can’t perform that action at this time.
0 commit comments