general-library-union 2.3.35 → 2.3.37

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.35",
3
+ "version": "2.3.37",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "@angular/animations": "^18.0.4",
@@ -108,6 +108,7 @@ $backgroundToLeft: linear-gradient(to left, $azulColorBtnM, $azulColorBtnM2);
108
108
  * 404 styles
109
109
  *****************************************************************************/
110
110
  #not-found {
111
+ padding: 2%;
111
112
  width: 100%;
112
113
  height: 100%;
113
114
  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)),
@@ -153,6 +154,7 @@ $backgroundToLeft: linear-gradient(to left, $azulColorBtnM, $azulColorBtnM2);
153
154
  font-weight: 500;
154
155
  margin: 0;
155
156
  margin-bottom: 20px;
157
+ text-align: center;
156
158
 
157
159
 
158
160
  @include breakpoint(large) {
@@ -117,6 +117,7 @@ body {
117
117
  * 404 styles
118
118
  *****************************************************************************/
119
119
  #not-found {
120
+ padding: 2%;
120
121
  width: 100%;
121
122
  height: 100%;
122
123
  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)),
@@ -163,6 +164,7 @@ body {
163
164
  font-weight: 500;
164
165
  margin: 0;
165
166
  margin-bottom: 20px;
167
+ text-align: center;
166
168
 
167
169
 
168
170
  @include breakpoint(large) {