general-library-union 2.3.95 → 2.3.97
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
|
@@ -130,7 +130,8 @@ $backgroundToLeft: linear-gradient(to left, $azulColorBtnM, $azulColorBtnM2);
|
|
|
130
130
|
img {
|
|
131
131
|
max-width: 50rem;
|
|
132
132
|
width: 100%;
|
|
133
|
-
|
|
133
|
+
position: relative;
|
|
134
|
+
right: 15%;
|
|
134
135
|
}
|
|
135
136
|
|
|
136
137
|
h4 {
|
|
@@ -206,6 +207,11 @@ $backgroundToLeft: linear-gradient(to left, $azulColorBtnM, $azulColorBtnM2);
|
|
|
206
207
|
border-right: solid 1px var(--color-100) !important;
|
|
207
208
|
padding-left: 30px;
|
|
208
209
|
border-left: none;
|
|
210
|
+
z-index: initial;
|
|
211
|
+
}
|
|
212
|
+
|
|
213
|
+
#not-found .p-inputgroup input:hover {
|
|
214
|
+
z-index: initial;
|
|
209
215
|
}
|
|
210
216
|
|
|
211
217
|
|
|
@@ -141,7 +141,10 @@ body {
|
|
|
141
141
|
img {
|
|
142
142
|
max-width: 50rem;
|
|
143
143
|
width: 100%;
|
|
144
|
-
|
|
144
|
+
position: relative;
|
|
145
|
+
right: 20px;
|
|
146
|
+
right: 15%;
|
|
147
|
+
|
|
145
148
|
}
|
|
146
149
|
|
|
147
150
|
|
|
@@ -207,6 +210,11 @@ body {
|
|
|
207
210
|
border-right: solid 1px var(--color-100) !important;
|
|
208
211
|
padding-left: 30px;
|
|
209
212
|
border-left: none;
|
|
213
|
+
z-index: initial;
|
|
214
|
+
}
|
|
215
|
+
|
|
216
|
+
#not-found .p-inputgroup input:hover {
|
|
217
|
+
z-index: initial;
|
|
210
218
|
}
|
|
211
219
|
|
|
212
220
|
#not-found .no-found-input {
|