@carefirst/library 7.2.0 → 7.2.1
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 +1 -1
- package/public/styles/font.scss +4 -3
package/package.json
CHANGED
package/public/styles/font.scss
CHANGED
|
@@ -339,6 +339,7 @@ ion-button[class^='cf-button-'].text-large,
|
|
|
339
339
|
|
|
340
340
|
@mixin form-text-base {
|
|
341
341
|
font-family: 'Roboto', sans-serif !important;
|
|
342
|
+
font-size: 1.6rem !important;
|
|
342
343
|
font-weight: 400 !important;
|
|
343
344
|
font-style: normal !important;
|
|
344
345
|
color: var(--cf-app-text-color-default);
|
|
@@ -346,13 +347,13 @@ ion-button[class^='cf-button-'].text-large,
|
|
|
346
347
|
|
|
347
348
|
.cf-form-text-small {
|
|
348
349
|
@include form-text-base;
|
|
349
|
-
font-size: 1.2rem;
|
|
350
|
+
font-size: 1.2rem !important;
|
|
350
351
|
line-height: 16px;
|
|
351
352
|
}
|
|
352
353
|
|
|
353
354
|
.cf-form-text-standard {
|
|
354
355
|
@include form-text-base;
|
|
355
|
-
font-size: 1.6rem;
|
|
356
|
+
font-size: 1.6rem !important;
|
|
356
357
|
}
|
|
357
358
|
|
|
358
359
|
ion-input,
|
|
@@ -372,7 +373,7 @@ ion-select {
|
|
|
372
373
|
}
|
|
373
374
|
|
|
374
375
|
&.error,
|
|
375
|
-
&.ion-invalid {
|
|
376
|
+
&.ion-invalid.ion-touched {
|
|
376
377
|
--border-color: var(--cf-app-system-color-error-100) !important;
|
|
377
378
|
--highlight-color-focused: var(--cf-app-system-color-error-100) !important;
|
|
378
379
|
--highlight-color-valid: var(--cf-app-system-color-error-100) !important;
|