@wavemaker/app-runtime-wm-build 12.0.0-next.45096 → 12.0.0-next.45099

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.
@@ -427,6 +427,60 @@ ex: color-mix(in srgb, color1 50%, color2 30%)
427
427
  --wm-box-shadow-lg: 0 1rem 3rem rgba(29, 58, 83, 0.15);
428
428
  --wm-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
429
429
  }
430
+ @media (prefers-color-scheme: dark) {
431
+ :root:not(:has(.wm-studio)) {
432
+ --wm-color-background: #141218;
433
+ --wm-color-error: #f2b8b5;
434
+ --wm-color-error-container: #8c1d18;
435
+ --wm-color-inverse-on-surface: #322f35;
436
+ --wm-color-inverse-primary: #6750a4;
437
+ --wm-color-inverse-surface: #e6e0e9;
438
+ --wm-color-on-background: #e6e0e9;
439
+ --wm-color-on-error: #601410;
440
+ --wm-color-on-error-container: #f9dedc;
441
+ --wm-color-on-primary: #381e72;
442
+ --wm-color-on-primary-container: #eaddff;
443
+ --wm-color-on-primary-fixed: #21005d;
444
+ --wm-color-on-primary-fixed-variant: #4f378b;
445
+ --wm-color-on-secondary: #332d41;
446
+ --wm-color-on-secondary-container: #e8def8;
447
+ --wm-color-on-secondary-fixed: #1d192b;
448
+ --wm-color-on-secondary-fixed-variant: #4a4458;
449
+ --wm-color-on-surface: #e6e0e9;
450
+ --wm-color-on-surface-variant: #cac4d0;
451
+ --wm-color-on-tertiary: #492532;
452
+ --wm-color-on-tertiary-container: #ffd8e4;
453
+ --wm-color-on-tertiary-fixed: #31111d;
454
+ --wm-color-on-tertiary-fixed-variant: #633b48;
455
+ --wm-color-on-success: #1d192b;
456
+ --wm-color-outline: #938f99;
457
+ --wm-color-outline-variant: #49454f;
458
+ --wm-color-primary: #d0bcfe;
459
+ --wm-color-primary-container: #4f378b;
460
+ --wm-color-primary-fixed: #eaddff;
461
+ --wm-color-primary-fixed-dim: #d0bcff;
462
+ --wm-color-scrim: #000000;
463
+ --wm-color-secondary: #ccc2dc;
464
+ --wm-color-secondary-container: #4a4458;
465
+ --wm-color-secondary-fixed: #e8def8;
466
+ --wm-color-secondary-fixed-dim: #ccc2dc;
467
+ --wm-color-shadow: #ffffff;
468
+ --wm-color-surface: #141218;
469
+ --wm-color-surface-bright: #3b383e;
470
+ --wm-color-surface-container: #211f26;
471
+ --wm-color-surface-container-high: #2b2930;
472
+ --wm-color-surface-container-highest: #36343b;
473
+ --wm-color-surface-container-low: #1d1b20;
474
+ --wm-color-surface-container-lowest: #0f0d13;
475
+ --wm-color-surface-dim: #141218;
476
+ --wm-color-surface-tint: #d0bcff;
477
+ --wm-color-surface-variant: #49454f;
478
+ --wm-color-tertiary: #efb8c8;
479
+ --wm-color-tertiary-container: #633b48;
480
+ --wm-color-tertiary-fixed: #ffd8e4;
481
+ --wm-color-tertiary-fixed-dim: #efb8c8;
482
+ }
483
+ }
430
484
  /*=========
431
485
  css variables doesn't support by less functions to generate lighten, darken, fade, etc.
432
486
  We are using color-mix function of css variables.
@@ -1727,18 +1781,6 @@ ex: color-mix(in srgb, color1 50%, color2 30%)
1727
1781
  --wm-scroll-bar-thumb-radius: 6px;
1728
1782
  --wm-scroll-bar-thumb-hover: var(--wm-color-surface-container-highest);
1729
1783
  }
1730
- :root {
1731
- --wm-color-primary-50: color-mix(in srgb, var(--wm-color-primary), var(--wm-color-white) 100%);
1732
- --wm-color-primary-100: color-mix(in srgb, var(--wm-color-primary), var(--wm-color-white) 80%);
1733
- --wm-color-primary-200: color-mix(in srgb, var(--wm-color-primary), var(--wm-color-white) 70%);
1734
- --wm-color-primary-300: color-mix(in srgb, var(--wm-color-primary), var(--wm-color-white) 60%);
1735
- --wm-color-primary-400: color-mix(in srgb, var(--wm-color-primary), var(--wm-color-white) 0%);
1736
- --wm-color-primary-500: color-mix(in srgb, var(--wm-color-primary), var(--wm-color-black) 20%);
1737
- --wm-color-primary-600: color-mix(in srgb, var(--wm-color-primary), var(--wm-color-black) 30%);
1738
- --wm-color-primary-700: color-mix(in srgb, var(--wm-color-primary), var(--wm-color-black) 40%);
1739
- --wm-color-primary-800: color-mix(in srgb, var(--wm-color-primary), var(--wm-color-black) 80%);
1740
- --wm-color-primary-900: color-mix(in srgb, var(--wm-color-primary), var(--wm-color-black) 90%);
1741
- }
1742
1784
  /**--import specified google font url ex:Lexend--**/
