general-library-union 2.3.73 → 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.73",
3
+ "version": "2.3.75",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "@angular/animations": "^18.0.4",
@@ -123,13 +123,13 @@ $backgroundToLeft: linear-gradient(to left, $azulColorBtnM, $azulColorBtnM2);
123
123
 
124
124
 
125
125
  img {
126
- max-width: 24rem;
126
+ max-width: 32rem;
127
127
  width: 100%;
128
128
  }
129
129
 
130
130
  h4 {
131
131
  color: $white;
132
- background: linear-gradient(to bottom, us-color(400), us-color(600));
132
+ background: linear-gradient(to bottom, us-color(300), us-color(500));
133
133
  -webkit-text-stroke: 0.5rem transparent;
134
134
  -webkit-background-clip: text;
135
135
  background-clip: text;
@@ -142,7 +142,7 @@ $backgroundToLeft: linear-gradient(to left, $azulColorBtnM, $azulColorBtnM2);
142
142
 
143
143
  @include breakpoint(large) {
144
144
  font-size: 8rem;
145
- -webkit-text-stroke: 0.99rem transparent;
145
+ -webkit-text-stroke: 0.75rem transparent;
146
146
  -webkit-background-clip: text;
147
147
  background-clip: text;
148
148
  text-align: left;
@@ -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) {