general-library-union 2.3.83 → 2.3.85
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
|
@@ -193,7 +193,7 @@ $backgroundToLeft: linear-gradient(to left, $azulColorBtnM, $azulColorBtnM2);
|
|
|
193
193
|
padding: 0.6rem 3rem;
|
|
194
194
|
}
|
|
195
195
|
|
|
196
|
-
.p-inputgroup-search {
|
|
196
|
+
#not-found .p-inputgroup-search {
|
|
197
197
|
background: #fff;
|
|
198
198
|
padding: .7rem;
|
|
199
199
|
border-radius: 5px 0px 0px 5px;
|
|
@@ -201,7 +201,16 @@ $backgroundToLeft: linear-gradient(to left, $azulColorBtnM, $azulColorBtnM2);
|
|
|
201
201
|
border-right: none;
|
|
202
202
|
}
|
|
203
203
|
|
|
204
|
-
|
|
204
|
+
#not-found .p-inputgroup input {
|
|
205
|
+
border-left: none;
|
|
206
|
+
border-radius: 0px 5px 5px 0px !important;
|
|
207
|
+
border-left: none;
|
|
208
|
+
border-right: solid 1px var(--color-100) !important;
|
|
209
|
+
}
|
|
210
|
+
|
|
211
|
+
|
|
212
|
+
|
|
213
|
+
#not-found .no-found-input {
|
|
205
214
|
border-radius: 0px 5px 5px 0px !important;
|
|
206
215
|
border-left: none !important;
|
|
207
216
|
}
|
|
@@ -194,7 +194,7 @@ body {
|
|
|
194
194
|
box-shadow: 0px 0px 10px hsla(var(--color-h), 100%, 60%, 0.7);
|
|
195
195
|
}
|
|
196
196
|
|
|
197
|
-
.p-inputgroup-search {
|
|
197
|
+
#not-found .p-inputgroup-search {
|
|
198
198
|
background: #fff;
|
|
199
199
|
padding: .7rem;
|
|
200
200
|
border-radius: 5px 0px 0px 5px;
|
|
@@ -202,7 +202,14 @@ body {
|
|
|
202
202
|
border-right: none;
|
|
203
203
|
}
|
|
204
204
|
|
|
205
|
-
|
|
205
|
+
#not-found .p-inputgroup input {
|
|
206
|
+
border-left: none;
|
|
207
|
+
border-radius: 0px 5px 5px 0px !important;
|
|
208
|
+
border-left: none;
|
|
209
|
+
border-right: solid 1px var(--color-100) !important;
|
|
210
|
+
}
|
|
211
|
+
|
|
212
|
+
#not-found .no-found-input {
|
|
206
213
|
border-radius: 0px 5px 5px 0px !important;
|
|
207
214
|
border-left: none !important;
|
|
208
215
|
}
|