general-library-union 2.3.92 → 2.3.94
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
|
@@ -184,7 +184,8 @@ $backgroundToLeft: linear-gradient(to left, $azulColorBtnM, $azulColorBtnM2);
|
|
|
184
184
|
}
|
|
185
185
|
|
|
186
186
|
#not-found input::-webkit-input-placeholder {
|
|
187
|
-
|
|
187
|
+
position: relative;
|
|
188
|
+
left: 20px;
|
|
188
189
|
}
|
|
189
190
|
|
|
190
191
|
#not-found button:hover{
|
|
@@ -199,17 +200,15 @@ $backgroundToLeft: linear-gradient(to left, $azulColorBtnM, $azulColorBtnM2);
|
|
|
199
200
|
|
|
200
201
|
#not-found .p-inputgroup-search {
|
|
201
202
|
background: #fff;
|
|
202
|
-
padding: .7rem;
|
|
203
|
-
border-radius: 5px 0px 0px 5px;
|
|
204
|
-
border: solid 1px var(--color-100);
|
|
205
203
|
border-right: none;
|
|
204
|
+
position: absolute;
|
|
205
|
+
margin: 10px;
|
|
206
206
|
}
|
|
207
207
|
|
|
208
208
|
#not-found .p-inputgroup input {
|
|
209
|
-
border-
|
|
210
|
-
border-radius: 0px 5px 5px 0px !important;
|
|
211
|
-
border-left: none;
|
|
209
|
+
border-radius: 5px !important;
|
|
212
210
|
border-right: solid 1px var(--color-100) !important;
|
|
211
|
+
padding-left: 30px;
|
|
213
212
|
}
|
|
214
213
|
|
|
215
214
|
|
|
@@ -190,9 +190,9 @@ body {
|
|
|
190
190
|
}
|
|
191
191
|
}
|
|
192
192
|
|
|
193
|
-
|
|
194
193
|
#not-found input::-webkit-input-placeholder {
|
|
195
|
-
|
|
194
|
+
position: relative;
|
|
195
|
+
left: 20px;
|
|
196
196
|
}
|
|
197
197
|
|
|
198
198
|
|
|
@@ -202,17 +202,15 @@ body {
|
|
|
202
202
|
|
|
203
203
|
#not-found .p-inputgroup-search {
|
|
204
204
|
background: #fff;
|
|
205
|
-
padding: .7rem;
|
|
206
|
-
border-radius: 5px 0px 0px 5px;
|
|
207
|
-
border: solid 1px var(--color-100);
|
|
208
205
|
border-right: none;
|
|
206
|
+
position: absolute;
|
|
207
|
+
margin: 10px;
|
|
209
208
|
}
|
|
210
209
|
|
|
211
210
|
#not-found .p-inputgroup input {
|
|
212
|
-
border-
|
|
213
|
-
border-radius: 0px 5px 5px 0px !important;
|
|
214
|
-
border-left: none;
|
|
211
|
+
border-radius: 5px !important;
|
|
215
212
|
border-right: solid 1px var(--color-100) !important;
|
|
213
|
+
padding-left: 30px;
|
|
216
214
|
}
|
|
217
215
|
|
|
218
216
|
#not-found .no-found-input {
|