@wavemaker/foundation-css 12.0.0-next.45198 → 12.0.0-next.45202

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.
@@ -8100,6 +8100,26 @@ ex: color-mix(in srgb, color1 50%, color2 30%)
8100
8100
  flex-direction: column;
8101
8101
  min-height: 100dvh;
8102
8102
  }
8103
+ .wm-app .app-page.app-nav-full {
8104
+ flex-direction: row;
8105
+ }
8106
+ .wm-app .app-page.app-nav-full .app-content .app-content-row {
8107
+ flex-direction: column;
8108
+ }
8109
+ .wm-app .app-page.app-nav-full .app-content .app-content-row .app-page-content {
8110
+ width: 100%;
8111
+ }
8112
+ .wm-app .app-page.app-nav-full .app-left-panel,
8113
+ .wm-app .app-page.app-nav-full .app-right-panel {
8114
+ z-index: 3;
8115
+ min-width: var(--wm-aside-panel-width);
8116
+ width: var(--wm-aside-panel-width);
8117
+ }
8118
+ .wm-app .app-page.app-nav-full .app-left-panel.app-nav-rail,
8119
+ .wm-app .app-page.app-nav-full .app-right-panel.app-nav-rail {
8120
+ min-width: var(--wm-aside-panel-rail-width);
8121
+ width: var(--wm-aside-panel-rail-width);
8122
+ }
8103
8123
  .wm-app .app-header,
8104
8124
  .wm-app .app-mobile-header {
8105
8125
  position: relative;