@wavemaker/foundation-css 12.0.0-next.45042 → 12.0.0-next.45045

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.
@@ -1103,7 +1103,6 @@ ex: color-mix(in srgb, color1 50%, color2 30%)
1103
1103
  /**--import specified google font url ex:Lexend--**/
1104
1104
  * {
1105
1105
  box-sizing: border-box;
1106
- position: relative;
1107
1106
  }
1108
1107
  :root {
1109
1108
  font-size: 100%;
@@ -1137,6 +1136,9 @@ ex: color-mix(in srgb, color1 50%, color2 30%)
1137
1136
  /*--bootstrap 5 utilities end--*/
1138
1137
  /**--WM Utilities--**/
1139
1138
  }
1139
+ .wm-app * {
1140
+ position: relative;
1141
+ }
1140
1142
  .wm-app .sr-only {
1141
1143
  display: none;
1142
1144
  }
@@ -16366,10 +16368,22 @@ ex: color-mix(in srgb, color1 50%, color2 30%)
16366
16368
  .wm-app .app-page .app-right-nav .app-nav {
16367
16369
  --wm-nav-padding: 0;
16368
16370
  }
16371
+ .wm-app .app-page .app-footer {
16372
+ position: relative;
16373
+ padding: 0;
16374
+ }
16369
16375
  .wm-app .app-partial {
16370
16376
  position: relative;
16371
16377
  width: 100%;
16372
16378
  }
16379
+ .wm-app .section-wrapper {
16380
+ width: 100%;
16381
+ }
16382
+ .wm-app .section-content {
16383
+ max-width: var(--wm-page-max-width);
16384
+ margin: var(--wm-space-0) auto;
16385
+ padding: var(--wm-space-4) var(--wm-space-10);
16386
+ }
16373
16387
  .wm-app .app-datanavigator,
16374
16388
  .wm-app .app-datanavigator .pagination {
16375
16389
  display: flex;