ros.grant.common 2.0.1208 → 2.0.1211
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.
|
@@ -691,6 +691,7 @@ input.ng-invalid.ng-touched {
|
|
|
691
691
|
display: block;
|
|
692
692
|
margin-bottom: 8px;
|
|
693
693
|
min-height: 18px;
|
|
694
|
+
color: var(--Main1);
|
|
694
695
|
|
|
695
696
|
@media screen and (max-width: 768px) {
|
|
696
697
|
min-height: auto;
|
|
@@ -701,7 +702,6 @@ input.ng-invalid.ng-touched {
|
|
|
701
702
|
font-weight: bold;
|
|
702
703
|
font-size: 18px;
|
|
703
704
|
line-height: 130%;
|
|
704
|
-
color: var(--Main1);
|
|
705
705
|
margin-bottom: 16px;
|
|
706
706
|
font-family: 'PT Sans Caption', sans-serif;
|
|
707
707
|
}
|
package/package.json
CHANGED