@local-civics/mgmt-ui 0.1.91 → 0.1.92
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.js +1 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -2702,8 +2702,7 @@ var __spreadValues$1 = (a, b) => {
|
|
|
2702
2702
|
var __spreadProps$1 = (a, b) => __defProps$1(a, __getOwnPropDescs$1(b));
|
|
2703
2703
|
const useStyles$1 = core.createStyles((theme) => ({
|
|
2704
2704
|
wrapper: {
|
|
2705
|
-
minHeight:
|
|
2706
|
-
height: "100%",
|
|
2705
|
+
minHeight: "100%",
|
|
2707
2706
|
boxSizing: "border-box",
|
|
2708
2707
|
backgroundImage: `linear-gradient(-60deg, #4e5561 0%, #222a39 100%)`,
|
|
2709
2708
|
padding: theme.spacing.xl * 2.5,
|