general-library-union 3.2.13 → 3.2.14
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
|
@@ -3128,8 +3128,16 @@ span{
|
|
|
3128
3128
|
}
|
|
3129
3129
|
|
|
3130
3130
|
.FormaImagen {
|
|
3131
|
-
|
|
3132
|
-
|
|
3131
|
+
width:100%; border-radius:50%;
|
|
3132
|
+
padding:5%;
|
|
3133
|
+
background:#39373f;
|
|
3134
|
+
box-shadow: 0px 0px 5px #39373f;
|
|
3135
|
+
|
|
3136
|
+
|
|
3137
|
+
img {
|
|
3138
|
+
display: table;
|
|
3139
|
+
margin: 0 auto;
|
|
3140
|
+
}}
|
|
3133
3141
|
|
|
3134
3142
|
.menu-accion-sara .p-menubar .p-menuitem:last-child {
|
|
3135
3143
|
border-right: none !important;
|