general-library-union 2.3.74 → 2.3.75

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.74",
3
+ "version": "2.3.75",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "@angular/animations": "^18.0.4",
@@ -171,6 +171,7 @@ $backgroundToLeft: linear-gradient(to left, $azulColorBtnM, $azulColorBtnM2);
171
171
  color: #fff;
172
172
  font-weight: bold;
173
173
  box-shadow: 0px 1px 7px var(--color-300);
174
+ margin-top: 15%;
174
175
  }
175
176
  }
176
177
 
@@ -165,6 +165,7 @@ body {
165
165
  margin: 0;
166
166
  margin-bottom: 20px;
167
167
  text-align: left;
168
+ margin-top: 15%;
168
169
 
169
170
 
170
171
  @include breakpoint(large) {