@ieeesa-npm/shared-styles 0.2.0 → 0.2.2

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.2.0",
3
+ "version": "0.2.2",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^16.1.0",
6
6
  "@angular/core": "^16.1.0"
@@ -63,3 +63,11 @@
63
63
  }
64
64
  }
65
65
  }
66
+
67
+ @function translate($px){
68
+ @return translateY($px);
69
+ }
70
+
71
+ @function rotate-icon($deg){
72
+ @return rotate($deg)
73
+ }
@@ -166,5 +166,5 @@ $ieeesa-tile-background: linear-gradient(
166
166
  ),
167
167
  #fffbfe;
168
168
  $ieeesa-neutral-60: #939094;
169
- $ieeesa-revision-cycle-background: #f2f2f2;
169
+ $ieeesa-background-color-gray: #f2f2f2;
170
170
  $ieeesa-mobile-min-width: 767px;