general-library-union 2.8.88 → 2.8.90
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
|
@@ -67,6 +67,10 @@ $backgroundToLeft: linear-gradient(to left, $azulColorBtnM, $azulColorBtnM2);
|
|
|
67
67
|
z-index: 99;
|
|
68
68
|
}
|
|
69
69
|
|
|
70
|
+
#login .p-icon-wrapper {
|
|
71
|
+
z-index: 999;
|
|
72
|
+
color: var(--color-500);
|
|
73
|
+
}
|
|
70
74
|
|
|
71
75
|
#login .p-button {
|
|
72
76
|
box-shadow: 0 0 5px var(--color-200);
|
|
@@ -1235,6 +1239,8 @@ min-height: 60px !important;
|
|
|
1235
1239
|
.card-cargo .avatar-container {
|
|
1236
1240
|
height: 90px !important;
|
|
1237
1241
|
border: 6px solid var(--color-700) !important;
|
|
1242
|
+
min-width: 90px;
|
|
1243
|
+
width: 90px;
|
|
1238
1244
|
}
|
|
1239
1245
|
|
|
1240
1246
|
.card-cargo .us-foto-perfil {
|
|
@@ -64,6 +64,10 @@ body {
|
|
|
64
64
|
}
|
|
65
65
|
}
|
|
66
66
|
|
|
67
|
+
#login .p-icon-wrapper {
|
|
68
|
+
z-index: 999;
|
|
69
|
+
color: var(--color-500);
|
|
70
|
+
}
|
|
67
71
|
|
|
68
72
|
#login .p-button {
|
|
69
73
|
box-shadow: 0 0 5px #000000c9;
|
|
@@ -1237,6 +1241,8 @@ body {
|
|
|
1237
1241
|
.card-cargo .avatar-container {
|
|
1238
1242
|
height: 90px !important;
|
|
1239
1243
|
border: 6px solid var(--color-700) !important;
|
|
1244
|
+
min-width: 90px;
|
|
1245
|
+
width: 90px;
|
|
1240
1246
|
}
|
|
1241
1247
|
|
|
1242
1248
|
|