general-library-union 2.3.78 → 2.3.80

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.78",
3
+ "version": "2.3.80",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "@angular/animations": "^18.0.4",
@@ -123,13 +123,14 @@ $backgroundToLeft: linear-gradient(to left, $azulColorBtnM, $azulColorBtnM2);
123
123
 
124
124
  p{
125
125
  font-weight: 600;
126
+ font-size: 1.1rem;
126
127
  }
127
128
 
128
129
 
129
130
  img {
130
131
  max-width: 50rem;
131
132
  width: 100%;
132
- padding-right: 20%;
133
+ padding-right: 15%;
133
134
  }
134
135
 
135
136
  h4 {
@@ -160,7 +161,7 @@ $backgroundToLeft: linear-gradient(to left, $azulColorBtnM, $azulColorBtnM2);
160
161
  margin: 0;
161
162
  margin-bottom: 20px;
162
163
  text-align: left;
163
- margin-bottom: 10px;
164
+ margin-bottom: 7px;
164
165
 
165
166
 
166
167
  @include breakpoint(large) {
@@ -171,19 +172,19 @@ $backgroundToLeft: linear-gradient(to left, $azulColorBtnM, $azulColorBtnM2);
171
172
 
172
173
  button {
173
174
  padding: 0.5rem 6rem;
174
- background: linear-gradient(45deg, var(--color-500), var(--color-300));
175
+ background: linear-gradient(to top, var(--color-500), var(--color-400));
175
176
  border: none;
176
177
  border-radius: 5px;
177
178
  color: #fff;
178
179
  font-weight: bold;
179
180
  box-shadow: 0px 1px 7px var(--color-300);
180
181
  margin-top: 15%;
181
- font-size: 1.05rem;
182
+ font-size: 1.1rem;
182
183
  }
183
184
  }
184
185
 
185
186
  #not-found button:hover{
186
- background: linear-gradient(45deg, var(--color-600), var(--color-400));
187
+ background: linear-gradient(to top, var(--color-500), var(--color-400));
187
188
  box-shadow: 3px 3px 12px var(--color-300);
188
189
 
189
190
  }
@@ -132,6 +132,7 @@ body {
132
132
 
133
133
  p{
134
134
  font-weight: 600;
135
+ font-size: 1.1rem;
135
136
  }
136
137
 
137
138
 
@@ -140,7 +141,7 @@ body {
140
141
  img {
141
142
  max-width: 50rem;
142
143
  width: 100%;
143
- padding-right: 20%;
144
+ padding-right: 15%;
144
145
  }
145
146
  }
146
147
 
@@ -173,7 +174,7 @@ body {
173
174
  margin-bottom: 20px;
174
175
  text-align: left;
175
176
  margin-top: 15%;
176
- margin-bottom: 10px;
177
+ margin-bottom: 7px;
177
178
 
178
179
 
179
180
  @include breakpoint(large) {
@@ -185,7 +186,7 @@ body {
185
186
  button {
186
187
  padding:0.6rem 3rem;
187
188
  margin-bottom: 7%;
188
- font-size: 1.05rem;
189
+ font-size: 1.1rem;
189
190
  }
190
191
 
191
192