holygrail2 1.1.47 → 1.1.48
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/dist/style.css +5 -5
- package/package.json +1 -1
- package/scss/base/_rtl.scss +4 -4
package/dist/style.css
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
|
|
2
2
|
/*
|
|
3
3
|
Paquete: holygrail2
|
|
4
|
-
Versión: 1.1.
|
|
4
|
+
Versión: 1.1.48
|
|
5
5
|
*/
|
|
6
6
|
@charset "UTF-8";
|
|
7
7
|
*,
|
|
@@ -11696,12 +11696,12 @@ div.card9-wrap .rat-content:hover .card9-add {
|
|
|
11696
11696
|
.is-rtl .checkbox-item [type=checkbox]:not(:checked) + label,
|
|
11697
11697
|
.is-rtl .checkbox-item [type=checkbox]:checked + label {
|
|
11698
11698
|
padding-left: 0;
|
|
11699
|
-
padding-right:
|
|
11699
|
+
padding-right: 24px;
|
|
11700
11700
|
}
|
|
11701
11701
|
.is-rtl .checkbox-item [type=checkbox]:not(:checked) + label span.theta,
|
|
11702
11702
|
.is-rtl .checkbox-item [type=checkbox]:checked + label span.theta {
|
|
11703
11703
|
padding-left: 0;
|
|
11704
|
-
padding-right:
|
|
11704
|
+
padding-right: 24px;
|
|
11705
11705
|
}
|
|
11706
11706
|
.is-rtl .checkbox-item [type=checkbox]:not(:checked) + label .icon,
|
|
11707
11707
|
.is-rtl .checkbox-item [type=checkbox]:checked + label .icon {
|
|
@@ -11832,11 +11832,11 @@ div.card9-wrap .rat-content:hover .card9-add {
|
|
|
11832
11832
|
}
|
|
11833
11833
|
.is-rtl .has-ico-post.btn, .is-rtl .has-ico-post > input, .is-rtl .has-ico-post > label {
|
|
11834
11834
|
padding-right: 12px;
|
|
11835
|
-
padding-left:
|
|
11835
|
+
padding-left: 24px;
|
|
11836
11836
|
}
|
|
11837
11837
|
.is-rtl .has-ico-pre.btn, .is-rtl .has-ico-pre > input, .is-rtl .has-ico-pre > label {
|
|
11838
11838
|
padding-left: 12px;
|
|
11839
|
-
padding-right:
|
|
11839
|
+
padding-right: 28px;
|
|
11840
11840
|
}
|
|
11841
11841
|
.is-rtl .link-svg-pre,
|
|
11842
11842
|
.is-rtl button.link-line.link-svg-pre {
|
package/package.json
CHANGED
package/scss/base/_rtl.scss
CHANGED
|
@@ -164,13 +164,13 @@
|
|
|
164
164
|
[type='checkbox']:not(:checked) + label,
|
|
165
165
|
[type='checkbox']:checked + label {
|
|
166
166
|
padding-left: 0;
|
|
167
|
-
padding-right:
|
|
167
|
+
padding-right: 24px;
|
|
168
168
|
}
|
|
169
169
|
[type='checkbox']:not(:checked) + label span,
|
|
170
170
|
[type='checkbox']:checked + label span {
|
|
171
171
|
&.theta {
|
|
172
172
|
padding-left: 0;
|
|
173
|
-
padding-right:
|
|
173
|
+
padding-right: 24px;
|
|
174
174
|
}
|
|
175
175
|
}
|
|
176
176
|
[type='checkbox']:not(:checked) + label .icon,
|
|
@@ -355,7 +355,7 @@
|
|
|
355
355
|
& > input,
|
|
356
356
|
& > label {
|
|
357
357
|
padding-right: $btn-padding;
|
|
358
|
-
padding-left: $btn-padding * 2
|
|
358
|
+
padding-left: $btn-padding * 2;
|
|
359
359
|
}
|
|
360
360
|
}
|
|
361
361
|
.has-ico-pre {
|
|
@@ -363,7 +363,7 @@
|
|
|
363
363
|
& > input,
|
|
364
364
|
& > label {
|
|
365
365
|
padding-left: $btn-padding;
|
|
366
|
-
padding-right: $btn-padding * 2 +
|
|
366
|
+
padding-right: $btn-padding * 2 + 4px;
|
|
367
367
|
}
|
|
368
368
|
}
|
|
369
369
|
.link-svg-pre,
|