general-library-union 2.3.96 → 2.3.97

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.96",
3
+ "version": "2.3.97",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "@angular/animations": "^18.0.4",
@@ -130,7 +130,8 @@ $backgroundToLeft: linear-gradient(to left, $azulColorBtnM, $azulColorBtnM2);
130
130
  img {
131
131
  max-width: 50rem;
132
132
  width: 100%;
133
- padding-right: 15%;
133
+ position: relative;
134
+ right: 15%;
134
135
  }
135
136
 
136
137
  h4 {
@@ -206,6 +207,7 @@ $backgroundToLeft: linear-gradient(to left, $azulColorBtnM, $azulColorBtnM2);
206
207
  border-right: solid 1px var(--color-100) !important;
207
208
  padding-left: 30px;
208
209
  border-left: none;
210
+ z-index: initial;
209
211
  }
210
212
 
211
213
  #not-found .p-inputgroup input:hover {
@@ -141,7 +141,10 @@ body {
141
141
  img {
142
142
  max-width: 50rem;
143
143
  width: 100%;
144
- padding-right: 15%;
144
+ position: relative;
145
+ right: 20px;
146
+ right: 15%;
147
+
145
148
  }
146
149
 
147
150
 
@@ -207,6 +210,7 @@ body {
207
210
  border-right: solid 1px var(--color-100) !important;
208
211
  padding-left: 30px;
209
212
  border-left: none;
213
+ z-index: initial;
210
214
  }
211
215
 
212
216
  #not-found .p-inputgroup input:hover {