general-library-union 3.2.15 → 3.2.17
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
|
@@ -423,13 +423,12 @@ color: #232323;
|
|
|
423
423
|
}
|
|
424
424
|
}
|
|
425
425
|
|
|
426
|
-
|
|
427
|
-
|
|
426
|
+
.Formaimagen {
|
|
427
|
+
border-radius: 50%;
|
|
428
|
+
padding: 1.5% !important;
|
|
429
|
+
background: #fff;
|
|
430
|
+
box-shadow: 0px 0px 6px var(--color-85);
|
|
428
431
|
|
|
429
|
-
width:100%; border-radius:50%;
|
|
430
|
-
padding:5%;
|
|
431
|
-
background:#fff;
|
|
432
|
-
box-shadow: 0px 0px 5px var(--color-100);
|
|
433
432
|
|
|
434
433
|
|
|
435
434
|
img {
|
|
@@ -3127,11 +3127,11 @@ span{
|
|
|
3127
3127
|
border-right: none !important;
|
|
3128
3128
|
}
|
|
3129
3129
|
|
|
3130
|
-
.
|
|
3131
|
-
|
|
3132
|
-
padding:5
|
|
3133
|
-
background
|
|
3134
|
-
|
|
3130
|
+
.Formaimagen {
|
|
3131
|
+
border-radius: 50%;
|
|
3132
|
+
padding: 1.5% !important;
|
|
3133
|
+
background: #39373f;
|
|
3134
|
+
box-shadow: 0px 0px 6px #39373f;
|
|
3135
3135
|
|
|
3136
3136
|
|
|
3137
3137
|
img {
|