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
|
@@ -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 {
|