omnia-sass 3.5.393 → 3.5.402

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.
@@ -37,7 +37,6 @@ $body-color: $gray-900 !default;
37
37
 
38
38
 
39
39
  // GENERAL
40
- $content-size: 96% !default;
41
40
  $color-page-indicator-bar-height: 0.25rem !default;
42
41
  $section-border-color: rgba(0, 0, 0, 0.16) !default;
43
42
 
@@ -8687,7 +8686,7 @@ $transition-effect: ease-in-out;
8687
8686
  .content-container {
8688
8687
  margin-left: $sidebar-min-size;
8689
8688
  margin-top: $topbar-height;
8690
- width: $content-size;
8689
+ width: calc(100% - #{$sidebar-min-size});
8691
8690
  }
8692
8691
 
8693
8692
  .sidebar-opened {
package/package.json CHANGED
@@ -10,7 +10,7 @@
10
10
  "uninstall": "rimraf node_modules"
11
11
  },
12
12
  "devDependencies": {
13
- "@omnia-low-code/runtime-web-app": "^3.5.393",
13
+ "@omnia-low-code/runtime-web-app": "^3.5.402",
14
14
  "scss-bundle": "3.1.2"
15
15
  },
16
16
  "workspaces": {
@@ -19,7 +19,7 @@
19
19
  "*@omnia-low-code/runtime-web-app*/**"
20
20
  ]
21
21
  },
22
- "version": "3.5.393",
22
+ "version": "3.5.402",
23
23
  "author": "",
24
24
  "license": "MIT"
25
25
  }