@next-core/brick-container 2.90.7 → 2.90.8
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/index.html +1 -1
- package/dist/{main.2dd7e022367f8b1f20dd.js → main.4a9bb17047e38a0fc001.js} +2 -2
- package/dist/{main.2dd7e022367f8b1f20dd.js.map → main.4a9bb17047e38a0fc001.js.map} +1 -1
- package/dist/{main.b3a1bb85938261b62c93.css → main.b08e6af165defdffe0ad.css} +10 -4
- package/dist/main.b08e6af165defdffe0ad.css.map +1 -0
- package/dist/{preview.b257ed5aa05d4bfcdb5d.css → preview.42950b011bde03f78ea7.css} +6 -1
- package/dist/preview.42950b011bde03f78ea7.css.map +1 -0
- package/dist/preview.html +1 -1
- package/package.json +2 -2
- package/dist/main.b3a1bb85938261b62c93.css.map +0 -1
- package/dist/preview.b257ed5aa05d4bfcdb5d.css.map +0 -1
|
@@ -2057,6 +2057,11 @@ html[data-theme="dark-v2"],
|
|
|
2057
2057
|
--launchpad-backdrop-transition: filter 100ms ease-out;
|
|
2058
2058
|
|
|
2059
2059
|
--page-padding: 24px;
|
|
2060
|
+
--page-padding-top: 24px;
|
|
2061
|
+
--page-padding-right: 24px;
|
|
2062
|
+
--page-padding-bottom: 24px;
|
|
2063
|
+
--page-padding-left: 24px;
|
|
2064
|
+
|
|
2060
2065
|
--page-title-with-breadcrumb-margin-top: 12px;
|
|
2061
2066
|
--page-title-padding: 24px 24px 0 24px;
|
|
2062
2067
|
--page-title-font-weight: 500;
|
|
@@ -29649,4 +29654,4 @@ body {
|
|
|
29649
29654
|
}
|
|
29650
29655
|
|
|
29651
29656
|
|
|
29652
|
-
/*# sourceMappingURL=preview.
|
|
29657
|
+
/*# sourceMappingURL=preview.42950b011bde03f78ea7.css.map*/
|