general-library-union 2.3.82 → 2.3.83
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/esm2022/src/app/publico/pages/not-found/not-found.page.mjs +3 -3
- package/fesm2022/general-library-union.mjs +2 -2
- package/fesm2022/general-library-union.mjs.map +1 -1
- package/package.json +1 -1
- package/src/styles/primeng/sass/overrides/_theme_styles.scss +13 -0
- package/src/styles/primeng/sass/overrides/_theme_styles_dark.scss +13 -0
package/package.json
CHANGED
|
@@ -193,6 +193,19 @@ $backgroundToLeft: linear-gradient(to left, $azulColorBtnM, $azulColorBtnM2);
|
|
|
193
193
|
padding: 0.6rem 3rem;
|
|
194
194
|
}
|
|
195
195
|
|
|
196
|
+
.p-inputgroup-search {
|
|
197
|
+
background: #fff;
|
|
198
|
+
padding: .7rem;
|
|
199
|
+
border-radius: 5px 0px 0px 5px;
|
|
200
|
+
border: solid 1px var(--color-100);
|
|
201
|
+
border-right: none;
|
|
202
|
+
}
|
|
203
|
+
|
|
204
|
+
.no-found-input {
|
|
205
|
+
border-radius: 0px 5px 5px 0px !important;
|
|
206
|
+
border-left: none !important;
|
|
207
|
+
}
|
|
208
|
+
|
|
196
209
|
|
|
197
210
|
|
|
198
211
|
@media (max-width:1440px){
|
|
@@ -194,6 +194,19 @@ body {
|
|
|
194
194
|
box-shadow: 0px 0px 10px hsla(var(--color-h), 100%, 60%, 0.7);
|
|
195
195
|
}
|
|
196
196
|
|
|
197
|
+
.p-inputgroup-search {
|
|
198
|
+
background: #fff;
|
|
199
|
+
padding: .7rem;
|
|
200
|
+
border-radius: 5px 0px 0px 5px;
|
|
201
|
+
border: solid 1px var(--color-100);
|
|
202
|
+
border-right: none;
|
|
203
|
+
}
|
|
204
|
+
|
|
205
|
+
.no-found-input {
|
|
206
|
+
border-radius: 0px 5px 5px 0px !important;
|
|
207
|
+
border-left: none !important;
|
|
208
|
+
}
|
|
209
|
+
|
|
197
210
|
|
|
198
211
|
@media (max-width:1440px){
|
|
199
212
|
|