omnia-sass 3.5.362 → 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 {
@@ -9656,8 +9655,6 @@ tfoot .element-required-indicator-footer {
9656
9655
  }
9657
9656
 
9658
9657
  .element-editable-list-norecords {
9659
- display: none;
9660
-
9661
9658
  td {
9662
9659
  padding: 0.5rem;
9663
9660
  }
@@ -9814,10 +9811,6 @@ tfoot .element-required-indicator-footer {
9814
9811
  display: none;
9815
9812
  }
9816
9813
 
9817
- .element-editable-list-norecords {
9818
- display: table-row;
9819
- }
9820
-
9821
9814
  .element-editable-list-table {
9822
9815
  width: 100% !important;
9823
9816
  }
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.362",
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.362",
22
+ "version": "3.5.402",
23
23
  "author": "",
24
24
  "license": "MIT"
25
25
  }