general-library-union 2.3.76 → 2.3.78

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.76",
3
+ "version": "2.3.78",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "@angular/animations": "^18.0.4",
@@ -121,7 +121,7 @@ $backgroundToLeft: linear-gradient(to left, $azulColorBtnM, $azulColorBtnM2);
121
121
  align-items: center;
122
122
  }
123
123
 
124
- .p{
124
+ p{
125
125
  font-weight: 600;
126
126
  }
127
127
 
@@ -178,6 +178,7 @@ $backgroundToLeft: linear-gradient(to left, $azulColorBtnM, $azulColorBtnM2);
178
178
  font-weight: bold;
179
179
  box-shadow: 0px 1px 7px var(--color-300);
180
180
  margin-top: 15%;
181
+ font-size: 1.05rem;
181
182
  }
182
183
  }
183
184
 
@@ -130,7 +130,7 @@ body {
130
130
  align-items: center;
131
131
  }
132
132
 
133
- .p{
133
+ p{
134
134
  font-weight: 600;
135
135
  }
136
136
 
@@ -185,6 +185,7 @@ body {
185
185
  button {
186
186
  padding:0.6rem 3rem;
187
187
  margin-bottom: 7%;
188
+ font-size: 1.05rem;
188
189
  }
189
190
 
190
191