sccoreui 6.2.20 → 6.2.21
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/dist/App.scss +11 -11
- package/package.json +1 -1
package/dist/App.scss
CHANGED
|
@@ -2273,19 +2273,19 @@ button[aria-expanded="true"] {
|
|
|
2273
2273
|
padding: 10px;
|
|
2274
2274
|
}
|
|
2275
2275
|
|
|
2276
|
-
.table-filter-overlay {
|
|
2277
|
-
|
|
2278
|
-
|
|
2279
|
-
|
|
2280
|
-
|
|
2281
|
-
|
|
2276
|
+
// .table-filter-overlay {
|
|
2277
|
+
// width: 51rem !important;
|
|
2278
|
+
// &:after,
|
|
2279
|
+
// &:before {
|
|
2280
|
+
// margin-left: -12px !important;
|
|
2281
|
+
// }
|
|
2282
2282
|
|
|
2283
|
-
|
|
2283
|
+
// margin-left: -10px;
|
|
2284
2284
|
|
|
2285
|
-
|
|
2286
|
-
|
|
2287
|
-
|
|
2288
|
-
}
|
|
2285
|
+
// .p-overlaypanel-content {
|
|
2286
|
+
// padding: 0;
|
|
2287
|
+
// }
|
|
2288
|
+
// }
|
|
2289
2289
|
|
|
2290
2290
|
.icon-24x24 {
|
|
2291
2291
|
width: 24px;
|