holygrail2 1.0.27 → 1.0.28

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "holygrail2",
3
- "version": "1.0.27",
3
+ "version": "1.0.28",
4
4
  "description": "A minimal, responsive, style-agnostic CSS framework.",
5
5
  "main": "scss/style.scss",
6
6
  "directories": {
@@ -531,7 +531,7 @@
531
531
 
532
532
  &.checkbox-radio [type='radio']:checked + label .ico-radio,
533
533
  &.checkbox-radio [type='radio']:not(:checked) + label .ico-radio {
534
- left: 4px;
534
+ left: 5px;
535
535
  }
536
536
  }
537
537
 
@@ -157,7 +157,7 @@ label {
157
157
  right: 6px;
158
158
  width: 5px;
159
159
  height: 5px;
160
- margin-top: -3px;
160
+ margin-top: -5px;
161
161
  }
162
162
  }
163
163
  &.select-flat,