general-library-union 2.3.96 → 2.3.98
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
|
@@ -130,7 +130,8 @@ $backgroundToLeft: linear-gradient(to left, $azulColorBtnM, $azulColorBtnM2);
|
|
|
130
130
|
img {
|
|
131
131
|
max-width: 50rem;
|
|
132
132
|
width: 100%;
|
|
133
|
-
|
|
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 {
|
|
@@ -247,7 +249,7 @@ $backgroundToLeft: linear-gradient(to left, $azulColorBtnM, $azulColorBtnM2);
|
|
|
247
249
|
|
|
248
250
|
|
|
249
251
|
#not-found img {
|
|
250
|
-
max-width:
|
|
252
|
+
max-width: 38rem;
|
|
251
253
|
}
|
|
252
254
|
|
|
253
255
|
|
|
@@ -141,7 +141,10 @@ body {
|
|
|
141
141
|
img {
|
|
142
142
|
max-width: 50rem;
|
|
143
143
|
width: 100%;
|
|
144
|
-
|
|
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 {
|
|
@@ -245,7 +249,7 @@ body {
|
|
|
245
249
|
|
|
246
250
|
|
|
247
251
|
#not-found img {
|
|
248
|
-
max-width:
|
|
252
|
+
max-width: 38rem;
|
|
249
253
|
|
|
250
254
|
}
|
|
251
255
|
|