general-library-union 2.3.93 → 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,9 +184,8 @@ $backgroundToLeft: linear-gradient(to left, $azulColorBtnM, $azulColorBtnM2);
|
|
|
184
184
|
}
|
|
185
185
|
|
|
186
186
|
#not-found input::-webkit-input-placeholder {
|
|
187
|
-
margin-left: 30px;
|
|
188
187
|
position: relative;
|
|
189
|
-
|
|
188
|
+
left: 20px;
|
|
190
189
|
}
|
|
191
190
|
|
|
192
191
|
#not-found button:hover{
|
|
@@ -208,8 +207,8 @@ $backgroundToLeft: linear-gradient(to left, $azulColorBtnM, $azulColorBtnM2);
|
|
|
208
207
|
|
|
209
208
|
#not-found .p-inputgroup input {
|
|
210
209
|
border-radius: 5px !important;
|
|
211
|
-
border-left: none;
|
|
212
210
|
border-right: solid 1px var(--color-100) !important;
|
|
211
|
+
padding-left: 30px;
|
|
213
212
|
}
|
|
214
213
|
|
|
215
214
|
|
|
@@ -190,11 +190,9 @@ body {
|
|
|
190
190
|
}
|
|
191
191
|
}
|
|
192
192
|
|
|
193
|
-
|
|
194
193
|
#not-found input::-webkit-input-placeholder {
|
|
195
|
-
margin-left: 30px;
|
|
196
194
|
position: relative;
|
|
197
|
-
|
|
195
|
+
left: 20px;
|
|
198
196
|
}
|
|
199
197
|
|
|
200
198
|
|
|
@@ -211,8 +209,8 @@ body {
|
|
|
211
209
|
|
|
212
210
|
#not-found .p-inputgroup input {
|
|
213
211
|
border-radius: 5px !important;
|
|
214
|
-
border-left: none;
|
|
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 {
|