general-library-union 2.7.40 → 2.7.41

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.7.40",
3
+ "version": "2.7.41",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "@angular/animations": "^18.0.4",
@@ -1268,7 +1268,7 @@ min-height: 60px !important;
1268
1268
  .avatar-container{
1269
1269
  width: 120px !important;
1270
1270
  height: 120px !important;
1271
- border: solid 5px var(--color-700);
1271
+ border: solid 5px var(--color-700) !important;
1272
1272
  }
1273
1273
 
1274
1274
  .menu-accordeon {
@@ -1326,9 +1326,9 @@ body {
1326
1326
  }
1327
1327
 
1328
1328
  .avatar-container{
1329
- width: 120px;
1330
- height: 120px;
1331
- border: solid 5px var(--color-700);
1329
+ width: 120px !important;
1330
+ height: 120px !important;
1331
+ border: solid 5px var(--color-700) !important;
1332
1332
  }
1333
1333
 
1334
1334
  .menu-accordeon {
@@ -1349,8 +1349,9 @@ body {
1349
1349
  }
1350
1350
 
1351
1351
  .avatar-container{
1352
- width: 70px;
1353
- height: 70px;
1352
+ width: 70px !important;
1353
+ height: 70px !important;
1354
+ border: 5px solid var(--color-700) !important;
1354
1355
  }
1355
1356
 
1356
1357
  .p-accordion .p-accordion-header:not(.p-disabled).p-highlight:hover .p-accordion-header-link {