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
package/scss/elements/_form.scss
CHANGED
|
@@ -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:
|
|
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:
|
|
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:
|
|
412
|
+
padding-top: 12px;
|
|
413
413
|
padding-bottom: 0;
|
|
414
414
|
}
|
|
415
415
|
& input:focus ~ label,
|
package/scss/elements/_tabs.scss
CHANGED