holygrail2 1.1.48 → 1.1.50
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/scss/base/_rtl.scss +9 -2
package/package.json
CHANGED
package/scss/base/_rtl.scss
CHANGED
|
@@ -260,6 +260,13 @@
|
|
|
260
260
|
}
|
|
261
261
|
}
|
|
262
262
|
}
|
|
263
|
+
.form-prefix{
|
|
264
|
+
input{
|
|
265
|
+
text-align: right;
|
|
266
|
+
}
|
|
267
|
+
|
|
268
|
+
}
|
|
269
|
+
|
|
263
270
|
.select {
|
|
264
271
|
&.select-box {
|
|
265
272
|
select {
|
|
@@ -354,7 +361,7 @@
|
|
|
354
361
|
&.btn,
|
|
355
362
|
& > input,
|
|
356
363
|
& > label {
|
|
357
|
-
padding-right:
|
|
364
|
+
padding-right: 0;
|
|
358
365
|
padding-left: $btn-padding * 2;
|
|
359
366
|
}
|
|
360
367
|
}
|
|
@@ -362,7 +369,7 @@
|
|
|
362
369
|
&.btn,
|
|
363
370
|
& > input,
|
|
364
371
|
& > label {
|
|
365
|
-
padding-left:
|
|
372
|
+
padding-left: 0;
|
|
366
373
|
padding-right: $btn-padding * 2 + 4px;
|
|
367
374
|
}
|
|
368
375
|
}
|