holygrail2 1.4.19 → 1.4.21

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.4.19",
3
+ "version": "1.4.21",
4
4
  "description": "A minimal, responsive, style-agnostic CSS framework.",
5
5
  "main": "scss/style.scss",
6
6
  "style": "dist/style.css",
@@ -35,7 +35,7 @@ fieldset[disabled] .form-control {
35
35
  font-size: 16px;
36
36
 
37
37
  @media (min-width: $break-sm) {
38
- font-size: 12px;
38
+ font-size: 13px;
39
39
  }
40
40
  &.validation-error {
41
41
  border-color: $c-error;
@@ -397,7 +397,7 @@ input::placeholder {
397
397
 
398
398
  & input:not(:placeholder-shown),
399
399
  & textarea:not(:placeholder-shown) {
400
- padding-top: 8px;
400
+ padding-top: 12px;
401
401
  padding-bottom: 0;
402
402
  }
403
403
  & input:not(:placeholder-shown) ~ label,
@@ -409,7 +409,7 @@ input::placeholder {
409
409
  }
410
410
  & input:focus,
411
411
  & textarea:focus {
412
- padding-top: 8px;
412
+ padding-top: 12px;
413
413
  padding-bottom: 0;
414
414
  }
415
415
  & input:focus ~ label,
@@ -354,3 +354,4 @@
354
354
  }
355
355
  }
356
356
  }
357
+