@softheon/armature 10.45.2 → 10.45.3
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/assets/styles/sof-styles.scss +10 -3
- package/bundles/softheon-armature.umd.js +1 -1
- package/bundles/softheon-armature.umd.min.js +1 -1
- package/bundles/softheon-armature.umd.min.js.map +1 -1
- package/esm2015/lib/header/components/header/header.component.js +1 -1
- package/fesm2015/softheon-armature.js +1 -1
- package/package.json +1 -1
- package/softheon-armature.metadata.json +1 -1
|
@@ -1425,10 +1425,10 @@ mat-card {
|
|
|
1425
1425
|
font-family: "Poppins" !important;
|
|
1426
1426
|
&.mat-form-field-invalid {
|
|
1427
1427
|
.mat-form-field-flex > div.mat-form-field-outline.mat-form-field-outline-thick {
|
|
1428
|
-
color: mat-color($arm-error,
|
|
1428
|
+
color: mat-color($arm-error, 900) !important;
|
|
1429
1429
|
}
|
|
1430
1430
|
.mat-form-field-label {
|
|
1431
|
-
color: mat-color($arm-error,
|
|
1431
|
+
color: mat-color($arm-error, 900) !important;
|
|
1432
1432
|
}
|
|
1433
1433
|
}
|
|
1434
1434
|
&.mat-form-field-should-float {
|
|
@@ -1480,7 +1480,7 @@ mat-card {
|
|
|
1480
1480
|
font-weight: 600 !important; // Should be 500, but 400/500 are the same.
|
|
1481
1481
|
font-size: 12px !important;
|
|
1482
1482
|
line-height: 18px !important;
|
|
1483
|
-
color: mat-color($arm-error,
|
|
1483
|
+
color: mat-color($arm-error, 900) !important;
|
|
1484
1484
|
}
|
|
1485
1485
|
mat-hint {
|
|
1486
1486
|
font-family: "Poppins" !important;
|
|
@@ -1489,6 +1489,13 @@ mat-card {
|
|
|
1489
1489
|
font-size: 12px !important;
|
|
1490
1490
|
line-height: 18px !important;
|
|
1491
1491
|
}
|
|
1492
|
+
&.mat-focused .mat-form-field-label {
|
|
1493
|
+
color: mat-color($arm-primary, 500) !important;
|
|
1494
|
+
}
|
|
1495
|
+
}
|
|
1496
|
+
|
|
1497
|
+
::ng-deep .mat-primary .mat-option.mat-selected:not(.mat-option-disabled){
|
|
1498
|
+
color: mat-color($arm-primary, 500) !important;
|
|
1492
1499
|
}
|
|
1493
1500
|
|
|
1494
1501
|
mat-optgroup label,
|