@ieeesa-npm/shared-styles 0.6.3 → 0.6.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ieeesa-npm/shared-styles",
3
- "version": "0.6.3",
3
+ "version": "0.6.4",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^16.1.0",
6
6
  "@angular/core": "^16.1.0"
package/styles/theme.scss CHANGED
@@ -215,3 +215,9 @@
215
215
  width: 90vw !important;
216
216
  }
217
217
  }
218
+ .ieeesa-wrapper-border {
219
+ border: 1px solid $ieeesa-border-blue;
220
+ border-top: none;
221
+ padding: 1.5em;
222
+ border-radius: 0px 0px 4px 4px;
223
+ }
@@ -335,4 +335,4 @@
335
335
  $ieeesa-black,
336
336
  $ieeesa-letter-space-0
337
337
  );
338
- }
338
+ }