holygrail2 1.1.48 → 1.1.49

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.1.48",
3
+ "version": "1.1.49",
4
4
  "description": "A minimal, responsive, style-agnostic CSS framework.",
5
5
  "main": "scss/style.scss",
6
6
  "directories": {
@@ -354,7 +354,7 @@
354
354
  &.btn,
355
355
  & > input,
356
356
  & > label {
357
- padding-right: $btn-padding;
357
+ padding-right: 0;
358
358
  padding-left: $btn-padding * 2;
359
359
  }
360
360
  }
@@ -362,7 +362,7 @@
362
362
  &.btn,
363
363
  & > input,
364
364
  & > label {
365
- padding-left: $btn-padding;
365
+ padding-left: 0;
366
366
  padding-right: $btn-padding * 2 + 4px;
367
367
  }
368
368
  }