general-library-union 2.3.37 → 2.3.38

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": "general-library-union",
3
- "version": "2.3.37",
3
+ "version": "2.3.38",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "@angular/animations": "^18.0.4",
@@ -108,7 +108,6 @@ $backgroundToLeft: linear-gradient(to left, $azulColorBtnM, $azulColorBtnM2);
108
108
  * 404 styles
109
109
  *****************************************************************************/
110
110
  #not-found {
111
- padding: 2%;
112
111
  width: 100%;
113
112
  height: 100%;
114
113
  background: linear-gradient(to bottom, us-color-alpha(0.01), us-color-alpha(0.05), us-color-alpha(0.15), us-color-alpha(0.3)),
@@ -117,7 +117,6 @@ body {
117
117
  * 404 styles
118
118
  *****************************************************************************/
119
119
  #not-found {
120
- padding: 2%;
121
120
  width: 100%;
122
121
  height: 100%;
123
122
  background: linear-gradient(to bottom, us-color-alpha(0.01), us-color-alpha(0.05), us-color-alpha(0.15), us-color-alpha(0.3)),