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