@ieeesa-npm/shared-styles 0.5.3 → 0.5.5

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ieeesa-npm/shared-styles",
3
- "version": "0.5.3",
3
+ "version": "0.5.5",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^16.1.0",
6
6
  "@angular/core": "^16.1.0"
@@ -83,7 +83,7 @@
83
83
  @return rotate($deg);
84
84
  }
85
85
  @mixin set-form-field-border-and-background() {
86
- background: $ieeesa-form-field-background;
86
+ background: $ieeesa-form-field-background !important;
87
87
  border-top: $ieeesa-border-width solid $ieeesa-dark-grey-60;
88
88
  border-right: $ieeesa-border-width solid $ieeesa-dark-grey-60;
89
89
  border-left: $ieeesa-border-width solid $ieeesa-dark-grey-60;
@@ -292,6 +292,17 @@
292
292
  $ieeesa-letter-space-point-4
293
293
  );
294
294
  }
295
+ .ieeesa-body-sm-12 {
296
+ @include set-font-style(
297
+ $ieeesa-font-calibri-regular,
298
+ $ieeesa-font-style-normal,
299
+ $ieeesa-font-wt-400,
300
+ $ieeesa-font-size-12,
301
+ $ieeesa-line-height-16,
302
+ $ieeesa-black,
303
+ $ieeesa-letter-space-point-4
304
+ );
305
+ }
295
306
  .ieeesa-body-color-sm-14 {
296
307
  @include set-font-style(
297
308
  $ieeesa-font-calibri-regular,