1743
1785
  * {
1744
1786
  box-sizing: border-box;
@@ -1759,10 +1801,6 @@ ex: color-mix(in srgb, color1 50%, color2 30%)
1759
1801
  margin: 0;
1760
1802
  padding: 0;
1761
1803
  /** Reuasble style selectors with arguments */
1762
- /* width */
1763
- /* Track */
1764
- /* Handle */
1765
- /* Handle on hover */
1766
1804
  /* datepicker styles */
1767
1805
  /**--Layout--**/
1768
1806
  /*--Layout styles--*/
@@ -1772,6 +1810,15 @@ ex: color-mix(in srgb, color1 50%, color2 30%)
1772
1810
  /* pagination horizontal styles */
1773
1811
  /* Timepicker styles */
1774
1812
  /* toast styles */
1813
+ /* wizard body styles */
1814
+ /* wizard footer styles */
1815
+ /* number wizard styles */
1816
+ /* icon stepper */
1817
+ /* icon stepper inline */
1818
+ /* vertical wizard styles */
1819
+ /* dotted wizard styles */
1820
+ /* classic wizard styles */
1821
+ /* vertical wizard styles */
1775
1822
  /*--bootstrap 5 utilities start--*/
1776
1823
  /* rtl:begin:remove */
1777
1824
  /*--bootstrap 5 utilities end--*/
@@ -1793,34 +1840,6 @@ ex: color-mix(in srgb, color1 50%, color2 30%)
1793
1840
  .wm-app * {
1794
1841
  outline: 0 !important;
1795
1842
  }
1796
- .wm-app .app-badge {
1797
- padding: var(--wm-space-0) var(--wm-space-1);
1798
- border-radius: var(--wm-radius-md);
1799
- font-family: var(--wm-label-small-font-family);
1800
- font-size: var(--wm-label-small-font-size);
1801
- font-weight: var(--wm-label-small-font-weight);
1802
- line-height: var(--wm-label-small-line-height);
1803
- letter-spacing: var(--wm-label-small-letter-spacing);
1804
- }
1805
- .wm-app::-webkit-scrollbar,
1806
- .wm-app ::-webkit-scrollbar {
1807
- width: var(--wm-scroll-bar-width);
1808
- height: var(--wm-scroll-bar-height);
1809
- }
1810
- .wm-app::-webkit-scrollbar-track,
1811
- .wm-app ::-webkit-scrollbar-track {
1812
- background: var(--wm-scroll-bar-track-bg);
1813
- border-radius: var(--wm-scroll-bar-track-radius);
1814
- }
1815
- .wm-app::-webkit-scrollbar-thumb,
1816
- .wm-app ::-webkit-scrollbar-thumb {
1817
- background: var(--wm-scroll-bar-thumb-bg);
1818
- border-radius: var(--wm-scroll-bar-thumb-radius);
1819
- }
1820
- .wm-app::-webkit-scrollbar-thumb:hover,
1821
- .wm-app ::-webkit-scrollbar-thumb:hover {
1822
- background: var(--wm-scroll-bar-thumb-hover);
1823
- }
1824
1843
  .wm-app .fa,
1825
1844
  .wm-app .fa-stack,
1826
1845
  .wm-app .wi,
@@ -8917,102 +8936,30 @@ ex: color-mix(in srgb, color1 50%, color2 30%)
8917
8936
  .wm-app .wm-sl-r.sl-zoom-out:before {
8918
8937
  content: "\f1cd";
8919
8938
  }
8920
- .wm-app .sr-only {
8921
- position: absolute;
8922
- width: 1px;
8923
- height: 1px;
8924
- padding: 0;
8925
- margin: -1px;
8926
- overflow: hidden;
8927
- clip: rect(0, 0, 0, 0);
8928
- border: 0;
8929
- }
8930
- .wm-app .sr-only-focusable:active,
8931
- .wm-app .sr-only-focusable:focus {
8932
- position: static;
8933
- width: auto;
8934
- height: auto;
8935
- margin: 0;
8936
- overflow: visible;
8937
- clip: auto;
8938
- }
8939
- .wm-app .note-btn-group,
8940
- .wm-app .note-dropdown {
8941
- position: relative;
8942
- }
8943
- .wm-app .note-editor .note-editing-area p {
8944
- margin: 0 0 10px;
8939
+ @font-face {
8940
+ font-family: summernote;
8941
+ src: url('fonts/icons/summernote/summernote.eot?hqtw5a');
8942
+ src: url('fonts/icons/summernote/summernote.eot?hqtw5a#iefix') format('embedded-opentype'), url('fonts/icons/summernote/summernote.ttf?hqtw5a') format('truetype'), url('fonts/icons/summernote/summernote.woff?hqtw5a') format('woff'), url('fonts/icons/summernote/summernote.svg?hqtw5a#summernote') format('svg');
8943
+ font-weight: normal;
8944
+ font-style: normal;
8945
+ font-display: block;
8945
8946
  }
8946
- .wm-app [class*=" note-icon-"]:before,
8947
- .wm-app [class^="note-icon-"]:before {
8948
- display: inline-block;
8949
- font: normal normal normal 14px summernote;
8950
- font-size: inherit;
8951
- -webkit-font-smoothing: antialiased;
8952
- text-decoration: inherit;
8953
- text-rendering: auto;
8947
+ .wm-app [class^="note-icon-"],
8948
+ .wm-app [class*=" note-icon-"] {
8949
+ /* use !important to prevent issues with browser extensions that change fonts */
8950
+ font-family: summernote;
8951
+ speak: never;
8952
+ font-style: normal;
8953
+ font-weight: normal;
8954
+ font-variant: normal;
8954
8955
  text-transform: none;
8955
- vertical-align: middle;
8956
- speak: none;
8956
+ line-height: 1;
8957
+ /* Better Font Rendering =========== */
8958
+ -webkit-font-smoothing: antialiased;
8957
8959
  -moz-osx-font-smoothing: grayscale;
8958
8960
  }
8959
- .wm-app .note-icon-align-center:before,
8960
- .wm-app .note-icon-align-indent:before,
8961
- .wm-app .note-icon-align-justify:before,
8962
- .wm-app .note-icon-align-left:before,
8963
- .wm-app .note-icon-align-outdent:before,
8964
- .wm-app .note-icon-align-right:before,
8965
- .wm-app .note-icon-align:before,
8966
- .wm-app .note-icon-arrow-circle-down:before,
8967
- .wm-app .note-icon-arrow-circle-left:before,
8968
- .wm-app .note-icon-arrow-circle-right:before,
8969
- .wm-app .note-icon-arrow-circle-up:before,
8970
- .wm-app .note-icon-arrows-alt:before,
8971
- .wm-app .note-icon-arrows-h:before,
8972
- .wm-app .note-icon-arrows-v:before,
8973
- .wm-app .note-icon-bold:before,
8974
- .wm-app .note-icon-caret:before,
8975
- .wm-app .note-icon-chain-broken:before,
8976
- .wm-app .note-icon-circle:before,
8977
- .wm-app .note-icon-close:before,
8978
- .wm-app .note-icon-code:before,
8979
- .wm-app .note-icon-col-after:before,
8980
- .wm-app .note-icon-col-before:before,
8981
- .wm-app .note-icon-col-remove:before,
8982
- .wm-app .note-icon-eraser:before,
8983
- .wm-app .note-icon-font:before,
8984
- .wm-app .note-icon-frame:before,
8985
- .wm-app .note-icon-italic:before,
8986
- .wm-app .note-icon-link:before,
8987
- .wm-app .note-icon-magic:before,
8988
- .wm-app .note-icon-menu-check:before,
8989
- .wm-app .note-icon-minus:before,
8990
- .wm-app .note-icon-orderedlist:before,
8991
- .wm-app .note-icon-pencil:before,
8992
- .wm-app .note-icon-picture:before,
8993
- .wm-app .note-icon-question:before,
8994
- .wm-app .note-icon-redo:before,
8995
- .wm-app .note-icon-row-above:before,
8996
- .wm-app .note-icon-row-below:before,
8997
- .wm-app .note-icon-row-remove:before,
8998
- .wm-app .note-icon-special-character:before,
8999
- .wm-app .note-icon-square:before,
9000
- .wm-app .note-icon-strikethrough:before,
9001
- .wm-app .note-icon-subscript:before,
9002
- .wm-app .note-icon-summernote:before,
9003
- .wm-app .note-icon-superscript:before,
9004
- .wm-app .note-icon-table:before,
9005
- .wm-app .note-icon-text-height:before,
9006
- .wm-app .note-icon-trash:before,
9007
- .wm-app .note-icon-underline:before,
9008
- .wm-app .note-icon-undo:before,
9009
- .wm-app .note-icon-unorderedlist:before,
9010
- .wm-app .note-icon-video:before {
9011
- display: inline-block;
9012
- font-family: summernote;
9013
- font-style: normal;
9014
- font-weight: 400;
9015
- text-decoration: inherit;
8961
+ .wm-app .note-icon-notdef:before {
8962
+ content: "\e900";
9016
8963
  }
9017
8964
  .wm-app .note-icon-align-center:before {
9018
8965
  content: "\f101";
@@ -9170,11 +9117,24 @@ ex: color-mix(in srgb, color1 50%, color2 30%)
9170
9117
  .wm-app .note-icon-video:before {
9171
9118
  content: "\f134";
9172
9119
  }
9173
- .wm-app .note-frame * {
9174
- color: #000;
9175
- -webkit-box-sizing: border-box;
9176
- -moz-box-sizing: border-box;
9177
- box-sizing: border-box;
9120
+ .wm-app .sr-only {
9121
+ position: absolute;
9122
+ width: 1px;
9123
+ height: 1px;
9124
+ padding: 0;
9125
+ margin: -1px;
9126
+ overflow: hidden;
9127
+ clip: rect(0, 0, 0, 0);
9128
+ border: 0;
9129
+ }
9130
+ .wm-app .sr-only-focusable:active,
9131
+ .wm-app .sr-only-focusable:focus {
9132
+ position: static;
9133
+ width: auto;
9134
+ height: auto;
9135
+ margin: 0;
9136
+ overflow: visible;
9137
+ clip: auto;
9178
9138
  }
9179
9139
  .wm-app kbd {
9180
9140
  padding: 3px 5px;
@@ -9187,1119 +9147,118 @@ ex: color-mix(in srgb, color1 50%, color2 30%)
9187
9147
  -ms-box-sizing: border-box;
9188
9148
  box-sizing: border-box;
9189
9149
  }
9190
- .wm-app .note-editor.note-frame .note-editing-area .note-codable,
9191
- .wm-app .note-input {
9192
- -ms-box-sizing: border-box;
9193
- -moz-box-sizing: border-box;
9194
- -webkit-box-sizing: border-box;
9195
- }
9196
- .wm-app .note-toolbar {
9197
- border-bottom: 1px solid #e2e2e2;
9198
- }
9199
- .wm-app .note-btn-group {
9200
- display: inline-block;
9201
- margin-right: 8px;
9202
- }
9203
- .wm-app .note-btn-group > .note-btn-group {
9204
- margin-right: 0;
9205
- }
9206
- .wm-app .note-btn-group > .note-btn,
9207
- .wm-app .note-btn-group > .note-btn-group {
9208
- margin-left: -4px;
9209
- border-radius: 0;
9210
- }
9211
- .wm-app .note-btn-group > .note-btn-group.active,
9212
- .wm-app .note-btn-group > .note-btn-group.focus,
9213
- .wm-app .note-btn-group > .note-btn.active,
9214
- .wm-app .note-btn-group > .note-btn.focus {
9215
- border-radius: 0;
9216
- }
9217
- .wm-app .note-btn-group > .note-btn-group:first-child,
9218
- .wm-app .note-btn-group > .note-btn:first-child {
9219
- margin-left: 0;
9220
- border-bottom-left-radius: 1px;
9221
- border-top-left-radius: 1px;
9222
- }
9223
- .wm-app .note-btn-group > .note-btn-group:first-child.active,
9224
- .wm-app .note-btn-group > .note-btn-group:first-child.focus,
9225
- .wm-app .note-btn-group > .note-btn:first-child.active,
9226
- .wm-app .note-btn-group > .note-btn:first-child.focus {
9227
- border-bottom-left-radius: 1px;
9228
- border-top-left-radius: 1px;
9229
- }
9230
- .wm-app .note-btn-group > .note-btn-group:last-child:not(.note-dropdown),
9231
- .wm-app .note-btn-group > .note-btn-group:last-child:not(.note-dropdown).active,
9232
- .wm-app .note-btn-group > .note-btn-group:last-child:not(.note-dropdown).focus,
9233
- .wm-app .note-btn-group > .note-btn:last-child:not(.note-dropdown),
9234
- .wm-app .note-btn-group > .note-btn:last-child:not(.note-dropdown).active,
9235
- .wm-app .note-btn-group > .note-btn:last-child:not(.note-dropdown).focus {
9236
- border-top-right-radius: 1px;
9237
- border-bottom-right-radius: 1px;
9238
- }
9239
- .wm-app .note-btn-group.open > .note-dropdown {
9240
- display: block;
9150
+ .wm-app .full-height,
9151
+ .wm-app body,
9152
+ .wm-app html {
9153
+ height: 100%;
9241
9154
  }
9242
- .wm-app .note-btn {
9155
+ .wm-app .help-list-item label {
9243
9156
  display: inline-block;
9244
- padding: 5px 10px;
9245
- margin-bottom: 0;
9246
- font-size: 14px;
9247
- font-weight: 400;
9248
- line-height: 1.4;
9249
- color: #333;
9250
- white-space: nowrap;
9251
- vertical-align: middle;
9252
- cursor: pointer;
9253
- background-color: #fff;
9254
- background-image: none;
9255
- border: 1px solid #fff;
9256
- border-radius: 1px;
9257
- outline: 0;
9258
- -webkit-user-select: none;
9259
- -moz-user-select: none;
9260
- -ms-user-select: none;
9261
- user-select: none;
9262
- touch-action: manipulation;
9263
- }
9264
- .wm-app .note-popover .note-popover-content .note-color-palette,
9265
- .wm-app .note-toolbar .note-color-palette {
9266
- line-height: 1;
9267
- }
9268
- .wm-app .note-btn.disabled.focus,
9269
- .wm-app .note-btn.disabled:focus,
9270
- .wm-app .note-btn[disabled].focus,
9271
- .wm-app .note-btn[disabled]:focus,
9272
- .wm-app fieldset[disabled] .note-btn.focus,
9273
- .wm-app fieldset[disabled] .note-btn:focus {
9274
- background-color: #fff;
9275
- border-color: #fff;
9276
- }
9277
- .wm-app .note-btn.focus,
9278
- .wm-app .note-btn:focus,
9279
- .wm-app .note-btn:hover {
9280
- color: #333;
9281
- text-decoration: none;
9282
- background-color: #ebebeb;
9283
- border: 1px solid #fff;
9284
- -webkit-border-radius: 1px;
9285
- -moz-border-radius: 1px;
9286
- border-radius: 1px;
9287
- outline: 0;
9288
- }
9289
- .wm-app .note-btn.active,
9290
- .wm-app .note-btn:active {
9291
- background-image: none;
9292
- outline: 0;
9157
+ margin-bottom: 5px;
9293
9158
  }
9294
- .wm-app .note-btn.disabled,
9295
- .wm-app .note-btn[disabled],
9296
- .wm-app fieldset[disabled] .note-btn {
9297
- cursor: not-allowed;
9298
- -webkit-opacity: 0.65;
9299
- -khtml-opacity: 0.65;
9300
- -moz-opacity: 0.65;
9301
- opacity: 0.65;
9302
- -ms-filter: alpha(opacity=65);
9303
- filter: alpha(opacity=65);
9304
- -webkit-box-shadow: none;
9305
- -moz-box-shadow: none;
9306
- box-shadow: none;
9159
+ .wm-app .ng-hide {
9160
+ display: none !important;
9307
9161
  }
9308
- .wm-app .note-btn-primary {
9309
- color: #fff;
9310
- background: #fa6362;
9162
+ .wm-app .app-partial-info {
9163
+ text-align: center;
9311
9164
  }
9312
- .wm-app .note-btn-primary.focus,
9313
- .wm-app .note-btn-primary:focus,
9314
- .wm-app .note-btn-primary:hover {
9165
+ .wm-app .app-partial-info .partial-message {
9166
+ padding: 0 0.25em;
9167
+ border-radius: 0.25em;
9168
+ border: 1px solid #9e9d9d;
9169
+ text-align: center;
9170
+ background: #575757;
9315
9171
  color: #fff;
9316
- text-decoration: none;
9317
- background-color: #fa6362;
9318
- border: 1px solid #fff;
9319
- -webkit-border-radius: 1px;
9320
- -moz-border-radius: 1px;
9321
- border-radius: 1px;
9322
- }
9323
- .wm-app .note-btn-block {
9324
- display: block;
9325
- width: 100%;
9326
- }
9327
- .wm-app .note-btn-block + .note-btn-block {
9328
- margin-top: 5px;
9172
+ display: inline-block;
9329
9173
  }
9330
- .wm-app input[type="submit"].note-btn-block,
9331
- .wm-app input[type="reset"].note-btn-block,
9332
- .wm-app input[type="button"].note-btn-block {
9333
- width: 100%;
9174
+ .wm-app .customTemplate section {
9175
+ display: table;
9176
+ white-space: normal;
9334
9177
  }
9335
- .wm-app .note-dropdown-menu {
9178
+ .wm-app #wm-mobile-display {
9179
+ width: 1px;
9180
+ height: 1px;
9336
9181
  position: absolute;
9337
- top: 100%;
9338
- left: 0;
9339
- z-index: 1000;
9182
+ z-index: -1000;
9340
9183
  display: none;
9341
- float: left;
9342
- min-width: 100px;
9343
- padding: 5px;
9344
- text-align: left;
9345
- background: #fff;
9346
- border: 1px solid #e2e2e2;
9347
- -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.06);
9348
- -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.06);
9349
- box-shadow: 0 1px 1px rgba(0, 0, 0, 0.06);
9350
- background-clip: padding-box;
9184
+ top: 0;
9351
9185
  }
9352
- .wm-app .note-btn-group.open .note-dropdown-menu,
9353
- .wm-app .note-dropdown-item {
9354
- display: block;
9186
+ .wm-app .visible-lg-block[hidden],
9187
+ .wm-app .visible-lg-inline-block[hidden],
9188
+ .wm-app .visible-lg-inline[hidden],
9189
+ .wm-app .visible-md-block[hidden],
9190
+ .wm-app .visible-md-inline-block[hidden],
9191
+ .wm-app .visible-md-inline[hidden],
9192
+ .wm-app .visible-sm-block[hidden],
9193
+ .wm-app .visible-sm-inline-block[hidden],
9194
+ .wm-app .visible-sm-inline[hidden],
9195
+ .wm-app .visible-xs-block[hidden],
9196
+ .wm-app .visible-xs-inline-block[hidden],
9197
+ .wm-app .visible-xs-inline[hidden] {
9198
+ display: none !important;
9355
9199
  }
9356
- .wm-app .note-dropdown-item:hover {
9357
- background-color: #ebebeb;
9200
+ .wm-app input[type="file"] {
9201
+ padding: 0;
9358
9202
  }
9359
- .wm-app a.note-dropdown-item,
9360
- .wm-app a.note-dropdown-item:hover {
9361
- margin: 2px 0;
9362
- color: #000;
9363
- text-decoration: none;
9203
+ .wm-app .infinite {
9204
+ animation-iteration-count: infinite;
9364
9205
  }
9365
- .wm-app .note-modal {
9366
- position: absolute;
9367
- top: 0;
9368
- right: 0;
9369
- bottom: 0;
9370
- left: 0;
9371
- z-index: 1050;
9372
- display: none;
9373
- overflow: hidden;
9374
- -webkit-opacity: 1;
9375
- -khtml-opacity: 1;
9376
- -moz-opacity: 1;
9377
- opacity: 1;
9378
- -ms-filter: alpha(opacity=100);
9379
- filter: alpha(opacity=100);
9206
+ .wm-app .app-tree {
9207
+ padding: 0;
9208
+ margin: 0;
9209
+ font-family: robotoregular, Arial, sans-serif;
9380
9210
  }
9381
- .wm-app .note-modal.open {
9382
- display: block;
9211
+ .wm-app .app-tree .app-tree a,
9212
+ .wm-app .app-tree ul li {
9213
+ color: inherit;
9383
9214
  }
9384
- .wm-app .note-modal-content {
9385
- position: relative;
9386
- width: auto;
9387
- margin: 30px 20px;
9388
- background: #fff;
9389
- border: 1px solid rgba(0, 0, 0, 0.2);
9215
+ .wm-app .app-tree li {
9216
+ padding: 5px 0;
9217
+ margin: 0;
9218
+ list-style: none;
9219
+ line-height: 17px;
9220
+ white-space: nowrap;
9390
9221
  outline: 0;
9391
- background-clip: border-box;
9392
- }
9393
- .wm-app .note-modal-header {
9394
- padding: 30px 20px 20px;
9395
- border: 1px solid #ededef;
9396
- }
9397
- .wm-app .note-modal-header .close {
9398
- margin-top: -10px;
9399
- }
9400
- .wm-app .note-modal-body {
9401
- position: relative;
9402
- padding: 20px 30px;
9403
9222
  }
9404
- .wm-app .note-modal-footer {
9405
- height: 40px;
9406
- padding: 10px;
9407
- text-align: center;
9223
+ .wm-app .app-tree li ul {
9224
+ margin-left: 0;
9225
+ padding: 0 0 0 18px;
9408
9226
  }
9409
- .wm-app .note-modal-footer a {
9410
- color: #337ab7;
9227
+ .wm-app .app-tree li a {
9228
+ padding-right: 3px;
9229
+ margin: 0;
9230
+ cursor: pointer;
9231
+ height: 17px;
9232
+ font-weight: inherit;
9233
+ color: inherit;
9234
+ background-color: transparent;
9411
9235
  text-decoration: none;
9236
+ vertical-align: top;
9237
+ display: inline-block;
9412
9238
  }
9413
- .wm-app .note-modal-footer a:focus,
9414
- .wm-app .note-modal-footer a:hover {
9415
- color: #23527c;
9416
- text-decoration: underline;
9417
- }
9418
- .wm-app .note-modal-footer .note-btn {
9419
- float: right;
9420
- }
9421
- .wm-app .note-modal-title {
9239
+ .wm-app .app-tree li a input.rename {
9240
+ height: 14px;
9241
+ width: 80px;
9242
+ padding: 0;
9422
9243
  margin: 0;
9423
- font-size: 26px;
9424
- line-height: 1.4;
9425
- color: #42515f;
9426
- }
9427
- .wm-app .note-modal-backdrop {
9428
- position: absolute;
9429
- top: 0;
9430
- right: 0;
9431
- bottom: 0;
9432
- left: 0;
9433
- z-index: 1040;
9434
- display: none;
9435
- background: #000;
9436
- -webkit-opacity: 0.5;
9437
- -khtml-opacity: 0.5;
9438
- -moz-opacity: 0.5;
9439
- opacity: 0.5;
9440
- -ms-filter: alpha(opacity=50);
9441
- filter: alpha(opacity=50);
9442
- }
9443
- .wm-app .note-modal-backdrop.open {
9444
- display: block;
9445
- }
9446
- @media (min-width: 768px) {
9447
- .wm-app .note-modal-content {
9448
- width: 600px;
9449
- margin: 30px auto;
9450
- }
9244
+ font-size: 12px;
9245
+ border: 1px solid #585956;
9451
9246
  }
9452
- @media (min-width: 992px) {
9453
- .wm-app .note-modal-content-large {
9454
- width: 900px;
9455
- }
9247
+ .wm-app .app-tree li[treenode].selected > a,
9248
+ .wm-app .app-tree li[treenode].selected > span,
9249
+ .wm-app .app-tree li[treenode].selected > span::before {
9250
+ color: #21adf0;
9456
9251
  }
9457
- .wm-app .note-form-group {
9458
- padding-bottom: 20px;
9252
+ .wm-app .app-tree li a.curSelectedNode {
9253
+ padding-top: 0;
9254
+ height: 17px;
9459
9255
  }
9460
- .wm-app .note-form-group:last-child {
9461
- padding-bottom: 0;
9462
- }
9463
- .wm-app .note-form-label {
9464
- display: block;
9465
- margin-bottom: 10px;
9466
- font-size: 16px;
9467
- font-weight: 700;
9468
- color: #42515f;
9469
- }
9470
- .wm-app .note-input {
9471
- display: block;
9472
- width: 100%;
9473
- padding: 6px 4px;
9474
- font-size: 14px;
9475
- background: #fff;
9476
- border: 1px solid #ededef;
9477
- outline: 0;
9478
- box-sizing: border-box;
9479
- }
9480
- .wm-app .note-popover,
9481
- .wm-app .note-tooltip {
9482
- display: block;
9483
- font-size: 13px;
9484
- }
9485
- .wm-app .note-input::-webkit-input-placeholder {
9486
- color: #eee;
9487
- }
9488
- .wm-app .note-input:-moz-placeholder {
9489
- color: #eee;
9490
- }
9491
- .wm-app .note-input::-moz-placeholder {
9492
- color: #eee;
9493
- }
9494
- .wm-app .note-input:-ms-input-placeholder {
9495
- color: #eee;
9496
- }
9497
- .wm-app .note-tooltip {
9498
- position: absolute;
9499
- z-index: 1070;
9500
- -webkit-opacity: 0;
9501
- -khtml-opacity: 0;
9502
- -moz-opacity: 0;
9503
- opacity: 0;
9504
- -ms-filter: alpha(opacity=0);
9505
- filter: alpha(opacity=0);
9506
- }
9507
- .wm-app .note-tooltip.in {
9508
- -webkit-opacity: 0.9;
9509
- -khtml-opacity: 0.9;
9510
- -moz-opacity: 0.9;
9511
- opacity: 0.9;
9512
- -ms-filter: alpha(opacity=90);
9513
- filter: alpha(opacity=90);
9514
- }
9515
- .wm-app .note-tooltip.top {
9516
- padding: 5px 0;
9517
- margin-top: -3px;
9518
- }
9519
- .wm-app .note-tooltip.right {
9520
- padding: 0 5px;
9521
- margin-left: 3px;
9522
- }
9523
- .wm-app .note-tooltip.bottom {
9524
- padding: 5px 0;
9525
- margin-top: 3px;
9526
- }
9527
- .wm-app .note-tooltip.left {
9528
- padding: 0 5px;
9529
- margin-left: -3px;
9530
- }
9531
- .wm-app .note-tooltip.bottom .note-tooltip-arrow {
9532
- top: 0;
9533
- left: 50%;
9534
- margin-left: -5px;
9535
- border-bottom-color: #000;
9536
- border-width: 0 5px 5px;
9537
- }
9538
- .wm-app .note-tooltip.top .note-tooltip-arrow {
9539
- bottom: 0;
9540
- left: 50%;
9541
- margin-left: -5px;
9542
- border-top-color: #000;
9543
- border-width: 5px 5px 0;
9544
- }
9545
- .wm-app .note-tooltip.right .note-tooltip-arrow {
9546
- top: 50%;
9547
- left: 0;
9548
- margin-top: -5px;
9549
- border-right-color: #000;
9550
- border-width: 5px 5px 5px 0;
9551
- }
9552
- .wm-app .note-tooltip.left .note-tooltip-arrow {
9553
- top: 50%;
9554
- right: 0;
9555
- margin-top: -5px;
9556
- border-left-color: #000;
9557
- border-width: 5px 0 5px 5px;
9558
- }
9559
- .wm-app .note-tooltip-arrow {
9560
- position: absolute;
9561
- width: 0;
9562
- height: 0;
9563
- border-color: transparent;
9564
- border-style: solid;
9565
- }
9566
- .wm-app .note-tooltip-content {
9567
- max-width: 200px;
9568
- padding: 3px 8px;
9569
- color: #fff;
9570
- text-align: center;
9571
- background-color: #000;
9572
- }
9573
- .wm-app .note-popover {
9574
- max-width: none;
9575
- }
9576
- .wm-app .note-popover {
9577
- position: absolute;
9578
- z-index: 1060;
9579
- display: none;
9580
- background: #fff;
9581
- border: 1px solid #ccc;
9582
- }
9583
- .wm-app .note-popover.in {
9584
- display: block;
9585
- }
9586
- .wm-app .note-popover.top {
9587
- padding: 5 0;
9588
- margin-top: -3px;
9589
- }
9590
- .wm-app .note-popover.right {
9591
- padding: 0 5;
9592
- margin-left: 3px;
9593
- }
9594
- .wm-app .note-popover.bottom {
9595
- padding: 5 0;
9596
- margin-top: 3px;
9597
- }
9598
- .wm-app .note-popover.left {
9599
- padding: 0 5;
9600
- margin-left: -3px;
9601
- }
9602
- .wm-app .note-popover.bottom .note-popover-arrow {
9603
- top: -11px;
9604
- left: 50%;
9605
- margin-left: -10px;
9606
- border-bottom-color: #999;
9607
- border-bottom-color: rgba(0, 0, 0, 0.25);
9608
- border-top-width: 0;
9609
- }
9610
- .wm-app .note-popover.bottom .note-popover-arrow::after {
9611
- top: 1px;
9612
- margin-left: -10px;
9613
- border-bottom-color: #fff;
9614
- border-top-width: 0;
9615
- content: " ";
9616
- }
9617
- .wm-app .note-popover.top .note-popover-arrow {
9618
- bottom: -11px;
9619
- left: 50%;
9620
- margin-left: -10px;
9621
- border-top-color: #999;
9622
- border-top-color: rgba(0, 0, 0, 0.25);
9623
- border-bottom-width: 0;
9624
- }
9625
- .wm-app .note-popover.top .note-popover-arrow::after {
9626
- bottom: 1px;
9627
- margin-left: -10px;
9628
- border-top-color: #fff;
9629
- border-bottom-width: 0;
9630
- content: " ";
9631
- }
9632
- .wm-app .note-popover.right .note-popover-arrow {
9633
- top: 50%;
9634
- left: -11px;
9635
- margin-top: -10px;
9636
- border-right-color: #999;
9637
- border-right-color: rgba(0, 0, 0, 0.25);
9638
- border-left-width: 0;
9639
- }
9640
- .wm-app .note-popover.right .note-popover-arrow::after {
9641
- left: 1px;
9642
- margin-top: -10px;
9643
- border-right-color: #fff;
9644
- border-left-width: 0;
9645
- content: " ";
9646
- }
9647
- .wm-app .note-popover.left .note-popover-arrow {
9648
- top: 50%;
9649
- right: -11px;
9650
- margin-top: -10px;
9651
- border-left-color: #999;
9652
- border-left-color: rgba(0, 0, 0, 0.25);
9653
- border-right-width: 0;
9654
- }
9655
- .wm-app .note-popover.left .note-popover-arrow::after {
9656
- right: 1px;
9657
- margin-top: -10px;
9658
- border-left-color: #fff;
9659
- border-right-width: 0;
9660
- content: " ";
9661
- }
9662
- .wm-app .note-popover-arrow {
9663
- position: absolute;
9664
- width: 0;
9665
- height: 0;
9666
- border: 11px solid transparent;
9667
- }
9668
- .wm-app .note-popover-arrow::after {
9669
- position: absolute;
9670
- display: block;
9671
- width: 0;
9672
- height: 0;
9673
- border-color: transparent;
9674
- border-style: solid;
9675
- border-width: 10px;
9676
- content: " ";
9677
- }
9678
- .wm-app .note-popover-content {
9679
- min-width: 100px;
9680
- min-height: 30px;
9681
- padding: 3px 8px;
9682
- color: #000;
9683
- text-align: center;
9684
- background-color: #fff;
9685
- }
9686
- .wm-app .note-editor {
9687
- position: relative;
9688
- }
9689
- .wm-app .note-editor .note-dropzone {
9690
- position: absolute;
9691
- z-index: 100;
9692
- display: none;
9693
- color: #87cefa;
9694
- background-color: #fff;
9695
- opacity: 0.95;
9696
- pointer-event: none;
9697
- }
9698
- .wm-app .note-editor .note-dropzone .note-dropzone-message {
9699
- display: table-cell;
9700
- font-size: 28px;
9701
- font-weight: 700;
9702
- text-align: center;
9703
- vertical-align: middle;
9704
- }
9705
- .wm-app .note-editor .note-dropzone.hover {
9706
- color: #098ddf;
9707
- }
9708
- .wm-app .note-editor.dragover .note-dropzone {
9709
- display: table;
9710
- }
9711
- .wm-app .note-editor .note-editing-area {
9712
- position: relative;
9713
- }
9714
- .wm-app .note-editor .note-editing-area .note-editable {
9715
- outline: 0;
9716
- }
9717
- .wm-app .note-editor .note-editing-area .note-editable table {
9718
- width: 100%;
9719
- border-collapse: collapse;
9720
- }
9721
- .wm-app .note-editor .note-editing-area .note-editable table td,
9722
- .wm-app .note-editor .note-editing-area .note-editable table th {
9723
- padding: 5px 3px;
9724
- border: 1px solid #ececec;
9725
- }
9726
- .wm-app .note-editor .note-editing-area .note-editable sup {
9727
- vertical-align: super;
9728
- }
9729
- .wm-app .note-editor .note-editing-area .note-editable sub {
9730
- vertical-align: sub;
9731
- }
9732
- .wm-app .note-editor .note-editing-area .note-editable a {
9733
- font-family: inherit;
9734
- font-weight: inherit;
9735
- color: #337ab7;
9736
- text-decoration: inherit;
9737
- background-color: inherit;
9738
- }
9739
- .wm-app .note-editor .note-editing-area .note-editable a:focus,
9740
- .wm-app .note-editor .note-editing-area .note-editable a:hover {
9741
- color: #23527c;
9742
- text-decoration: underline;
9743
- outline: 0;
9744
- }
9745
- .wm-app .note-editor .note-editing-area .note-editable figure {
9746
- margin: 0;
9747
- }
9748
- .wm-app .note-editor.note-frame {
9749
- border: 1px solid #a9a9a9;
9750
- }
9751
- .wm-app .note-editor.note-frame.codeview .note-editing-area .note-editable {
9752
- display: none;
9753
- }
9754
- .wm-app .note-editor.note-frame.codeview .note-editing-area .note-codable {
9755
- display: block;
9756
- }
9757
- .wm-app .note-editor.note-frame .note-editing-area {
9758
- overflow: hidden;
9759
- }
9760
- .wm-app .note-editor.note-frame .note-editing-area .note-editable {
9761
- padding: 10px;
9762
- overflow: auto;
9763
- color: #000;
9764
- word-wrap: break-word;
9765
- background-color: #fff;
9766
- }
9767
- .wm-app .note-editor.note-frame .note-editing-area .note-editable[contenteditable="false"] {
9768
- background-color: #e5e5e5;
9769
- }
9770
- .wm-app .note-editor.note-frame .note-editing-area .note-codable {
9771
- display: none;
9772
- width: 100%;
9773
- padding: 10px;
9774
- margin-bottom: 0;
9775
- font-family: Menlo, Monaco, monospace, sans-serif;
9776
- font-size: 14px;
9777
- color: #ccc;
9778
- background-color: #222;
9779
- border: 0;
9780
- -webkit-border-radius: 0;
9781
- -moz-border-radius: 0;
9782
- border-radius: 0;
9783
- box-shadow: none;
9784
- box-sizing: border-box;
9785
- resize: none;
9786
- }
9787
- .wm-app .note-editor.note-frame.fullscreen {
9788
- position: fixed;
9789
- top: 0;
9790
- left: 0;
9791
- z-index: 1050;
9792
- width: 100% !important;
9793
- }
9794
- .wm-app .note-editor.note-frame.fullscreen .note-editable {
9795
- background-color: #fff;
9796
- }
9797
- .wm-app .note-editor.note-frame.fullscreen .note-resizebar {
9798
- display: none;
9799
- }
9800
- .wm-app .note-editor.note-frame .note-status-output {
9801
- display: block;
9802
- width: 100%;
9803
- height: 20px;
9804
- margin-bottom: 0;
9805
- font-size: 14px;
9806
- line-height: 1.42857143;
9807
- color: #000;
9808
- border: 0;
9809
- border-top: 1px solid #e2e2e2;
9810
- }
9811
- .wm-app .note-editor.note-frame .note-status-output:empty {
9812
- height: 0;
9813
- border-top: 0 solid transparent;
9814
- }
9815
- .wm-app .note-editor.note-frame .note-status-output .pull-right {
9816
- float: right !important;
9817
- }
9818
- .wm-app .note-editor.note-frame .note-status-output .text-muted {
9819
- color: #777;
9820
- }
9821
- .wm-app .note-editor.note-frame .note-status-output .text-primary {
9822
- color: #286090;
9823
- }
9824
- .wm-app .note-editor.note-frame .note-status-output .text-success {
9825
- color: #3c763d;
9826
- }
9827
- .wm-app .note-editor.note-frame .note-status-output .text-info {
9828
- color: #31708f;
9829
- }
9830
- .wm-app .note-editor.note-frame .note-status-output .text-warning {
9831
- color: #8a6d3b;
9832
- }
9833
- .wm-app .note-editor.note-frame .note-status-output .text-danger {
9834
- color: #a94442;
9835
- }
9836
- .wm-app .note-editor.note-frame .note-status-output .alert {
9837
- padding: 7px 10px 2px;
9838
- margin: -7px 0 0;
9839
- color: #000;
9840
- background-color: #f5f5f5;
9841
- border-radius: 0;
9842
- }
9843
- .wm-app .note-editor.note-frame .note-status-output .alert .note-icon {
9844
- margin-right: 5px;
9845
- }
9846
- .wm-app .note-editor.note-frame .note-status-output .alert-success {
9847
- color: #3c763d !important;
9848
- background-color: #dff0d8 !important;
9849
- }
9850
- .wm-app .note-editor.note-frame .note-status-output .alert-info {
9851
- color: #31708f !important;
9852
- background-color: #d9edf7 !important;
9853
- }
9854
- .wm-app .note-editor.note-frame .note-status-output .alert-warning {
9855
- color: #8a6d3b !important;
9856
- background-color: #fcf8e3 !important;
9857
- }
9858
- .wm-app .note-editor.note-frame .note-status-output .alert-danger {
9859
- color: #a94442 !important;
9860
- background-color: #f2dede !important;
9861
- }
9862
- .wm-app .note-editor.note-frame .note-statusbar {
9863
- background-color: #f5f5f5;
9864
- border-top: 1px solid #ddd;
9865
- border-bottom-right-radius: 4px;
9866
- border-bottom-left-radius: 4px;
9867
- }
9868
- .wm-app .note-editor.note-frame .note-statusbar .note-resizebar {
9869
- width: 100%;
9870
- height: 9px;
9871
- padding-top: 1px;
9872
- cursor: ns-resize;
9873
- }
9874
- .wm-app .note-editor.note-frame .note-statusbar .note-resizebar .note-icon-bar {
9875
- width: 20px;
9876
- margin: 1px auto;
9877
- border-top: 1px solid #a9a9a9;
9878
- }
9879
- .wm-app .note-editor.note-frame .note-statusbar.locked .note-resizebar {
9880
- cursor: default;
9881
- }
9882
- .wm-app .note-editor.note-frame .note-statusbar.locked .note-resizebar .note-icon-bar {
9883
- display: none;
9884
- }
9885
- .wm-app .note-editor.note-frame .note-placeholder {
9886
- padding: 10px;
9887
- }
9888
- .wm-app .note-popover .note-popover-content a {
9889
- display: inline-block;
9890
- max-width: 200px;
9891
- overflow: hidden;
9892
- text-overflow: ellipsis;
9893
- white-space: nowrap;
9894
- vertical-align: middle;
9895
- }
9896
- .wm-app .note-popover .note-popover-arrow {
9897
- left: 20px !important;
9898
- }
9899
- .wm-app .note-popover .note-popover-content,
9900
- .wm-app .note-toolbar {
9901
- padding: 0 0 5px 5px;
9902
- margin: 0;
9903
- background-color: #fff;
9904
- }
9905
- .wm-app .note-popover .note-popover-content > .note-btn-group,
9906
- .wm-app .note-toolbar > .note-btn-group {
9907
- margin-top: 5px;
9908
- margin-right: 5px;
9909
- margin-left: 0;
9910
- }
9911
- .wm-app .note-popover .note-popover-content .note-btn-group .note-table,
9912
- .wm-app .note-toolbar .note-btn-group .note-table {
9913
- min-width: 0;
9914
- padding: 5px;
9915
- }
9916
- .wm-app .note-popover .note-popover-content .note-btn-group .note-table .note-dimension-picker,
9917
- .wm-app .note-toolbar .note-btn-group .note-table .note-dimension-picker {
9918
- font-size: 18px;
9919
- }
9920
- .wm-app .note-popover .note-popover-content .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-mousecatcher,
9921
- .wm-app .note-toolbar .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-mousecatcher {
9922
- position: absolute !important;
9923
- z-index: 3;
9924
- width: 10em;
9925
- height: 10em;
9926
- cursor: pointer;
9927
- }
9928
- .wm-app .note-popover .note-popover-content .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-unhighlighted,
9929
- .wm-app .note-toolbar .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-unhighlighted {
9930
- position: relative !important;
9931
- z-index: 1;
9932
- width: 5em;
9933
- height: 5em;
9934
- background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIj4+Pjp6ekKlAqjAAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKhmnaJzPAAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC);
9935
- }
9936
- .wm-app .note-popover .note-popover-content .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-highlighted,
9937
- .wm-app .note-toolbar .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-highlighted {
9938
- position: absolute !important;
9939
- z-index: 2;
9940
- width: 1em;
9941
- height: 1em;
9942
- background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIjd6vvD2f9LKLW+AAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKwNDEVT0AAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC);
9943
- }
9944
- .wm-app .note-popover .note-popover-content .note-style blockquote,
9945
- .wm-app .note-popover .note-popover-content .note-style h1,
9946
- .wm-app .note-popover .note-popover-content .note-style h2,
9947
- .wm-app .note-popover .note-popover-content .note-style h3,
9948
- .wm-app .note-popover .note-popover-content .note-style h4,
9949
- .wm-app .note-popover .note-popover-content .note-style h5,
9950
- .wm-app .note-popover .note-popover-content .note-style h6,
9951
- .wm-app .note-toolbar .note-style blockquote,
9952
- .wm-app .note-toolbar .note-style h1,
9953
- .wm-app .note-toolbar .note-style h2,
9954
- .wm-app .note-toolbar .note-style h3,
9955
- .wm-app .note-toolbar .note-style h4,
9956
- .wm-app .note-toolbar .note-style h5,
9957
- .wm-app .note-toolbar .note-style h6 {
9958
- margin: 0;
9959
- }
9960
- .wm-app .note-popover .note-popover-content .note-color .dropdown-toggle,
9961
- .wm-app .note-toolbar .note-color .dropdown-toggle {
9962
- width: 20px;
9963
- padding-left: 5px;
9964
- }
9965
- .wm-app .note-popover .note-popover-content .note-color .note-dropdown-menu,
9966
- .wm-app .note-toolbar .note-color .note-dropdown-menu {
9967
- min-width: 346px;
9968
- -webkit-box-sizing: content-box;
9969
- -moz-box-sizing: content-box;
9970
- box-sizing: content-box;
9971
- }
9972
- .wm-app .note-popover .note-popover-content .note-color .note-dropdown-menu .note-palette,
9973
- .wm-app .note-toolbar .note-color .note-dropdown-menu .note-palette {
9974
- display: inline-block;
9975
- width: 160px;
9976
- margin: 0;
9977
- }
9978
- .wm-app .note-popover .note-popover-content .note-color .note-dropdown-menu .note-palette:first-child,
9979
- .wm-app .note-toolbar .note-color .note-dropdown-menu .note-palette:first-child {
9980
- margin: 0 15px 0 5px;
9981
- }
9982
- .wm-app .note-popover .note-popover-content .note-color .note-dropdown-menu .note-palette .note-palette-title,
9983
- .wm-app .note-toolbar .note-color .note-dropdown-menu .note-palette .note-palette-title {
9984
- margin: 2px 7px;
9985
- font-size: 12px;
9986
- text-align: center;
9987
- border-bottom: 1px solid #eee;
9988
- }
9989
- .wm-app .note-popover .note-popover-content .note-color .note-dropdown-menu .note-palette .note-color-reset,
9990
- .wm-app .note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-reset {
9991
- width: 100%;
9992
- padding: 2px 3px;
9993
- margin: 3px;
9994
- cursor: pointer;
9995
- background-color: #fff;
9996
- border: 0;
9997
- -webkit-border-radius: 5px;
9998
- -moz-border-radius: 5px;
9999
- border-radius: 5px;
10000
- }
10001
- .wm-app .note-popover .note-popover-content .note-color .note-dropdown-menu .note-palette .note-color-row,
10002
- .wm-app .note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-row {
10003
- height: 20px;
10004
- }
10005
- .wm-app .note-popover .note-popover-content .note-color .note-dropdown-menu .note-palette .note-color-reset:hover,
10006
- .wm-app .note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-reset:hover {
10007
- background: #eee;
10008
- }
10009
- .wm-app .note-popover .note-popover-content .note-para .note-dropdown-menu,
10010
- .wm-app .note-toolbar .note-para .note-dropdown-menu {
10011
- min-width: 216px;
10012
- padding: 5px;
10013
- }
10014
- .wm-app .note-popover .note-popover-content .note-para .note-dropdown-menu > div:first-child,
10015
- .wm-app .note-toolbar .note-para .note-dropdown-menu > div:first-child {
10016
- margin-right: 5px;
10017
- }
10018
- .wm-app .note-popover .note-popover-content .note-btn-fontname .note-dropdown-menu,
10019
- .wm-app .note-toolbar .note-btn-fontname .note-dropdown-menu {
10020
- min-width: 200px;
10021
- }
10022
- .wm-app .note-popover .note-popover-content .note-dropdown-menu,
10023
- .wm-app .note-toolbar .note-dropdown-menu {
10024
- min-width: 160px;
10025
- }
10026
- .wm-app .note-popover .note-popover-content .note-dropdown-menu.right,
10027
- .wm-app .note-toolbar .note-dropdown-menu.right {
10028
- right: 0;
10029
- left: auto;
10030
- }
10031
- .wm-app .note-popover .note-popover-content .note-dropdown-menu.right::before,
10032
- .wm-app .note-toolbar .note-dropdown-menu.right::before {
10033
- right: 9px;
10034
- left: auto !important;
10035
- }
10036
- .wm-app .note-popover .note-popover-content .note-dropdown-menu.right::after,
10037
- .wm-app .note-toolbar .note-dropdown-menu.right::after {
10038
- right: 10px;
10039
- left: auto !important;
10040
- }
10041
- .wm-app .note-popover .note-popover-content .note-dropdown-menu.note-check .note-dropdown-item i,
10042
- .wm-app .note-toolbar .note-dropdown-menu.note-check .note-dropdown-item i {
10043
- color: #00bfff;
10044
- visibility: hidden;
10045
- }
10046
- .wm-app .note-popover .note-popover-content .note-dropdown-menu.note-check .note-dropdown-item.checked i,
10047
- .wm-app .note-toolbar .note-dropdown-menu.note-check .note-dropdown-item.checked i {
10048
- visibility: visible;
10049
- }
10050
- .wm-app .note-popover .note-popover-content .note-dropdown-menu .note-dropdown-item > *,
10051
- .wm-app .note-toolbar .note-dropdown-menu .note-dropdown-item > * {
10052
- margin: 0;
10053
- }
10054
- .wm-app .note-popover .note-popover-content .note-fontsize-10,
10055
- .wm-app .note-toolbar .note-fontsize-10 {
10056
- font-size: 10px;
10057
- }
10058
- .wm-app .note-popover .note-popover-content .note-color-palette div .note-color-btn,
10059
- .wm-app .note-toolbar .note-color-palette div .note-color-btn {
10060
- width: 20px;
10061
- height: 20px;
10062
- padding: 0;
10063
- margin: 0;
10064
- border: 1px solid #fff;
10065
- }
10066
- .wm-app .note-popover .note-popover-content .note-color-palette div .note-color-btn:hover,
10067
- .wm-app .note-toolbar .note-color-palette div .note-color-btn:hover {
10068
- border: 1px solid #000;
10069
- }
10070
- .wm-app .note-modal .note-modal-body label {
10071
- display: inline-block;
10072
- padding: 2px 5px;
10073
- margin-bottom: 2px;
10074
- }
10075
- .wm-app .note-modal .note-modal-body .help-list-item:hover {
10076
- background-color: #e0e0e0;
10077
- }
10078
- @-moz-document url-prefix() {
10079
- .wm-app .note-image-input {
10080
- height: auto;
10081
- }
10082
- }
10083
- .wm-app .note-placeholder {
10084
- position: absolute;
10085
- display: none;
10086
- color: gray;
10087
- }
10088
- .wm-app .note-handle .note-control-selection {
10089
- position: absolute;
10090
- display: none;
10091
- border: 1px solid #000;
10092
- }
10093
- .wm-app .note-handle .note-control-selection > div {
10094
- position: absolute;
10095
- }
10096
- .wm-app .note-handle .note-control-selection .note-control-selection-bg {
10097
- width: 100%;
10098
- height: 100%;
10099
- background-color: #000;
10100
- -webkit-opacity: 0.3;
10101
- -khtml-opacity: 0.3;
10102
- -moz-opacity: 0.3;
10103
- opacity: 0.3;
10104
- -ms-filter: alpha(opacity=30);
10105
- filter: alpha(opacity=30);
10106
- }
10107
- .wm-app .note-handle .note-control-selection .note-control-handle,
10108
- .wm-app .note-handle .note-control-selection .note-control-holder {
10109
- width: 7px;
10110
- height: 7px;
10111
- border: 1px solid #000;
10112
- }
10113
- .wm-app .note-handle .note-control-selection .note-control-sizing {
10114
- width: 7px;
10115
- height: 7px;
10116
- background-color: #fff;
10117
- border: 1px solid #000;
10118
- }
10119
- .wm-app .full-height,
10120
- .wm-app body,
10121
- .wm-app html {
10122
- height: 100%;
10123
- }
10124
- .wm-app .note-handle .note-control-selection .note-control-nw {
10125
- top: -5px;
10126
- left: -5px;
10127
- border-right: 0;
10128
- border-bottom: 0;
10129
- }
10130
- .wm-app .note-handle .note-control-selection .note-control-ne {
10131
- top: -5px;
10132
- right: -5px;
10133
- border-bottom: 0;
10134
- border-left: none;
10135
- }
10136
- .wm-app .note-handle .note-control-selection .note-control-sw {
10137
- bottom: -5px;
10138
- left: -5px;
10139
- border-top: 0;
10140
- border-right: 0;
10141
- }
10142
- .wm-app .note-handle .note-control-selection .note-control-se {
10143
- right: -5px;
10144
- bottom: -5px;
10145
- cursor: se-resize;
10146
- }
10147
- .wm-app .note-handle .note-control-selection .note-control-se.note-control-holder {
10148
- cursor: default;
10149
- border-top: 0;
10150
- border-left: none;
10151
- }
10152
- .wm-app .note-handle .note-control-selection .note-control-selection-info {
10153
- right: 0;
10154
- bottom: 0;
10155
- padding: 5px;
10156
- margin: 5px;
10157
- font-size: 12px;
10158
- color: #fff;
10159
- background-color: #000;
10160
- -webkit-border-radius: 5px;
10161
- -moz-border-radius: 5px;
10162
- border-radius: 5px;
10163
- -webkit-opacity: 0.7;
10164
- -khtml-opacity: 0.7;
10165
- -moz-opacity: 0.7;
10166
- opacity: 0.7;
10167
- -ms-filter: alpha(opacity=70);
10168
- filter: alpha(opacity=70);
10169
- }
10170
- .wm-app .note-hint-popover {
10171
- min-width: 100px;
10172
- padding: 2px;
10173
- }
10174
- .wm-app .note-hint-popover .note-popover-content {
10175
- max-height: 150px;
10176
- padding: 3px;
10177
- overflow: auto;
10178
- }
10179
- .wm-app .note-hint-popover .note-popover-content .note-hint-group .note-hint-item {
10180
- display: block !important;
10181
- padding: 3px;
10182
- }
10183
- .wm-app .note-hint-popover .note-popover-content .note-hint-group .note-hint-item.active,
10184
- .wm-app .note-hint-popover .note-popover-content .note-hint-group .note-hint-item:hover {
10185
- display: block;
10186
- clear: both;
10187
- font-weight: 400;
10188
- line-height: 1.4;
10189
- color: #fff;
10190
- text-decoration: none;
10191
- white-space: nowrap;
10192
- cursor: pointer;
10193
- background-color: #428bca;
10194
- outline: 0;
10195
- }
10196
- .wm-app .help-list-item label {
10197
- display: inline-block;
10198
- margin-bottom: 5px;
10199
- }
10200
- .wm-app .ng-hide {
10201
- display: none !important;
10202
- }
10203
- .wm-app .app-partial-info {
10204
- text-align: center;
10205
- }
10206
- .wm-app .app-partial-info .partial-message {
10207
- padding: 0 0.25em;
10208
- border-radius: 0.25em;
10209
- border: 1px solid #9e9d9d;
10210
- text-align: center;
10211
- background: #575757;
10212
- color: #fff;
10213
- display: inline-block;
10214
- }
10215
- .wm-app .customTemplate section {
10216
- display: table;
10217
- white-space: normal;
10218
- }
10219
- .wm-app #wm-mobile-display {
10220
- width: 1px;
10221
- height: 1px;
10222
- position: absolute;
10223
- z-index: -1000;
10224
- display: none;
10225
- top: 0;
10226
- }
10227
- .wm-app .visible-lg-block[hidden],
10228
- .wm-app .visible-lg-inline-block[hidden],
10229
- .wm-app .visible-lg-inline[hidden],
10230
- .wm-app .visible-md-block[hidden],
10231
- .wm-app .visible-md-inline-block[hidden],
10232
- .wm-app .visible-md-inline[hidden],
10233
- .wm-app .visible-sm-block[hidden],
10234
- .wm-app .visible-sm-inline-block[hidden],
10235
- .wm-app .visible-sm-inline[hidden],
10236
- .wm-app .visible-xs-block[hidden],
10237
- .wm-app .visible-xs-inline-block[hidden],
10238
- .wm-app .visible-xs-inline[hidden] {
10239
- display: none !important;
10240
- }
10241
- .wm-app input[type="file"] {
10242
- padding: 0;
10243
- }
10244
- .wm-app .infinite {
10245
- animation-iteration-count: infinite;
10246
- }
10247
- .wm-app .app-tree {
10248
- padding: 0;
10249
- margin: 0;
10250
- font-family: robotoregular, Arial, sans-serif;
10251
- }
10252
- .wm-app .app-tree .app-tree a,
10253
- .wm-app .app-tree ul li {
10254
- color: inherit;
10255
- }
10256
- .wm-app .app-tree li {
10257
- padding: 5px 0;
10258
- margin: 0;
10259
- list-style: none;
10260
- line-height: 17px;
10261
- white-space: nowrap;
10262
- outline: 0;
10263
- }
10264
- .wm-app .app-tree li ul {
10265
- margin-left: 0;
10266
- padding: 0 0 0 18px;
10267
- }
10268
- .wm-app .app-tree li a {
10269
- padding-right: 3px;
10270
- margin: 0;
10271
- cursor: pointer;
10272
- height: 17px;
10273
- font-weight: inherit;
10274
- color: inherit;
10275
- background-color: transparent;
10276
- text-decoration: none;
10277
- vertical-align: top;
10278
- display: inline-block;
10279
- }
10280
- .wm-app .app-tree li a input.rename {
10281
- height: 14px;
10282
- width: 80px;
10283
- padding: 0;
10284
- margin: 0;
10285
- font-size: 12px;
10286
- border: 1px solid #585956;
10287
- }
10288
- .wm-app .app-tree li[treenode].selected > a,
10289
- .wm-app .app-tree li[treenode].selected > span,
10290
- .wm-app .app-tree li[treenode].selected > span::before {
10291
- color: #21adf0;
10292
- }
10293
- .wm-app .app-tree li a.curSelectedNode {
10294
- padding-top: 0;
10295
- height: 17px;
10296
- }
10297
- .wm-app .app-tree li a.curSelectedNode_Edit {
10298
- padding-top: 0;
10299
- background-color: transparent;
10300
- height: 17px;
10301
- border: 1px solid #666;
10302
- opacity: 0.8;
9256
+ .wm-app .app-tree li a.curSelectedNode_Edit {
9257
+ padding-top: 0;
9258
+ background-color: transparent;
9259
+ height: 17px;
9260
+ border: 1px solid #666;
9261
+ opacity: 0.8;
10303
9262
  }
10304
9263
  .wm-app .app-tree li a.tmpTargetNode_inner {
10305
9264
  padding-top: 0;
@@ -10817,61 +9776,20 @@ ex: color-mix(in srgb, color1 50%, color2 30%)
10817
9776
  height: 100%;
10818
9777
  min-height: 500px;
10819
9778
  }
10820
- .wm-app .app-richtexteditor .locked.note-statusbar,
10821
9779
  .wm-app .wm-mobile-app .app-media-fullscreen .app-mobile-navbar .left-nav-btn {
10822
9780
  display: none;
10823
9781
  }
10824
9782
  .wm-app .dropdown-menu.matchmode-dropdown {
10825
9783
  z-index: 2000;
10826
9784
  max-height: 300px;
10827
- overflow-y: auto;
10828
- }
10829
- .wm-app .app-livegrid {
10830
- position: relative;
10831
- height: auto;
10832
- }
10833
- .wm-app .app-livegrid .app-dialog {
10834
- width: auto !important;
10835
- }
10836
- .wm-app .app-richtexteditor {
10837
- position: relative;
10838
- overflow: inherit;
10839
- }
10840
- .wm-app .app-richtexteditor .note-editable {
10841
- border: none;
10842
- }
10843
- .wm-app .app-richtexteditor .note-dropdown-menu {
10844
- padding: 0;
10845
- }
10846
- .wm-app .app-richtexteditor .note-dropdown-menu > a {
10847
- padding: 2px 10px;
10848
- }
10849
- .wm-app .app-richtexteditor .note-dropdown-menu > a:hover {
10850
- text-decoration: none;
10851
- }
10852
- .wm-app .app-richtexteditor .note-status-output:empty {
10853
- padding: 0;
10854
- }
10855
- .wm-app .note-modal .note-modal-body,
10856
- .wm-app .note-modal .note-modal-header {
10857
- padding: 1em;
10858
- }
10859
- .wm-app .note-modal .note-modal-header .note-modal-title {
10860
- margin: 0;
10861
- }
10862
- .wm-app .note-modal .note-modal-body label {
10863
- color: inherit;
10864
- }
10865
- .wm-app .note-modal .note-modal-body .form-group {
10866
- margin-bottom: 0;
9785
+ overflow-y: auto;
10867
9786
  }
10868
- .wm-app .note-modal .note-modal-footer {
10869
- min-height: 50px;
9787
+ .wm-app .app-livegrid {
9788
+ position: relative;
10870
9789
  height: auto;
10871
- text-align: right;
10872
9790
  }
10873
- .wm-app .note-modal .note-modal-footer > button {
10874
- float: none;
9791
+ .wm-app .app-livegrid .app-dialog {
9792
+ width: auto !important;
10875
9793
  }
10876
9794
  .wm-app .app-chart .app-chart-inner.loading svg,
10877
9795
  .wm-app .app-picker .app-picker-empty-option {
@@ -10955,69 +9873,6 @@ ex: color-mix(in srgb, color1 50%, color2 30%)
10955
9873
  z-index: 9999;
10956
9874
  display: none;
10957
9875
  }
10958
- .wm-app .app-calendar {
10959
- display: inline-block;
10960
- position: relative;
10961
- }
10962
- .wm-app .app-calendar .fc {
10963
- width: inherit;
10964
- }
10965
- .wm-app .app-calendar .well {
10966
- padding: 0;
10967
- margin-bottom: 0;
10968
- border: none;
10969
- }
10970
- .wm-app .app-calendar .well table thead tr th button.float-left,
10971
- .wm-app .app-calendar .well table thead tr th button.float-right {
10972
- font-size: 21px;
10973
- padding-top: 0;
10974
- padding-bottom: 0;
10975
- }
10976
- .wm-app .app-calendar .fc .fc-view-container {
10977
- background: #fff;
10978
- }
10979
- .wm-app .app-calendar .fc table {
10980
- background-color: transparent;
10981
- }
10982
- .wm-app .app-calendar .fc th {
10983
- text-align: center;
10984
- }
10985
- .wm-app .app-calendar .fc th:not(.fc-axis) {
10986
- padding: 1em 0;
10987
- text-align: center;
10988
- }
10989
- .wm-app .app-calendar .fc .fc-event {
10990
- font-size: 12px;
10991
- border-radius: 0;
10992
- text-decoration: none;
10993
- border: 1px solid rgba(0, 0, 0, 0.2);
10994
- padding: 2px 4px;
10995
- background-color: #fff;
10996
- }
10997
- .wm-app .app-calendar .fc .fc-toolbar {
10998
- margin-bottom: 0.25em;
10999
- padding: 0 0.5em;
11000
- }
11001
- .wm-app .app-calendar .fc .fc-toolbar .fc-button {
11002
- border-radius: 0;
11003
- box-shadow: none;
11004
- border-color: rgba(0, 0, 0, 0.1);
11005
- text-shadow: 0;
11006
- }
11007
- .wm-app .app-calendar .fc .fc-toolbar h2 {
11008
- font-size: 1.1rem;
11009
- margin-top: 0;
11010
- margin-bottom: 0;
11011
- }
11012
- .wm-app .app-calendar .fc .fc-toolbar > * > * {
11013
- margin: 0;
11014
- }
11015
- .wm-app .app-calendar .fc .fc-toolbar .fc-today-button {
11016
- margin-left: 0.75em;
11017
- }
11018
- .wm-app .app-calendar .fc .fc-divider {
11019
- margin: 0;
11020
- }
11021
9876
  .wm-app .app-login {
11022
9877
  position: relative;
11023
9878
  overflow: auto;
@@ -11116,16 +9971,6 @@ ex: color-mix(in srgb, color1 50%, color2 30%)
11116
9971
  font-weight: 700;
11117
9972
  font-size: 24pt;
11118
9973
  }
11119
- .wm-app .app-carousel .carousel.slide {
11120
- height: inherit;
11121
- width: inherit;
11122
- }
11123
- .wm-app .app-carousel .carousel.slide .carousel-control .icon-next,
11124
- .wm-app .app-carousel .carousel.slide .carousel-control .icon-prev {
11125
- margin-top: -30%;
11126
- font-size: 70px;
11127
- cursor: pointer;
11128
- }
11129
9974
  .wm-app .app-number.form-control.invalid {
11130
9975
  border-color: transparent;
11131
9976
  background-image: none;
@@ -11136,29 +9981,6 @@ ex: color-mix(in srgb, color1 50%, color2 30%)
11136
9981
  width: 100%;
11137
9982
  height: 100%;
11138
9983
  }
11139
- @media only screen and (max-width: 767px) and (min-width: 299px) {
11140
- .wm-app .app-calendar .fc .fc-event {
11141
- background-color: #4caf50;
11142
- opacity: 0.8;
11143
- color: #fff;
11144
- border-radius: 4px;
11145
- }
11146
- .wm-app .app-calendar .fc .fc-toolbar .fc-toolbar-chunk {
11147
- display: flex;
11148
- }
11149
- .wm-app .app-calendar .fc .fc-toolbar .fc-toolbar-chunk .fc-button {
11150
- font-size: 0.9em;
11151
- }
11152
- .wm-app .app-calendar .fc .fc-toolbar .fc-toolbar-chunk .fc-toolbar-title {
11153
- font-size: 0.7rem;
11154
- text-align: center;
11155
- font-weight: 700;
11156
- padding: 0.1rem;
11157
- }
11158
- .wm-app .app-calendar .fc .fc-toolbar > * > :not(:first-child) {
11159
- margin-left: 0.1em;
11160
- }
11161
- }
11162
9984
  .wm-app .app-linear-layout.app-linear-layout-direction-column-reverse.app-linear-layout-spacing-0 > .app-linear-layout-item,
11163
9985
  .wm-app .app-linear-layout.app-linear-layout-direction-column.app-linear-layout-spacing-0 > .app-linear-layout-item,
11164
9986
  .wm-app .app-linear-layout.app-linear-layout-direction-row-reverse.app-linear-layout-spacing-0 > .app-linear-layout-item,
@@ -12823,63 +11645,6 @@ ex: color-mix(in srgb, color1 50%, color2 30%)
12823
11645
  transform: translate3d(0, 0, 0);
12824
11646
  }
12825
11647
  }
12826
- .wm-app .app-carousel {
12827
- position: relative;
12828
- overflow: hidden;
12829
- }
12830
- .wm-app .app-carousel div.carousel-inner {
12831
- height: 100%;
12832
- white-space: nowrap;
12833
- }
12834
- .wm-app .app-carousel div.carousel-inner .app-carousel-item {
12835
- display: inline-block;
12836
- position: absolute;
12837
- width: 100%;
12838
- }
12839
- .wm-app .app-carousel div.carousel-inner .app-carousel-item.item {
12840
- overflow: hidden;
12841
- height: 100%;
12842
- display: inline-block;
12843
- position: absolute;
12844
- width: 100%;
12845
- transition: none;
12846
- }
12847
- .wm-app .app-carousel div.carousel-inner .app-carousel-item.item img {
12848
- width: 100%;
12849
- }
12850
- .wm-app .app-carousel div.carousel-inner .app-carousel-item.item.left-item {
12851
- left: -100%;
12852
- }
12853
- .wm-app .app-carousel div.carousel-inner .app-carousel-item.item.right-item {
12854
- left: 100%;
12855
- }
12856
- .wm-app .app-carousel .carousel {
12857
- height: 100%;
12858
- }
12859
- .wm-app .app-carousel carousel.hide-both .carousel-control,
12860
- .wm-app .app-carousel carousel.hide-both .carousel-indicators,
12861
- .wm-app .app-carousel carousel.hide-indicators .carousel-indicators,
12862
- .wm-app .app-carousel carousel.hide-navs .carousel-control {
12863
- display: none;
12864
- }
12865
- .wm-app .app-carousel .carousel-control .wi-chevron-left,
12866
- .wm-app .app-carousel .carousel-control .wi-chevron-right {
12867
- position: absolute;
12868
- top: 50%;
12869
- z-index: 5;
12870
- display: inline-block;
12871
- margin-top: -10px;
12872
- font-size: 32pt;
12873
- }
12874
- .wm-app .app-carousel .carousel-control .wi-chevron-right {
12875
- right: 50%;
12876
- }
12877
- .wm-app .app-carousel .carousel-control .wi-chevron-left {
12878
- left: 50%;
12879
- }
12880
- .wm-app .app-carousel .carousel-indicators li {
12881
- border-color: #ccc !important;
12882
- }
12883
11648
  .wm-app .app-template.app-page .app-header {
12884
11649
  height: 6em;
12885
11650
  text-align: center;
@@ -13185,6 +11950,15 @@ ex: color-mix(in srgb, color1 50%, color2 30%)
13185
11950
  background: var(--wm-badge-background);
13186
11951
  border-radius: var(--wm-badge-radius);
13187
11952
  }
11953
+ .wm-app .app-badge {
11954
+ padding: var(--wm-space-0) var(--wm-space-1);
11955
+ border-radius: var(--wm-radius-md);
11956
+ font-family: var(--wm-label-small-font-family);
11957
+ font-size: var(--wm-label-small-font-size);
11958
+ font-weight: var(--wm-label-small-font-weight);
11959
+ line-height: var(--wm-label-small-line-height);
11960
+ letter-spacing: var(--wm-label-small-letter-spacing);
11961
+ }
13188
11962
  .wm-app .btn-primary .badge {
13189
11963
  --wm-badge-color: var(--wm-badge-primary);
13190
11964
  --wm-badge-background: var(--wm-badge-primary-background);
@@ -13773,7 +12547,6 @@ ex: color-mix(in srgb, color1 50%, color2 30%)
13773
12547
  background: var(--wm-panel-background);
13774
12548
  border-radius: var(--wm-panel-radius);
13775
12549
  box-shadow: var(--wm-panel-shadow);
13776
- --wm-grid-layout-column-padding: var(--wm-space-0);
13777
12550
  }
13778
12551
  .wm-app .app-panel > .panel-heading,
13779
12552
  .wm-app .panel > .panel-heading {
@@ -13854,6 +12627,10 @@ ex: color-mix(in srgb, color1 50%, color2 30%)
13854
12627
  height: 100%;
13855
12628
  padding: var(--wm-panel-content-padding);
13856
12629
  }
12630
+ .wm-app .app-panel > .panel-content > .panel-body .app-grid-layout,
12631
+ .wm-app .panel > .panel-content > .panel-body .app-grid-layout {
12632
+ padding: 0;
12633
+ }
13857
12634
  .wm-app .app-panel > .panel-content > .panel-help-message,
13858
12635
  .wm-app .panel > .panel-content > .panel-help-message {
13859
12636
  overflow: auto;
@@ -18760,6 +17537,380 @@ ex: color-mix(in srgb, color1 50%, color2 30%)
18760
17537
  .wm-app .app-popover.left {
18761
17538
  margin-left: - calc(var(--wm-popover-gap) * -1);
18762
17539
  }
17540
+ .wm-app .app-wizard {
17541
+ position: relative;
17542
+ box-shadow: var(--wm-wizard-shadow);
17543
+ background: var(--wm-wizard-background);
17544
+ border-radius: var(--wm-wizard-radius);
17545
+ }
17546
+ .wm-app .app-wizard .app-wizard-heading {
17547
+ position: relative;
17548
+ width: 100%;
17549
+ padding-top: var(--wm-wizard-heading-padding);
17550
+ }
17551
+ .wm-app .app-wizard .app-wizard-heading .app-wizard-steps {
17552
+ display: flex;
17553
+ flex-direction: row;
17554
+ align-items: center;
17555
+ position: relative;
17556
+ }
17557
+ .wm-app .app-wizard .app-wizard-heading .app-wizard-steps > .app-wizard-step {
17558
+ position: relative;
17559
+ flex: 1;
17560
+ }
17561
+ .wm-app .app-wizard .app-wizard-heading .app-wizard-steps > .app-wizard-step:not(:first-of-type)::before {
17562
+ background: var(--wm-wizard-stepper-step-indicator-border);
17563
+ position: absolute;
17564
+ content: "";
17565
+ transform: translateY(var(--wm-app-wizard-stepper-step-indicator-transform-y));
17566
+ height: var(--wm-wizard-stepper-step-indicator-border-height);
17567
+ left: calc(-50% + var(--wm-wizard-stepper-step-indicator-gap));
17568
+ right: calc(50% + var(--wm-wizard-stepper-step-indicator-gap));
17569
+ }
17570
+ .wm-app .app-wizard .app-wizard-heading .app-wizard-steps > .app-wizard-step > a {
17571
+ display: flex;
17572
+ flex-direction: column;
17573
+ text-align: center;
17574
+ cursor: pointer;
17575
+ gap: var(--wm-wizard-stepper-step-title-gap);
17576
+ }
17577
+ .wm-app .app-wizard .app-wizard-heading .app-wizard-steps > .app-wizard-step > a .wizard-step-number {
17578
+ display: inline-flex;
17579
+ justify-content: center;
17580
+ align-items: center;
17581
+ width: var(--wm-wizard-stepper-step-width);
17582
+ height: var(--wm-wizard-stepper-step-height);
17583
+ border-radius: var(--wm-wizard-stepper-step-radius);
17584
+ background: var(--wm-wizard-stepper-step-background);
17585
+ }
17586
+ .wm-app .app-wizard .app-wizard-heading .app-wizard-steps > .app-wizard-step > a .wizard-step-number .count {
17587
+ color: var(--wm-wizard-stepper-step-count-color);
17588
+ font-size: var(--wm-wizard-stepper-step-count-font-size);
17589
+ font-weight: var(--wm-wizard-stepper-step-count-font-weight);
17590
+ font-family: var(--wm-wizard-stepper-step-count-font-family);
17591
+ line-height: var(--wm-wizard-stepper-step-count-line-height);
17592
+ }
17593
+ .wm-app .app-wizard .app-wizard-heading .app-wizard-steps > .app-wizard-step > a .title-wrapper .step-title,
17594
+ .wm-app .app-wizard .app-wizard-heading .app-wizard-steps > .app-wizard-step > a .title-wrapper > span {
17595
+ font-size: var(--wm-wizard-stepper-step-title-font-size);
17596
+ font-weight: var(--wm-wizard-stepper-step-title-font-weight);
17597
+ font-family: var(--wm-wizard-stepper-step-title-font-family);
17598
+ color: var(--wm-wizard-stepper-step-title-color);
17599
+ line-height: var(--wm-wizard-stepper-step-title-line-height);
17600
+ }
17601
+ .wm-app .app-wizard .app-wizard-heading .app-wizard-steps > .app-wizard-step.current > a .wizard-step-number {
17602
+ background: var(--wm-wizard-stepper-step-current-background);
17603
+ }
17604
+ .wm-app .app-wizard .app-wizard-heading .app-wizard-steps > .app-wizard-step.active > a .wizard-step-number {
17605
+ background: var(--wm-wizard-stepper-step-active-background);
17606
+ }
17607
+ .wm-app .app-wizard .app-wizard-heading .app-wizard-steps > .app-wizard-step.disabled {
17608
+ opacity: var(--wm-wizard-stepper-step-disabled-background);
17609
+ }
17610
+ .wm-app .app-wizard .app-wizard-heading .app-wizard-steps > .app-wizard-step.disabled > a,
17611
+ .wm-app .app-wizard.vertical .app-wizard-heading .app-wizard-steps > .app-wizard-step.disabled > a {
17612
+ cursor: default;
17613
+ }
17614
+ .wm-app .app-wizard .app-wizard-heading .app-wizard-steps > .app-wizard-step.current > a .wizard-step-number,
17615
+ .wm-app .app-wizard .app-wizard-heading .app-wizard-steps > .app-wizard-step.active > a .wizard-step-number {
17616
+ opacity: 1;
17617
+ }
17618
+ .wm-app .app-wizard .app-wizard-heading .app-wizard-steps > .app-wizard-step > a .wizard-step-number i {
17619
+ color: var(--wm-wizard-stepper-step-icon-color);
17620
+ font-size: var(--wm-wizard-stepper-step-icon-size);
17621
+ }
17622
+ .wm-app .app-wizard .app-wizard-body {
17623
+ padding: var(--wm-wizard-stepper-body-padding);
17624
+ }
17625
+ .wm-app .app-wizard .app-wizard-body .app-wizard-step-content {
17626
+ font-family: var(--wm-wizard-stepper-body-font-family);
17627
+ font-size: var(--wm-wizard-stepper-body-font-size);
17628
+ font-weight: var(--wm-wizard-stepper-body-font-weight);
17629
+ line-height: var(--wm-wizard-stepper-body-line-height);
17630
+ letter-spacing: var(--wm-wizard-stepper-body-letter-spacing);
17631
+ color: var(--wm-wizard-stepper-body-color);
17632
+ }
17633
+ .wm-app .app-wizard .app-wizard-body .app-wizard-step-content {
17634
+ display: none;
17635
+ position: relative;
17636
+ min-height: var(--wm-wizard-step-content-height);
17637
+ height: 100%;
17638
+ }
17639
+ .wm-app .app-wizard .app-wizard-body .app-wizard-step-content.current {
17640
+ display: block;
17641
+ }
17642
+ .wm-app .app-wizard .app-wizard-actions {
17643
+ display: flex;
17644
+ justify-content: space-between;
17645
+ padding: var(--wm-wizard-stepper-footer-padding);
17646
+ border-top: var(--wm-wizard-stepper-footer-border-width) var(--wm-wizard-stepper-footer-border-style) var(--wm-wizard-stepper-footer-border);
17647
+ }
17648
+ .wm-app .app-wizard .app-wizard-actions .app-wizard-actions-right {
17649
+ display: flex;
17650
+ align-items: center;
17651
+ gap: var(--wm-wizard-stepper-footer-actions-gap);
17652
+ justify-content: flex-end;
17653
+ width: 100%;
17654
+ }
17655
+ .wm-app .app-wizard .app-wizard-actions.left .app-wizard-actions-right {
17656
+ justify-content: flex-start;
17657
+ }
17658
+ .wm-app .app-wizard .app-wizard-actions .app-wizard-actions-right .btn + .btn {
17659
+ margin: unset;
17660
+ }
17661
+ .wm-app .app-wizard.number .app-wizard-heading .app-wizard-steps > .app-wizard-step.current > a .wizard-step-number {
17662
+ --wm-wizard-stepper-step-current-background: var(--wm-wizard-number-stepper-step-current-background);
17663
+ }
17664
+ .wm-app .app-wizard.number .app-wizard-heading .app-wizard-steps > .app-wizard-step.active > a .wizard-step-number {
17665
+ --wm-wizard-stepper-step-active-background: var(--wm-wizard-number-stepper-step-active-background);
17666
+ }
17667
+ .wm-app .app-wizard.number .app-wizard-heading .app-wizard-steps > .app-wizard-step.disabled {
17668
+ --wm-wizard-stepper-step-disabled-background: var(--wm-wizard-number-stepper-step-disabled-background);
17669
+ }
17670
+ .wm-app .app-wizard.iconstepper .app-wizard-heading .app-wizard-steps > .app-wizard-step.current > a .wizard-step-number {
17671
+ --wm-wizard-stepper-step-current-background: var(--wm-wizard-icon-stepper-step-current-background);
17672
+ }
17673
+ .wm-app .app-wizard.iconstepper .app-wizard-heading .app-wizard-steps > .app-wizard-step.active > a .wizard-step-number {
17674
+ --wm-wizard-stepper-step-active-background: var(--wm-wizard-icon-stepper-step-active-background);
17675
+ }
17676
+ .wm-app .app-wizard.iconstepper .app-wizard-heading .app-wizard-steps > .app-wizard-step.disabled {
17677
+ --wm-wizard-stepper-step-disabled-background: var(--wm-wizard-icon-stepper-step-disabled-background);
17678
+ }
17679
+ .wm-app .app-wizard.iconstepper.text-inline:not(.vertical) {
17680
+ padding-top: var(--wm-wizard-icon-stepper-inline-padding-top);
17681
+ }
17682
+ .wm-app .app-wizard.iconstepper.text-inline .app-wizard-heading .app-wizard-steps > .app-wizard-step > a .title-wrapper,
17683
+ .wm-app .app-wizard.dottedstepper.text-inline .app-wizard-heading .app-wizard-steps > .app-wizard-step > a .title-wrapper {
17684
+ display: flex;
17685
+ flex-direction: column;
17686
+ align-items: center;
17687
+ position: relative;
17688
+ }
17689
+ .wm-app .app-wizard.iconstepper.vertical.text-inline .app-wizard-heading .app-wizard-steps > .app-wizard-step > a,
17690
+ .wm-app .app-wizard.dottedstepper.vertical.text-inline .app-wizard-heading .app-wizard-steps > .app-wizard-step > a {
17691
+ align-items: baseline;
17692
+ }
17693
+ .wm-app .app-wizard.iconstepper.vertical.text-inline .app-wizard-heading .app-wizard-steps > .app-wizard-step > a .title-wrapper {
17694
+ align-items: flex-start;
17695
+ gap: var(--wm-wizard-vertical-icon-stepper-inline-title-wrapper-gap);
17696
+ }
17697
+ .wm-app .app-wizard.vertical.text-inline .app-wizard-heading .app-wizard-steps > .app-wizard-step:not(:last-of-type)::before {
17698
+ top: 10px;
17699
+ }
17700
+ .wm-app .app-wizard.iconstepper.text-inline.vertical {
17701
+ padding-top: unset;
17702
+ }
17703
+ .wm-app .app-wizard.vertical .app-wizard-heading {
17704
+ padding: var(--wm-wizard-vertical-heading-padding);
17705
+ }
17706
+ .wm-app .app-wizard.vertical .app-wizard-body {
17707
+ padding-top: var(--wm-wizard-vertical-body-padding);
17708
+ }
17709
+ .wm-app .app-wizard.vertical .app-wizard-heading .app-wizard-steps {
17710
+ flex-direction: column;
17711
+ align-items: unset;
17712
+ justify-content: flex-start;
17713
+ gap: var(--wm-wizard-vertical-stepper-step-gap);
17714
+ }
17715
+ .wm-app .app-wizard.dottedstepper.text-inline {
17716
+ padding-top: var(--wm-wizard-dotted-stepper-inline-padding);
17717
+ }
17718
+ .wm-app .app-wizard.dottedstepper.text-inline.vertical {
17719
+ padding-top: unset;
17720
+ }
17721
+ .wm-app .app-wizard.dottedstepper.text-inline.vertical .app-wizard-heading .app-wizard-steps > .app-wizard-step > a .title-wrapper {
17722
+ align-items: flex-start;
17723
+ gap: var(--wm-wizard-vertical-dotted-stepper-inline-title-wrapper-gap);
17724
+ position: relative;
17725
+ top: 6px;
17726
+ }
17727
+ .wm-app .app-wizard.iconstepper.text-inline .app-wizard-heading .app-wizard-steps > .app-wizard-step > a .title-wrapper span:not(.step-title) {
17728
+ position: absolute;
17729
+ top: -64px;
17730
+ }
17731
+ .wm-app .app-wizard.vertical.iconstepper.text-inline .app-wizard-heading .app-wizard-steps > .app-wizard-step > a .title-wrapper span:not(.step-title),
17732
+ .wm-app .app-wizard.vertical.dottedstepper.text-inline .app-wizard-heading .app-wizard-steps > .app-wizard-step > a .title-wrapper span:not(.step-title) {
17733
+ top: unset;
17734
+ position: unset;
17735
+ }
17736
+ .wm-app .app-wizard.dottedstepper .app-wizard-heading .app-wizard-steps > .app-wizard-step > a .wizard-step-number {
17737
+ width: var(--wm-wizard-dotted-stepper-step-width);
17738
+ height: var(--wm-wizard-dotted-stepper-step-height);
17739
+ }
17740
+ .wm-app .app-wizard.dottedstepper .app-wizard-heading .app-wizard-steps > .app-wizard-step.active > a .wizard-step-number {
17741
+ background: unset;
17742
+ }
17743
+ .wm-app .app-wizard.dottedstepper .app-wizard-heading .app-wizard-steps > .app-wizard-step.current > a .wizard-step-number .app-icon {
17744
+ --wm-wizard-stepper-step-icon-color: var(--wm-wizard-dotted-stepper-step-current-icon-color);
17745
+ --wm-wizard-stepper-step-icon-size: var(--wm-wizard-dotted-stepper-step-current-icon-size);
17746
+ }
17747
+ .wm-app .app-wizard.dottedstepper .app-wizard-heading .app-wizard-steps > .app-wizard-step.active > a .wizard-step-number .app-icon {
17748
+ --wm-wizard-stepper-step-icon-color: var(--wm-wizard-dotted-stepper-step-active-icon-color);
17749
+ --wm-wizard-stepper-step-icon-size: var(--wm-wizard-dotted-stepper-step-active-icon-size);
17750
+ }
17751
+ .wm-app .app-wizard.dottedstepper .app-wizard-heading .app-wizard-steps > .app-wizard-step.disabled {
17752
+ --wm-wizard-stepper-step-disabled-background: var(--wm-wizard-dotted-stepper-step-disabled-background);
17753
+ }
17754
+ .wm-app .app-wizard.dottedstepper .app-wizard-heading .app-wizard-steps > .app-wizard-step.current > a .wizard-step-number {
17755
+ --wm-wizard-stepper-step-background: var(--wm-wizard-dotted-stepper-step-current-background);
17756
+ }
17757
+ .wm-app .app-wizard.dottedstepper .app-wizard-heading .app-wizard-steps > .app-wizard-step.active > a .wizard-step-number {
17758
+ --wm-wizard-stepper-step-background: var(--wm-wizard-dotted-stepper-step-active-background);
17759
+ }
17760
+ .wm-app .app-wizard.dottedstepper .app-wizard-heading .app-wizard-steps > .app-wizard-step.current:not(:last-of-type) > a .wizard-step-number .app-icon {
17761
+ display: none;
17762
+ }
17763
+ .wm-app .app-wizard.dottedstepper .app-wizard-heading .app-wizard-steps > .app-wizard-step:not(:first-of-type)::before {
17764
+ transform: translateY(3px);
17765
+ right: calc(50% + var(--wm-wizard-dotted-stepper-step-indicator-gap));
17766
+ left: calc(-50% + var(--wm-wizard-dotted-stepper-step-indicator-gap));
17767
+ background: var(--wm-wizard-dotted-stepper-step-indicator-border);
17768
+ height: var(--wm-wizard-dotted-stepper-step-indicator-border-height);
17769
+ }
17770
+ .wm-app .app-wizard.dottedstepper .app-wizard-heading .app-wizard-steps > .app-wizard-step.current:last-of-type > a .wizard-step-number:has(.app-icon) {
17771
+ visibility: hidden;
17772
+ }
17773
+ .wm-app .app-wizard.dottedstepper .app-wizard-heading .app-wizard-steps > .app-wizard-step.current:last-of-type > a .wizard-step-number .app-icon {
17774
+ visibility: visible;
17775
+ }
17776
+ .wm-app .app-wizard.dottedstepper.text-inline .app-wizard-heading .app-wizard-steps > .app-wizard-step > a .title-wrapper span:not(.step-title) {
17777
+ top: -42px;
17778
+ }
17779
+ .wm-app .app-wizard.dottedstepper.app-wizard.vertical .app-wizard-heading .app-wizard-steps {
17780
+ gap: var(--wm-wizard-vertical-dotted-stepper-step-gap);
17781
+ }
17782
+ .wm-app .app-wizard.dottedstepper.app-wizard.vertical .app-wizard-heading .app-wizard-steps > .app-wizard-step {
17783
+ min-height: var(--wm-wizard-vertical-dotted-stepper-step-height);
17784
+ }
17785
+ .wm-app .app-wizard.dottedstepper.app-wizard.vertical .app-wizard-heading .app-wizard-steps > .app-wizard-step::before {
17786
+ transform: translate(var(--wm-wizard-vertical-dotted-stepper-step-transform-x), var(--wm-wizard-vertical-dotted-stepper-step-transform-y));
17787
+ top: var(--wm-wizard-vertical-dotted-stepper-step-top-offset-default);
17788
+ }
17789
+ .wm-app .app-wizard.dottedstepper.app-wizard.vertical.text-inline .app-wizard-heading .app-wizard-steps > .app-wizard-step::before {
17790
+ top: var(--wm-wizard-vertical-dotted-stepper-step-top-offset-inline);
17791
+ }
17792
+ .wm-app .app-wizard.classic .app-wizard-heading {
17793
+ padding: var(--wm-wizard-classic-wizard-heading-padding);
17794
+ }
17795
+ .wm-app .app-wizard.classic .app-wizard-heading .app-wizard-steps {
17796
+ gap: var(--wm-wizard-classic-wizard-stepper-steps-gap);
17797
+ }
17798
+ .wm-app .app-wizard.classic .app-wizard-heading .app-wizard-steps .app-wizard-step::after,
17799
+ .wm-app .app-wizard.classic .app-wizard-heading .app-wizard-steps .app-wizard-step::before {
17800
+ display: none;
17801
+ }
17802
+ .wm-app .app-wizard.classic .app-wizard-heading .app-wizard-steps .app-wizard-step > a {
17803
+ gap: unset;
17804
+ width: 100%;
17805
+ }
17806
+ .wm-app .app-wizard.classic .app-wizard-heading .app-wizard-steps .app-wizard-step > a .wizard-step-number {
17807
+ display: none;
17808
+ }
17809
+ .wm-app .app-wizard.classic .app-wizard-heading .app-wizard-steps .app-wizard-step > a .title-wrapper {
17810
+ position: relative;
17811
+ cursor: default;
17812
+ padding: var(--wm-wizard-classic-wizard-title-wrapper-padding);
17813
+ background: var(--wm-wizard-classic-wizard-title-wrapper-background);
17814
+ user-select: none;
17815
+ transition: background 0.2s ease;
17816
+ width: 100%;
17817
+ }
17818
+ .wm-app .app-wizard.classic .app-wizard-heading .app-wizard-steps .app-wizard-step.current > a .title-wrapper {
17819
+ background: var(--wm-wizard-classic-wizard-title-wrapper-current-background);
17820
+ }
17821
+ .wm-app .app-wizard.classic .app-wizard-heading .app-wizard-steps .app-wizard-step.current > a .title-wrapper .step-title {
17822
+ --wm-wizard-stepper-step-title-color: var(--wm-wizard-classic-wizard-title-wrapper-current-color);
17823
+ }
17824
+ .wm-app .app-wizard.classic .app-wizard-heading .app-wizard-steps .app-wizard-step.active > a .title-wrapper {
17825
+ background: var(--wm-wizard-classic-wizard-title-wrapper-active-background);
17826
+ }
17827
+ .wm-app .app-wizard.classic .app-wizard-heading .app-wizard-steps .app-wizard-step.active > a .title-wrapper .step-title {
17828
+ --wm-wizard-stepper-step-title-color: var(--wm-wizard-classic-wizard-title-wrapper-active-color);
17829
+ }
17830
+ .wm-app .app-wizard.classic .app-wizard-heading .app-wizard-steps .app-wizard-step.disabled {
17831
+ opacity: unset;
17832
+ }
17833
+ .wm-app .app-wizard.classic .app-wizard-heading .app-wizard-steps .app-wizard-step.disabled > a .title-wrapper .step-title {
17834
+ opacity: var(--wm-wizard-classic-wizard-step-title-disabled-color);
17835
+ }
17836
+ .wm-app .app-wizard.classic .app-wizard-heading .app-wizard-steps .app-wizard-step.current > a .title-wrapper::after {
17837
+ border-left: var(--wm-wizard-classic-wizard-title-wrapper-border-left) var(--wm-wizard-classic-wizard-title-wrapper-border-style) var(--wm-wizard-classic-wizard-title-wrapper-current-background);
17838
+ }
17839
+ .wm-app .app-wizard.classic .app-wizard-heading .app-wizard-steps .app-wizard-step.active > a .title-wrapper::after {
17840
+ border-left: var(--wm-wizard-classic-wizard-title-wrapper-border-left) var(--wm-wizard-classic-wizard-title-wrapper-border-style) var(--wm-wizard-classic-wizard-title-wrapper-active-background);
17841
+ }
17842
+ .wm-app .app-wizard.classic .app-wizard-heading .app-wizard-steps .app-wizard-step > a .title-wrapper::before,
17843
+ .wm-app .app-wizard.classic .app-wizard-heading .app-wizard-steps .app-wizard-step > a .title-wrapper::after {
17844
+ content: " ";
17845
+ position: absolute;
17846
+ top: 0;
17847
+ right: -17px;
17848
+ width: 0;
17849
+ height: 0;
17850
+ border-top: var(--wm-wizard-classic-wizard-title-wrapper-border-top-size) var(--wm-wizard-classic-wizard-title-wrapper-border-style) transparent;
17851
+ border-bottom: var(--wm-wizard-classic-wizard-title-wrapper-border-bottom-size) var(--wm-wizard-classic-wizard-title-wrapper-border-style) transparent;
17852
+ border-left: var(--wm-wizard-classic-wizard-title-wrapper-border-left) var(--wm-wizard-classic-wizard-title-wrapper-border-style) var(--wm-wizard-classic-wizard-title-wrapper-background);
17853
+ z-index: 2;
17854
+ transition: border-color 0.2s ease;
17855
+ }
17856
+ .wm-app .app-wizard.classic .app-wizard-heading .app-wizard-steps .app-wizard-step > a .title-wrapper::before {
17857
+ right: auto;
17858
+ left: 0;
17859
+ border-left: var(--wm-wizard-classic-wizard-title-wrapper-border-left) var(--wm-wizard-classic-wizard-title-wrapper-border-style) var(--wm-wizard-classic-wizard-title-border-white-color);
17860
+ z-index: 0;
17861
+ }
17862
+ .wm-app .app-wizard.classic .app-wizard-steps .app-wizard-step:first-child .title-wrapper {
17863
+ border-top-left-radius: var(--wm-wizard-classic-wizard-title-wrapper-border-radius);
17864
+ border-bottom-left-radius: var(--wm-wizard-classic-wizard-title-wrapper-border-radius);
17865
+ }
17866
+ .wm-app .app-wizard.classic .app-wizard-steps .app-wizard-step:last-child .title-wrapper {
17867
+ border-top-right-radius: var(--wm-wizard-classic-wizard-title-wrapper-border-radius);
17868
+ border-bottom-right-radius: var(--wm-wizard-classic-wizard-title-wrapper-border-radius);
17869
+ margin: unset;
17870
+ }
17871
+ .wm-app .app-wizard.classic .title-wrapper .step-title {
17872
+ position: relative;
17873
+ }
17874
+ .wm-app .app-wizard.classic .app-wizard-steps .app-wizard-step:first-child .title-wrapper::before {
17875
+ border: none !important;
17876
+ }
17877
+ .wm-app .app-wizard.classic .app-wizard-steps .app-wizard-step:last-child .title-wrapper::after {
17878
+ border: none !important;
17879
+ }
17880
+ .wm-app .app-wizard.vertical {
17881
+ display: grid;
17882
+ grid-template-columns: var(--wm-wizard-vertical-grid-columns);
17883
+ }
17884
+ .wm-app .app-wizard.vertical .app-wizard-heading {
17885
+ border-right: var(--wm-wizard-vertical-heading-border-width) var(--wm-wizard-vertical-heading-border-style) var(--wm-wizard-vertical-heading-border);
17886
+ }
17887
+ .wm-app .app-wizard.vertical .app-wizard-actions {
17888
+ grid-column: 1 / -1;
17889
+ }
17890
+ .wm-app .app-wizard.vertical .app-wizard-heading .app-wizard-steps > .app-wizard-step {
17891
+ position: relative;
17892
+ }
17893
+ .wm-app .app-wizard.vertical .app-wizard-heading .app-wizard-steps > .app-wizard-step:not(:last-of-type)::before {
17894
+ position: absolute;
17895
+ content: "";
17896
+ height: 100%;
17897
+ width: var(--wm-wizard-vertical-stepper-step-indicator-border-width);
17898
+ background: var(--wm-wizard-vertical-stepper-step-indicator-background-border);
17899
+ left: unset;
17900
+ right: unset;
17901
+ top: calc(100% - 35%);
17902
+ transform: translate(var(--wm-wizard-vertical-stepper-step-indicator-transform-x), var(--wm-wizard-vertical-stepper-step-indicator-transform-y));
17903
+ }
17904
+ .wm-app .app-wizard.vertical .app-wizard-heading .app-wizard-steps > .app-wizard-step.current::before {
17905
+ opacity: var(--wm-wizard-vertical-stepper-step-disabled-background);
17906
+ }
17907
+ .wm-app .app-wizard.vertical .app-wizard-heading .app-wizard-steps > .app-wizard-step:last-of-type::before {
17908
+ display: none;
17909
+ }
17910
+ .wm-app .app-wizard.vertical .app-wizard-heading .app-wizard-steps > .app-wizard-step > a {
17911
+ flex-direction: row;
17912
+ justify-content: flex-start;
17913
+ }
18763
17914
  .wm-app .animated {
18764
17915
  -webkit-animation-duration: 1s;
18765
17916
  animation-duration: 1s;