@ieeesa-npm/shared-styles 0.0.3 → 0.0.4

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/styles/theme.scss +12 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ieeesa-npm/shared-styles",
3
- "version": "0.0.3",
3
+ "version": "0.0.4",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^16.1.0",
6
6
  "@angular/core": "^16.1.0"
package/styles/theme.scss CHANGED
@@ -133,3 +133,15 @@
133
133
  width: 100%;
134
134
  min-width: 312px;
135
135
  }
136
+
137
+ .mat-mdc-form-field {
138
+ @include set-font-style(
139
+ $ieeesa-font-calibri-regular,
140
+ $ieeesa-font-style-normal,
141
+ $ieeesa-font-wt-400,
142
+ $ieeesa-font-size-18,
143
+ $ieeesa-line-height-24,
144
+ $ieeesa-on-surface-variant-color,
145
+ $ieeesa-letter-space-point-5
146
+ );
147
+ }