holygrail2 1.0.71 → 1.0.73
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 +1 -1
- package/guide/index.html +10 -6
- package/package.json +1 -1
- package/scss/elements/_checkbox.scss +1 -1
package/dist/style.css
CHANGED
package/guide/index.html
CHANGED
|
@@ -2210,12 +2210,16 @@
|
|
|
2210
2210
|
<div class="checkbox-item">
|
|
2211
2211
|
<input id="checkbox_2" name="checkbox_2" type="checkbox" class=" " />
|
|
2212
2212
|
<label for="checkbox_2">
|
|
2213
|
-
<i class="icon">
|
|
2214
|
-
<svg
|
|
2215
|
-
<
|
|
2216
|
-
|
|
2217
|
-
|
|
2218
|
-
|
|
2213
|
+
<i as="label" class="icon">
|
|
2214
|
+
<svg-icon src="check-mini" ng-reflect-src="check-mini">
|
|
2215
|
+
<div>
|
|
2216
|
+
<svg width="10" height="8" viewBox="0 0 10 8" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2217
|
+
<path fill-rule="evenodd" clip-rule="evenodd"
|
|
2218
|
+
d="M9.05823 0.198273L9.69185 0.801721L3.5417 7.25937L0.308228 3.86422L0.941848 3.26077L3.5417 5.99062L9.05823 0.198273Z"
|
|
2219
|
+
fill="white"></path>
|
|
2220
|
+
</svg>
|
|
2221
|
+
</div>
|
|
2222
|
+
</svg-icon>
|
|
2219
2223
|
</i>
|
|
2220
2224
|
<span class="p-xs">HOMBRE</span></label>
|
|
2221
2225
|
</div>
|
package/package.json
CHANGED