general-library-union 2.3.92 → 2.3.93

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "general-library-union",
3
- "version": "2.3.92",
3
+ "version": "2.3.93",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "@angular/animations": "^18.0.4",
@@ -185,6 +185,8 @@ $backgroundToLeft: linear-gradient(to left, $azulColorBtnM, $azulColorBtnM2);
185
185
 
186
186
  #not-found input::-webkit-input-placeholder {
187
187
  margin-left: 30px;
188
+ position: relative;
189
+ margin: 10px;
188
190
  }
189
191
 
190
192
  #not-found button:hover{
@@ -199,15 +201,13 @@ $backgroundToLeft: linear-gradient(to left, $azulColorBtnM, $azulColorBtnM2);
199
201
 
200
202
  #not-found .p-inputgroup-search {
201
203
  background: #fff;
202
- padding: .7rem;
203
- border-radius: 5px 0px 0px 5px;
204
- border: solid 1px var(--color-100);
205
204
  border-right: none;
205
+ position: absolute;
206
+ margin: 10px;
206
207
  }
207
208
 
208
209
  #not-found .p-inputgroup input {
209
- border-left: none;
210
- border-radius: 0px 5px 5px 0px !important;
210
+ border-radius: 5px !important;
211
211
  border-left: none;
212
212
  border-right: solid 1px var(--color-100) !important;
213
213
  }
@@ -193,6 +193,8 @@ body {
193
193
 
194
194
  #not-found input::-webkit-input-placeholder {
195
195
  margin-left: 30px;
196
+ position: relative;
197
+ margin: 10px;
196
198
  }
197
199
 
198
200
 
@@ -202,15 +204,13 @@ body {
202
204
 
203
205
  #not-found .p-inputgroup-search {
204
206
  background: #fff;
205
- padding: .7rem;
206
- border-radius: 5px 0px 0px 5px;
207
- border: solid 1px var(--color-100);
208
207
  border-right: none;
208
+ position: absolute;
209
+ margin: 10px;
209
210
  }
210
211
 
211
212
  #not-found .p-inputgroup input {
212
- border-left: none;
213
- border-radius: 0px 5px 5px 0px !important;
213
+ border-radius: 5px !important;
214
214
  border-left: none;
215
215
  border-right: solid 1px var(--color-100) !important;
216
216
  }