holygrail2 1.0.72 → 1.0.74

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 CHANGED
@@ -1,7 +1,7 @@
1
1
 
2
2
  /*
3
3
  Paquete: holygrail2
4
- Versión: 1.0.71
4
+ Versión: 1.0.72
5
5
  */
6
6
  @charset "UTF-8";
7
7
  *,
@@ -6920,7 +6920,7 @@ button {
6920
6920
  .checkbox-item [type=checkbox]:not(:checked) + label .icon,
6921
6921
  .checkbox-item [type=checkbox]:checked + label .icon {
6922
6922
  position: absolute;
6923
- top: 0px;
6923
+ top: 3px;
6924
6924
  left: 2px;
6925
6925
  color: #000;
6926
6926
  transition: all 0.2s;
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 width="10" height="8" viewBox="0 0 10 8" fill="none" xmlns="http://www.w3.org/2000/svg">
2215
- <path fill-rule="evenodd" clip-rule="evenodd"
2216
- d="M9.05823 0.198273L9.69185 0.801721L3.5417 7.25937L0.308228 3.86422L0.941848 3.26077L3.5417 5.99062L9.05823 0.198273Z"
2217
- fill="white" />
2218
- </svg>
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "holygrail2",
3
- "version": "1.0.72",
3
+ "version": "1.0.74",
4
4
  "description": "A minimal, responsive, style-agnostic CSS framework.",
5
5
  "main": "scss/style.scss",
6
6
  "directories": {
@@ -817,8 +817,8 @@ strong {
817
817
  }
818
818
 
819
819
  .reset-body {
820
- margin-left: -16px;
821
- margin-right: -16px;
820
+ margin-left: -20px;
821
+ margin-right: -20px;
822
822
 
823
823
  @media (min-width: $break-md) {
824
824
  margin-left: -40px;
@@ -105,7 +105,7 @@
105
105
  [type='checkbox']:not(:checked) + label .icon,
106
106
  [type='checkbox']:checked + label .icon {
107
107
  position: absolute;
108
- top: 0px;
108
+ top: 3px;
109
109
  left: 2px;
110
110
  color: $c-primary;
111
111
  transition: all 0.2s;