general-library-union 3.1.55 → 3.1.56

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": "3.1.55",
3
+ "version": "3.1.56",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "@angular/animations": "^18.0.4",
@@ -152,16 +152,15 @@ $backgroundToLeft: linear-gradient(to left, $azulColorBtnM, $azulColorBtnM2);
152
152
  }
153
153
 
154
154
  p{
155
- font-weight: 600;
155
+ font-weight: 400;
156
156
  font-size: 1.1rem;
157
+ text-align: center;
157
158
  }
158
159
 
159
160
 
160
161
  img {
161
- max-width: 50rem;
162
+ max-width: 40rem;
162
163
  width: 100%;
163
- position: relative;
164
- right: 15%;
165
164
  }
166
165
 
167
166
  h4 {
@@ -188,29 +187,37 @@ $backgroundToLeft: linear-gradient(to left, $azulColorBtnM, $azulColorBtnM2);
188
187
 
189
188
  h5 {
190
189
  font-size: 2rem;
191
- font-weight: 500;
190
+ font-weight: 600;
192
191
  margin: 0;
193
192
  margin-bottom: 20px;
194
193
  text-align: left;
195
194
  margin-bottom: 7px;
195
+ text-align: center;
196
196
 
197
197
 
198
198
  @include breakpoint(large) {
199
199
  font-size: 2rem;
200
200
  color: #232323;
201
+ font-weight: 600;
202
+ text-align: center;
201
203
  }
202
204
  }
203
205
 
204
206
  button {
205
- padding: 0.5rem 6rem;
206
- background: linear-gradient(to top, var(--color-500), var(--color-400));
207
- border: none;
208
- border-radius: 5px;
209
- color: #fff;
210
- font-weight: bold;
211
- box-shadow: 0px 1px 7px var(--color-300);
212
- margin-top: 15%;
213
- font-size: 1.1rem;
207
+ padding: 0.5rem 6rem;
208
+ background: #fff;
209
+ border: none;
210
+ border-radius: 5px;
211
+ color: #fff;
212
+ font-weight: bold;
213
+ box-shadow: 0px 1px 7px #cacaca;
214
+ /* margin-top: 15%; */
215
+ font-size: 1.1rem;
216
+ display: table;
217
+ margin: 0 auto;
218
+ margin-top: 6%;
219
+ border: solid 1px #232323;
220
+ color: #232323;
214
221
  }
215
222
  }
216
223
 
@@ -151,20 +151,17 @@ body {
151
151
  }
152
152
 
153
153
  p{
154
- font-weight: 600;
154
+ font-weight: 400;
155
155
  font-size: 1.1rem;
156
+ text-align: center;
156
157
  }
157
158
 
158
159
 
159
160
 
160
161
 
161
162
  img {
162
- max-width: 50rem;
163
+ max-width: 60rem;
163
164
  width: 100%;
164
- position: relative;
165
- right: 20px;
166
- right: 15%;
167
-
168
165
  }
169
166
 
170
167
 
@@ -196,20 +193,32 @@ body {
196
193
  margin: 0;
197
194
  margin-bottom: 20px;
198
195
  text-align: left;
199
- margin-top: 15%;
200
196
  margin-bottom: 7px;
201
197
 
202
198
 
203
199
  @include breakpoint(large) {
204
- font-size: 2.5rem;
205
- color: var(--color-600);
200
+ font-size: 2rem;
201
+ color: #232323;
202
+ text-align: center;
203
+ font-weight: 600;
206
204
  }
207
205
  }
208
206
 
209
207
  button {
210
- padding:0.6rem 4rem;
211
- margin-bottom: 7%;
212
- font-size: 1.1rem;
208
+ padding: 0.5rem 6rem;
209
+ background: #fff;
210
+ border: none;
211
+ border-radius: 5px;
212
+ color: #fff;
213
+ font-weight: bold;
214
+ box-shadow: 0px 1px 7px #cacaca;
215
+ /* margin-top: 15%; */
216
+ font-size: 1.1rem;
217
+ display: table;
218
+ margin: 0 auto;
219
+ margin-top: 6%;
220
+ border: solid 1px #232323;
221
+ color: #232323;
213
222
  }
214
223
  }
215
224