@festo-ui/web-essentials 5.0.1 → 5.1.0-dev.164

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.
Files changed (47) hide show
  1. package/dist/css/festo-web-essentials.css +756 -58
  2. package/dist/css/festo-web-essentials.css.map +1 -1
  3. package/dist/css/festo-web-essentials.min.css +2 -2
  4. package/dist/css/festo-web-essentials.min.css.map +1 -1
  5. package/dist/css/organisms/festo-web-essentials-organisms.css +62 -33
  6. package/dist/css/organisms/festo-web-essentials-organisms.css.map +1 -1
  7. package/dist/css/organisms/festo-web-essentials-organisms.min.css +1 -1
  8. package/dist/css/organisms/festo-web-essentials-organisms.min.css.map +1 -1
  9. package/dist/css/themes/flatpickr/festo.css +1 -1
  10. package/dist/css/themes/flatpickr/festo.css.map +1 -1
  11. package/dist/css/themes/flatpickr/festo.min.css +1 -1
  12. package/dist/scss/_checkbox.scss +4 -0
  13. package/dist/scss/_fonts.scss +27 -0
  14. package/dist/scss/_grid.scss +10 -0
  15. package/dist/scss/_misc.scss +47 -0
  16. package/dist/scss/_mixins.scss +18 -15
  17. package/dist/scss/_navbar.scss +5 -0
  18. package/dist/scss/_radio.scss +22 -2
  19. package/dist/scss/_root.scss +0 -1
  20. package/dist/scss/_scroll.scss +1 -1
  21. package/dist/scss/_sidebar-overlay.scss +39 -0
  22. package/dist/scss/_table.scss +2 -2
  23. package/dist/scss/_tree.scss +1 -1
  24. package/dist/scss/_variables.scss +0 -1
  25. package/dist/scss/festo-web-essentials.scss +3 -1
  26. package/dist/scss/organisms/_image-gallery.scss +14 -13
  27. package/dist/scss/organisms/_side-menu.scss +34 -20
  28. package/dist/scss/organisms/festo-web-essentials-organisms.scss +1 -0
  29. package/dist/scss/themes/flatpickr/festo.scss +1 -1
  30. package/package.json +22 -21
  31. package/scss/_checkbox.scss +4 -0
  32. package/scss/_fonts.scss +27 -0
  33. package/scss/_grid.scss +10 -0
  34. package/scss/_misc.scss +47 -0
  35. package/scss/_mixins.scss +18 -15
  36. package/scss/_navbar.scss +5 -0
  37. package/scss/_radio.scss +22 -2
  38. package/scss/_root.scss +0 -1
  39. package/scss/_scroll.scss +1 -1
  40. package/scss/_sidebar-overlay.scss +39 -0
  41. package/scss/_table.scss +2 -2
  42. package/scss/_tree.scss +1 -1
  43. package/scss/_variables.scss +0 -1
  44. package/scss/festo-web-essentials.scss +2 -0
  45. package/scss/organisms/_image-gallery.scss +14 -13
  46. package/scss/organisms/_side-menu.scss +34 -20
  47. package/scss/organisms/festo-web-essentials-organisms.scss +1 -0
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Festo UI - Web Essentials v5.0.1 (https://storybook.festo.design/)
2
+ * Festo UI - Web Essentials v5.1.0-dev.164 (https://storybook.festo.design/)
3
3
  * Copyright 2022 Festo SE & Co. KG
4
4
  * Licensed under Apache-2.0
5
5
  */
@@ -65,6 +65,27 @@
65
65
  line-height: 1;
66
66
  }
67
67
 
68
+ .fwe-font-weight-base {
69
+ font-weight: var(--fwe-font-weight-normal);
70
+ }
71
+
72
+ .fwe-font-weight-normal {
73
+ font-weight: var(--fwe-font-weight-normal);
74
+ }
75
+
76
+ .fwe-font-weight-bold {
77
+ font-weight: var(--fwe-font-weight-bold);
78
+ }
79
+
80
+ .fwe-font-family-sans-serif {
81
+ font-family: var(--fwe-font-family-sans-serif);
82
+ }
83
+
84
+ .fwe-font-family-monospace,
85
+ .fwe-font-family-code {
86
+ font-family: var(--fwe-font-family-monospace);
87
+ }
88
+
68
89
  .fwe-icon, .fwe-stepper-vertical .fwe-step-container.fwe-step-done .fwe-step, .fwe-stepper-horizontal .fwe-step-container.fwe-step-done .fwe-step, .fwe-search-input .fwe-clear-icon, .fwe-search-input .fwe-search-icon, .fwe-notification-menu .fwe-notification-list .fwe-notification-item-content, .fwe-notification-menu .fwe-notification-list .fwe-notification-error, .fwe-notification-menu .fwe-notification-list .fwe-notification-warning, .fwe-notification-menu .fwe-notification-list .fwe-notification-info, .fwe-pagination .fwe-navigate-btn, .fwe-pagination .fwe-navigate-btn-down, .fwe-pagination .fwe-navigate-btn-up, .fwe-select-wrapper, label.fwe-checkbox .fwe-checkbox-checkmark, .fwe-mobile-flyout-page .fwe-page-back i, .fwe-mobile-flyout .fwe-mobile-flyout-button, .fwe-mobile-flyout .fwe-close-button, .fwe-mobile-flyout .fwe-burger-button, .fwe-navbar .fwe-navbar-burger-menu, table.fwe-table tr th.fwe-table-order {
69
90
  font-family: var(--fwe-font-family-icons-16);
70
91
  font-size: var(--fwe-font-size-base);
@@ -2502,7 +2523,6 @@ h6,
2502
2523
  --fwe-control-border-darker: #9ca2a9;
2503
2524
  --fwe-control-scrollbar: #d2d5d9;
2504
2525
  --fwe-background: #f2f3f5;
2505
- --fwe-background-image-gallery: #707070;
2506
2526
  --fwe-border: #d8dce1;
2507
2527
  --fwe-border-disabled: #e6e9ec;
2508
2528
  --fwe-snackbar-info-bg: #c8e6fa;
@@ -2881,6 +2901,58 @@ template {
2881
2901
  display: none;
2882
2902
  }
2883
2903
 
2904
+ .fwe-object-fit-contain {
2905
+ -o-object-fit: contain !important;
2906
+ object-fit: contain !important;
2907
+ }
2908
+
2909
+ .fwe-object-fit-cover {
2910
+ -o-object-fit: cover !important;
2911
+ object-fit: cover !important;
2912
+ }
2913
+
2914
+ .fwe-object-fit-fill {
2915
+ -o-object-fit: fill !important;
2916
+ object-fit: fill !important;
2917
+ }
2918
+
2919
+ .fwe-object-fit-scale-down {
2920
+ -o-object-fit: scale-down !important;
2921
+ object-fit: scale-down !important;
2922
+ }
2923
+
2924
+ .fwe-w-100 {
2925
+ width: 100% !important;
2926
+ }
2927
+
2928
+ .fwe-h-100 {
2929
+ height: 100% !important;
2930
+ }
2931
+
2932
+ .fwe-text-align-center {
2933
+ text-align: center;
2934
+ }
2935
+
2936
+ .fwe-text-align-right {
2937
+ text-align: right;
2938
+ }
2939
+
2940
+ .fwe-text-align-left {
2941
+ text-align: right;
2942
+ }
2943
+
2944
+ .fwe-text-align-justify {
2945
+ text-align: justify;
2946
+ }
2947
+
2948
+ .fwe-text-align-end {
2949
+ text-align: end;
2950
+ }
2951
+
2952
+ .fwe-text-align-start {
2953
+ text-align: start;
2954
+ }
2955
+
2884
2956
  /* a screen reader friendly approach */
2885
2957
  .fwe-d-none {
2886
2958
  display: none !important;
@@ -12908,305 +12980,857 @@ template {
12908
12980
  .fwe-col-1 {
12909
12981
  grid-column-end: span 1;
12910
12982
  }
12983
+ .fwe-grid-line-break {
12984
+ grid-column-start: 1;
12985
+ }
12986
+ .fwe-offset-1 {
12987
+ grid-column-start: 2;
12988
+ }
12911
12989
  .fwe-col-2 {
12912
12990
  grid-column-end: span 2;
12913
12991
  }
12992
+ .fwe-grid-line-break {
12993
+ grid-column-start: 1;
12994
+ }
12995
+ .fwe-offset-2 {
12996
+ grid-column-start: 3;
12997
+ }
12914
12998
  .fwe-col-3 {
12915
12999
  grid-column-end: span 3;
12916
13000
  }
13001
+ .fwe-grid-line-break {
13002
+ grid-column-start: 1;
13003
+ }
13004
+ .fwe-offset-3 {
13005
+ grid-column-start: 4;
13006
+ }
12917
13007
  .fwe-col-4 {
12918
13008
  grid-column-end: span 4;
12919
13009
  }
13010
+ .fwe-grid-line-break {
13011
+ grid-column-start: 1;
13012
+ }
13013
+ .fwe-offset-4 {
13014
+ grid-column-start: 5;
13015
+ }
12920
13016
  .fwe-col-5 {
12921
13017
  grid-column-end: span 5;
12922
13018
  }
13019
+ .fwe-grid-line-break {
13020
+ grid-column-start: 1;
13021
+ }
13022
+ .fwe-offset-5 {
13023
+ grid-column-start: 6;
13024
+ }
12923
13025
  .fwe-col-6 {
12924
13026
  grid-column-end: span 6;
12925
13027
  }
13028
+ .fwe-grid-line-break {
13029
+ grid-column-start: 1;
13030
+ }
13031
+ .fwe-offset-6 {
13032
+ grid-column-start: 7;
13033
+ }
12926
13034
  .fwe-col-7 {
12927
13035
  grid-column-end: span 7;
12928
13036
  }
13037
+ .fwe-grid-line-break {
13038
+ grid-column-start: 1;
13039
+ }
13040
+ .fwe-offset-7 {
13041
+ grid-column-start: 8;
13042
+ }
12929
13043
  .fwe-col-8 {
12930
13044
  grid-column-end: span 8;
12931
13045
  }
13046
+ .fwe-grid-line-break {
13047
+ grid-column-start: 1;
13048
+ }
13049
+ .fwe-offset-8 {
13050
+ grid-column-start: 9;
13051
+ }
12932
13052
  .fwe-col-9 {
12933
13053
  grid-column-end: span 9;
12934
13054
  }
13055
+ .fwe-grid-line-break {
13056
+ grid-column-start: 1;
13057
+ }
13058
+ .fwe-offset-9 {
13059
+ grid-column-start: 10;
13060
+ }
12935
13061
  .fwe-col-10 {
12936
13062
  grid-column-end: span 10;
12937
13063
  }
13064
+ .fwe-grid-line-break {
13065
+ grid-column-start: 1;
13066
+ }
13067
+ .fwe-offset-10 {
13068
+ grid-column-start: 11;
13069
+ }
12938
13070
  .fwe-col-11 {
12939
13071
  grid-column-end: span 11;
12940
13072
  }
13073
+ .fwe-grid-line-break {
13074
+ grid-column-start: 1;
13075
+ }
13076
+ .fwe-offset-11 {
13077
+ grid-column-start: 12;
13078
+ }
12941
13079
  .fwe-col-12 {
12942
13080
  grid-column-end: span 12;
12943
13081
  }
13082
+ .fwe-grid-line-break {
13083
+ grid-column-start: 1;
13084
+ }
12944
13085
  }
12945
13086
  @media (min-width: 375px) {
12946
13087
  .fwe-col-xxs-1 {
12947
13088
  grid-column-end: span 1;
12948
13089
  }
13090
+ .fwe-grid-line-break-xxs {
13091
+ grid-column-start: 1;
13092
+ }
13093
+ .fwe-offset-xxs-1 {
13094
+ grid-column-start: 2;
13095
+ }
12949
13096
  .fwe-col-xxs-2 {
12950
13097
  grid-column-end: span 2;
12951
13098
  }
13099
+ .fwe-grid-line-break-xxs {
13100
+ grid-column-start: 1;
13101
+ }
13102
+ .fwe-offset-xxs-2 {
13103
+ grid-column-start: 3;
13104
+ }
12952
13105
  .fwe-col-xxs-3 {
12953
13106
  grid-column-end: span 3;
12954
13107
  }
13108
+ .fwe-grid-line-break-xxs {
13109
+ grid-column-start: 1;
13110
+ }
13111
+ .fwe-offset-xxs-3 {
13112
+ grid-column-start: 4;
13113
+ }
12955
13114
  .fwe-col-xxs-4 {
12956
13115
  grid-column-end: span 4;
12957
13116
  }
13117
+ .fwe-grid-line-break-xxs {
13118
+ grid-column-start: 1;
13119
+ }
13120
+ .fwe-offset-xxs-4 {
13121
+ grid-column-start: 5;
13122
+ }
12958
13123
  .fwe-col-xxs-5 {
12959
13124
  grid-column-end: span 5;
12960
13125
  }
13126
+ .fwe-grid-line-break-xxs {
13127
+ grid-column-start: 1;
13128
+ }
13129
+ .fwe-offset-xxs-5 {
13130
+ grid-column-start: 6;
13131
+ }
12961
13132
  .fwe-col-xxs-6 {
12962
13133
  grid-column-end: span 6;
12963
13134
  }
13135
+ .fwe-grid-line-break-xxs {
13136
+ grid-column-start: 1;
13137
+ }
13138
+ .fwe-offset-xxs-6 {
13139
+ grid-column-start: 7;
13140
+ }
12964
13141
  .fwe-col-xxs-7 {
12965
13142
  grid-column-end: span 7;
12966
13143
  }
13144
+ .fwe-grid-line-break-xxs {
13145
+ grid-column-start: 1;
13146
+ }
13147
+ .fwe-offset-xxs-7 {
13148
+ grid-column-start: 8;
13149
+ }
12967
13150
  .fwe-col-xxs-8 {
12968
13151
  grid-column-end: span 8;
12969
13152
  }
13153
+ .fwe-grid-line-break-xxs {
13154
+ grid-column-start: 1;
13155
+ }
13156
+ .fwe-offset-xxs-8 {
13157
+ grid-column-start: 9;
13158
+ }
12970
13159
  .fwe-col-xxs-9 {
12971
13160
  grid-column-end: span 9;
12972
13161
  }
13162
+ .fwe-grid-line-break-xxs {
13163
+ grid-column-start: 1;
13164
+ }
13165
+ .fwe-offset-xxs-9 {
13166
+ grid-column-start: 10;
13167
+ }
12973
13168
  .fwe-col-xxs-10 {
12974
13169
  grid-column-end: span 10;
12975
13170
  }
13171
+ .fwe-grid-line-break-xxs {
13172
+ grid-column-start: 1;
13173
+ }
13174
+ .fwe-offset-xxs-10 {
13175
+ grid-column-start: 11;
13176
+ }
12976
13177
  .fwe-col-xxs-11 {
12977
13178
  grid-column-end: span 11;
12978
13179
  }
13180
+ .fwe-grid-line-break-xxs {
13181
+ grid-column-start: 1;
13182
+ }
13183
+ .fwe-offset-xxs-11 {
13184
+ grid-column-start: 12;
13185
+ }
12979
13186
  .fwe-col-xxs-12 {
12980
13187
  grid-column-end: span 12;
12981
13188
  }
13189
+ .fwe-grid-line-break-xxs {
13190
+ grid-column-start: 1;
13191
+ }
12982
13192
  }
12983
13193
  @media (min-width: 600px) {
12984
13194
  .fwe-col-xs-1 {
12985
13195
  grid-column-end: span 1;
12986
13196
  }
13197
+ .fwe-grid-line-break-xs {
13198
+ grid-column-start: 1;
13199
+ }
13200
+ .fwe-offset-xs-1 {
13201
+ grid-column-start: 2;
13202
+ }
12987
13203
  .fwe-col-xs-2 {
12988
13204
  grid-column-end: span 2;
12989
13205
  }
13206
+ .fwe-grid-line-break-xs {
13207
+ grid-column-start: 1;
13208
+ }
13209
+ .fwe-offset-xs-2 {
13210
+ grid-column-start: 3;
13211
+ }
12990
13212
  .fwe-col-xs-3 {
12991
13213
  grid-column-end: span 3;
12992
13214
  }
13215
+ .fwe-grid-line-break-xs {
13216
+ grid-column-start: 1;
13217
+ }
13218
+ .fwe-offset-xs-3 {
13219
+ grid-column-start: 4;
13220
+ }
12993
13221
  .fwe-col-xs-4 {
12994
13222
  grid-column-end: span 4;
12995
13223
  }
13224
+ .fwe-grid-line-break-xs {
13225
+ grid-column-start: 1;
13226
+ }
13227
+ .fwe-offset-xs-4 {
13228
+ grid-column-start: 5;
13229
+ }
12996
13230
  .fwe-col-xs-5 {
12997
13231
  grid-column-end: span 5;
12998
13232
  }
13233
+ .fwe-grid-line-break-xs {
13234
+ grid-column-start: 1;
13235
+ }
13236
+ .fwe-offset-xs-5 {
13237
+ grid-column-start: 6;
13238
+ }
12999
13239
  .fwe-col-xs-6 {
13000
13240
  grid-column-end: span 6;
13001
13241
  }
13242
+ .fwe-grid-line-break-xs {
13243
+ grid-column-start: 1;
13244
+ }
13245
+ .fwe-offset-xs-6 {
13246
+ grid-column-start: 7;
13247
+ }
13002
13248
  .fwe-col-xs-7 {
13003
13249
  grid-column-end: span 7;
13004
13250
  }
13251
+ .fwe-grid-line-break-xs {
13252
+ grid-column-start: 1;
13253
+ }
13254
+ .fwe-offset-xs-7 {
13255
+ grid-column-start: 8;
13256
+ }
13005
13257
  .fwe-col-xs-8 {
13006
13258
  grid-column-end: span 8;
13007
13259
  }
13260
+ .fwe-grid-line-break-xs {
13261
+ grid-column-start: 1;
13262
+ }
13263
+ .fwe-offset-xs-8 {
13264
+ grid-column-start: 9;
13265
+ }
13008
13266
  .fwe-col-xs-9 {
13009
13267
  grid-column-end: span 9;
13010
13268
  }
13269
+ .fwe-grid-line-break-xs {
13270
+ grid-column-start: 1;
13271
+ }
13272
+ .fwe-offset-xs-9 {
13273
+ grid-column-start: 10;
13274
+ }
13011
13275
  .fwe-col-xs-10 {
13012
13276
  grid-column-end: span 10;
13013
13277
  }
13278
+ .fwe-grid-line-break-xs {
13279
+ grid-column-start: 1;
13280
+ }
13281
+ .fwe-offset-xs-10 {
13282
+ grid-column-start: 11;
13283
+ }
13014
13284
  .fwe-col-xs-11 {
13015
13285
  grid-column-end: span 11;
13016
13286
  }
13287
+ .fwe-grid-line-break-xs {
13288
+ grid-column-start: 1;
13289
+ }
13290
+ .fwe-offset-xs-11 {
13291
+ grid-column-start: 12;
13292
+ }
13017
13293
  .fwe-col-xs-12 {
13018
13294
  grid-column-end: span 12;
13019
13295
  }
13296
+ .fwe-grid-line-break-xs {
13297
+ grid-column-start: 1;
13298
+ }
13020
13299
  }
13021
13300
  @media (min-width: 769px) {
13022
13301
  .fwe-col-sm-1 {
13023
13302
  grid-column-end: span 1;
13024
13303
  }
13304
+ .fwe-grid-line-break-sm {
13305
+ grid-column-start: 1;
13306
+ }
13307
+ .fwe-offset-sm-1 {
13308
+ grid-column-start: 2;
13309
+ }
13025
13310
  .fwe-col-sm-2 {
13026
13311
  grid-column-end: span 2;
13027
13312
  }
13313
+ .fwe-grid-line-break-sm {
13314
+ grid-column-start: 1;
13315
+ }
13316
+ .fwe-offset-sm-2 {
13317
+ grid-column-start: 3;
13318
+ }
13028
13319
  .fwe-col-sm-3 {
13029
13320
  grid-column-end: span 3;
13030
13321
  }
13322
+ .fwe-grid-line-break-sm {
13323
+ grid-column-start: 1;
13324
+ }
13325
+ .fwe-offset-sm-3 {
13326
+ grid-column-start: 4;
13327
+ }
13031
13328
  .fwe-col-sm-4 {
13032
13329
  grid-column-end: span 4;
13033
13330
  }
13331
+ .fwe-grid-line-break-sm {
13332
+ grid-column-start: 1;
13333
+ }
13334
+ .fwe-offset-sm-4 {
13335
+ grid-column-start: 5;
13336
+ }
13034
13337
  .fwe-col-sm-5 {
13035
13338
  grid-column-end: span 5;
13036
13339
  }
13340
+ .fwe-grid-line-break-sm {
13341
+ grid-column-start: 1;
13342
+ }
13343
+ .fwe-offset-sm-5 {
13344
+ grid-column-start: 6;
13345
+ }
13037
13346
  .fwe-col-sm-6 {
13038
13347
  grid-column-end: span 6;
13039
13348
  }
13349
+ .fwe-grid-line-break-sm {
13350
+ grid-column-start: 1;
13351
+ }
13352
+ .fwe-offset-sm-6 {
13353
+ grid-column-start: 7;
13354
+ }
13040
13355
  .fwe-col-sm-7 {
13041
13356
  grid-column-end: span 7;
13042
13357
  }
13358
+ .fwe-grid-line-break-sm {
13359
+ grid-column-start: 1;
13360
+ }
13361
+ .fwe-offset-sm-7 {
13362
+ grid-column-start: 8;
13363
+ }
13043
13364
  .fwe-col-sm-8 {
13044
13365
  grid-column-end: span 8;
13045
13366
  }
13367
+ .fwe-grid-line-break-sm {
13368
+ grid-column-start: 1;
13369
+ }
13370
+ .fwe-offset-sm-8 {
13371
+ grid-column-start: 9;
13372
+ }
13046
13373
  .fwe-col-sm-9 {
13047
13374
  grid-column-end: span 9;
13048
13375
  }
13376
+ .fwe-grid-line-break-sm {
13377
+ grid-column-start: 1;
13378
+ }
13379
+ .fwe-offset-sm-9 {
13380
+ grid-column-start: 10;
13381
+ }
13049
13382
  .fwe-col-sm-10 {
13050
13383
  grid-column-end: span 10;
13051
13384
  }
13385
+ .fwe-grid-line-break-sm {
13386
+ grid-column-start: 1;
13387
+ }
13388
+ .fwe-offset-sm-10 {
13389
+ grid-column-start: 11;
13390
+ }
13052
13391
  .fwe-col-sm-11 {
13053
13392
  grid-column-end: span 11;
13054
13393
  }
13394
+ .fwe-grid-line-break-sm {
13395
+ grid-column-start: 1;
13396
+ }
13397
+ .fwe-offset-sm-11 {
13398
+ grid-column-start: 12;
13399
+ }
13055
13400
  .fwe-col-sm-12 {
13056
13401
  grid-column-end: span 12;
13057
13402
  }
13403
+ .fwe-grid-line-break-sm {
13404
+ grid-column-start: 1;
13405
+ }
13058
13406
  }
13059
13407
  @media (min-width: 1025px) {
13060
13408
  .fwe-col-md-1 {
13061
13409
  grid-column-end: span 1;
13062
13410
  }
13411
+ .fwe-grid-line-break-md {
13412
+ grid-column-start: 1;
13413
+ }
13414
+ .fwe-offset-md-1 {
13415
+ grid-column-start: 2;
13416
+ }
13063
13417
  .fwe-col-md-2 {
13064
13418
  grid-column-end: span 2;
13065
13419
  }
13420
+ .fwe-grid-line-break-md {
13421
+ grid-column-start: 1;
13422
+ }
13423
+ .fwe-offset-md-2 {
13424
+ grid-column-start: 3;
13425
+ }
13066
13426
  .fwe-col-md-3 {
13067
13427
  grid-column-end: span 3;
13068
13428
  }
13429
+ .fwe-grid-line-break-md {
13430
+ grid-column-start: 1;
13431
+ }
13432
+ .fwe-offset-md-3 {
13433
+ grid-column-start: 4;
13434
+ }
13069
13435
  .fwe-col-md-4 {
13070
13436
  grid-column-end: span 4;
13071
13437
  }
13438
+ .fwe-grid-line-break-md {
13439
+ grid-column-start: 1;
13440
+ }
13441
+ .fwe-offset-md-4 {
13442
+ grid-column-start: 5;
13443
+ }
13072
13444
  .fwe-col-md-5 {
13073
13445
  grid-column-end: span 5;
13074
13446
  }
13447
+ .fwe-grid-line-break-md {
13448
+ grid-column-start: 1;
13449
+ }
13450
+ .fwe-offset-md-5 {
13451
+ grid-column-start: 6;
13452
+ }
13075
13453
  .fwe-col-md-6 {
13076
13454
  grid-column-end: span 6;
13077
13455
  }
13456
+ .fwe-grid-line-break-md {
13457
+ grid-column-start: 1;
13458
+ }
13459
+ .fwe-offset-md-6 {
13460
+ grid-column-start: 7;
13461
+ }
13078
13462
  .fwe-col-md-7 {
13079
13463
  grid-column-end: span 7;
13080
13464
  }
13465
+ .fwe-grid-line-break-md {
13466
+ grid-column-start: 1;
13467
+ }
13468
+ .fwe-offset-md-7 {
13469
+ grid-column-start: 8;
13470
+ }
13081
13471
  .fwe-col-md-8 {
13082
13472
  grid-column-end: span 8;
13083
13473
  }
13474
+ .fwe-grid-line-break-md {
13475
+ grid-column-start: 1;
13476
+ }
13477
+ .fwe-offset-md-8 {
13478
+ grid-column-start: 9;
13479
+ }
13084
13480
  .fwe-col-md-9 {
13085
13481
  grid-column-end: span 9;
13086
13482
  }
13483
+ .fwe-grid-line-break-md {
13484
+ grid-column-start: 1;
13485
+ }
13486
+ .fwe-offset-md-9 {
13487
+ grid-column-start: 10;
13488
+ }
13087
13489
  .fwe-col-md-10 {
13088
13490
  grid-column-end: span 10;
13089
13491
  }
13492
+ .fwe-grid-line-break-md {
13493
+ grid-column-start: 1;
13494
+ }
13495
+ .fwe-offset-md-10 {
13496
+ grid-column-start: 11;
13497
+ }
13090
13498
  .fwe-col-md-11 {
13091
13499
  grid-column-end: span 11;
13092
13500
  }
13501
+ .fwe-grid-line-break-md {
13502
+ grid-column-start: 1;
13503
+ }
13504
+ .fwe-offset-md-11 {
13505
+ grid-column-start: 12;
13506
+ }
13093
13507
  .fwe-col-md-12 {
13094
13508
  grid-column-end: span 12;
13095
13509
  }
13510
+ .fwe-grid-line-break-md {
13511
+ grid-column-start: 1;
13512
+ }
13096
13513
  }
13097
13514
  @media (min-width: 1281px) {
13098
13515
  .fwe-col-lg-1 {
13099
13516
  grid-column-end: span 1;
13100
13517
  }
13518
+ .fwe-grid-line-break-lg {
13519
+ grid-column-start: 1;
13520
+ }
13521
+ .fwe-offset-lg-1 {
13522
+ grid-column-start: 2;
13523
+ }
13101
13524
  .fwe-col-lg-2 {
13102
13525
  grid-column-end: span 2;
13103
13526
  }
13527
+ .fwe-grid-line-break-lg {
13528
+ grid-column-start: 1;
13529
+ }
13530
+ .fwe-offset-lg-2 {
13531
+ grid-column-start: 3;
13532
+ }
13104
13533
  .fwe-col-lg-3 {
13105
13534
  grid-column-end: span 3;
13106
13535
  }
13536
+ .fwe-grid-line-break-lg {
13537
+ grid-column-start: 1;
13538
+ }
13539
+ .fwe-offset-lg-3 {
13540
+ grid-column-start: 4;
13541
+ }
13107
13542
  .fwe-col-lg-4 {
13108
13543
  grid-column-end: span 4;
13109
13544
  }
13545
+ .fwe-grid-line-break-lg {
13546
+ grid-column-start: 1;
13547
+ }
13548
+ .fwe-offset-lg-4 {
13549
+ grid-column-start: 5;
13550
+ }
13110
13551
  .fwe-col-lg-5 {
13111
13552
  grid-column-end: span 5;
13112
13553
  }
13554
+ .fwe-grid-line-break-lg {
13555
+ grid-column-start: 1;
13556
+ }
13557
+ .fwe-offset-lg-5 {
13558
+ grid-column-start: 6;
13559
+ }
13113
13560
  .fwe-col-lg-6 {
13114
13561
  grid-column-end: span 6;
13115
13562
  }
13563
+ .fwe-grid-line-break-lg {
13564
+ grid-column-start: 1;
13565
+ }
13566
+ .fwe-offset-lg-6 {
13567
+ grid-column-start: 7;
13568
+ }
13116
13569
  .fwe-col-lg-7 {
13117
13570
  grid-column-end: span 7;
13118
13571
  }
13572
+ .fwe-grid-line-break-lg {
13573
+ grid-column-start: 1;
13574
+ }
13575
+ .fwe-offset-lg-7 {
13576
+ grid-column-start: 8;
13577
+ }
13119
13578
  .fwe-col-lg-8 {
13120
13579
  grid-column-end: span 8;
13121
13580
  }
13581
+ .fwe-grid-line-break-lg {
13582
+ grid-column-start: 1;
13583
+ }
13584
+ .fwe-offset-lg-8 {
13585
+ grid-column-start: 9;
13586
+ }
13122
13587
  .fwe-col-lg-9 {
13123
13588
  grid-column-end: span 9;
13124
13589
  }
13590
+ .fwe-grid-line-break-lg {
13591
+ grid-column-start: 1;
13592
+ }
13593
+ .fwe-offset-lg-9 {
13594
+ grid-column-start: 10;
13595
+ }
13125
13596
  .fwe-col-lg-10 {
13126
13597
  grid-column-end: span 10;
13127
13598
  }
13599
+ .fwe-grid-line-break-lg {
13600
+ grid-column-start: 1;
13601
+ }
13602
+ .fwe-offset-lg-10 {
13603
+ grid-column-start: 11;
13604
+ }
13128
13605
  .fwe-col-lg-11 {
13129
13606
  grid-column-end: span 11;
13130
13607
  }
13608
+ .fwe-grid-line-break-lg {
13609
+ grid-column-start: 1;
13610
+ }
13611
+ .fwe-offset-lg-11 {
13612
+ grid-column-start: 12;
13613
+ }
13131
13614
  .fwe-col-lg-12 {
13132
13615
  grid-column-end: span 12;
13133
13616
  }
13617
+ .fwe-grid-line-break-lg {
13618
+ grid-column-start: 1;
13619
+ }
13134
13620
  }
13135
13621
  @media (min-width: 1441px) {
13136
13622
  .fwe-col-xl-1 {
13137
13623
  grid-column-end: span 1;
13138
13624
  }
13625
+ .fwe-grid-line-break-xl {
13626
+ grid-column-start: 1;
13627
+ }
13628
+ .fwe-offset-xl-1 {
13629
+ grid-column-start: 2;
13630
+ }
13139
13631
  .fwe-col-xl-2 {
13140
13632
  grid-column-end: span 2;
13141
13633
  }
13634
+ .fwe-grid-line-break-xl {
13635
+ grid-column-start: 1;
13636
+ }
13637
+ .fwe-offset-xl-2 {
13638
+ grid-column-start: 3;
13639
+ }
13142
13640
  .fwe-col-xl-3 {
13143
13641
  grid-column-end: span 3;
13144
13642
  }
13643
+ .fwe-grid-line-break-xl {
13644
+ grid-column-start: 1;
13645
+ }
13646
+ .fwe-offset-xl-3 {
13647
+ grid-column-start: 4;
13648
+ }
13145
13649
  .fwe-col-xl-4 {
13146
13650
  grid-column-end: span 4;
13147
13651
  }
13652
+ .fwe-grid-line-break-xl {
13653
+ grid-column-start: 1;
13654
+ }
13655
+ .fwe-offset-xl-4 {
13656
+ grid-column-start: 5;
13657
+ }
13148
13658
  .fwe-col-xl-5 {
13149
13659
  grid-column-end: span 5;
13150
13660
  }
13661
+ .fwe-grid-line-break-xl {
13662
+ grid-column-start: 1;
13663
+ }
13664
+ .fwe-offset-xl-5 {
13665
+ grid-column-start: 6;
13666
+ }
13151
13667
  .fwe-col-xl-6 {
13152
13668
  grid-column-end: span 6;
13153
13669
  }
13670
+ .fwe-grid-line-break-xl {
13671
+ grid-column-start: 1;
13672
+ }
13673
+ .fwe-offset-xl-6 {
13674
+ grid-column-start: 7;
13675
+ }
13154
13676
  .fwe-col-xl-7 {
13155
13677
  grid-column-end: span 7;
13156
13678
  }
13679
+ .fwe-grid-line-break-xl {
13680
+ grid-column-start: 1;
13681
+ }
13682
+ .fwe-offset-xl-7 {
13683
+ grid-column-start: 8;
13684
+ }
13157
13685
  .fwe-col-xl-8 {
13158
13686
  grid-column-end: span 8;
13159
13687
  }
13688
+ .fwe-grid-line-break-xl {
13689
+ grid-column-start: 1;
13690
+ }
13691
+ .fwe-offset-xl-8 {
13692
+ grid-column-start: 9;
13693
+ }
13160
13694
  .fwe-col-xl-9 {
13161
13695
  grid-column-end: span 9;
13162
13696
  }
13697
+ .fwe-grid-line-break-xl {
13698
+ grid-column-start: 1;
13699
+ }
13700
+ .fwe-offset-xl-9 {
13701
+ grid-column-start: 10;
13702
+ }
13163
13703
  .fwe-col-xl-10 {
13164
13704
  grid-column-end: span 10;
13165
13705
  }
13706
+ .fwe-grid-line-break-xl {
13707
+ grid-column-start: 1;
13708
+ }
13709
+ .fwe-offset-xl-10 {
13710
+ grid-column-start: 11;
13711
+ }
13166
13712
  .fwe-col-xl-11 {
13167
13713
  grid-column-end: span 11;
13168
13714
  }
13715
+ .fwe-grid-line-break-xl {
13716
+ grid-column-start: 1;
13717
+ }
13718
+ .fwe-offset-xl-11 {
13719
+ grid-column-start: 12;
13720
+ }
13169
13721
  .fwe-col-xl-12 {
13170
13722
  grid-column-end: span 12;
13171
13723
  }
13724
+ .fwe-grid-line-break-xl {
13725
+ grid-column-start: 1;
13726
+ }
13172
13727
  }
13173
13728
  @media (min-width: 1921px) {
13174
13729
  .fwe-col-xxl-1 {
13175
13730
  grid-column-end: span 1;
13176
13731
  }
13732
+ .fwe-grid-line-break-xxl {
13733
+ grid-column-start: 1;
13734
+ }
13735
+ .fwe-offset-xxl-1 {
13736
+ grid-column-start: 2;
13737
+ }
13177
13738
  .fwe-col-xxl-2 {
13178
13739
  grid-column-end: span 2;
13179
13740
  }
13741
+ .fwe-grid-line-break-xxl {
13742
+ grid-column-start: 1;
13743
+ }
13744
+ .fwe-offset-xxl-2 {
13745
+ grid-column-start: 3;
13746
+ }
13180
13747
  .fwe-col-xxl-3 {
13181
13748
  grid-column-end: span 3;
13182
13749
  }
13750
+ .fwe-grid-line-break-xxl {
13751
+ grid-column-start: 1;
13752
+ }
13753
+ .fwe-offset-xxl-3 {
13754
+ grid-column-start: 4;
13755
+ }
13183
13756
  .fwe-col-xxl-4 {
13184
13757
  grid-column-end: span 4;
13185
13758
  }
13759
+ .fwe-grid-line-break-xxl {
13760
+ grid-column-start: 1;
13761
+ }
13762
+ .fwe-offset-xxl-4 {
13763
+ grid-column-start: 5;
13764
+ }
13186
13765
  .fwe-col-xxl-5 {
13187
13766
  grid-column-end: span 5;
13188
13767
  }
13768
+ .fwe-grid-line-break-xxl {
13769
+ grid-column-start: 1;
13770
+ }
13771
+ .fwe-offset-xxl-5 {
13772
+ grid-column-start: 6;
13773
+ }
13189
13774
  .fwe-col-xxl-6 {
13190
13775
  grid-column-end: span 6;
13191
13776
  }
13777
+ .fwe-grid-line-break-xxl {
13778
+ grid-column-start: 1;
13779
+ }
13780
+ .fwe-offset-xxl-6 {
13781
+ grid-column-start: 7;
13782
+ }
13192
13783
  .fwe-col-xxl-7 {
13193
13784
  grid-column-end: span 7;
13194
13785
  }
13786
+ .fwe-grid-line-break-xxl {
13787
+ grid-column-start: 1;
13788
+ }
13789
+ .fwe-offset-xxl-7 {
13790
+ grid-column-start: 8;
13791
+ }
13195
13792
  .fwe-col-xxl-8 {
13196
13793
  grid-column-end: span 8;
13197
13794
  }
13795
+ .fwe-grid-line-break-xxl {
13796
+ grid-column-start: 1;
13797
+ }
13798
+ .fwe-offset-xxl-8 {
13799
+ grid-column-start: 9;
13800
+ }
13198
13801
  .fwe-col-xxl-9 {
13199
13802
  grid-column-end: span 9;
13200
13803
  }
13804
+ .fwe-grid-line-break-xxl {
13805
+ grid-column-start: 1;
13806
+ }
13807
+ .fwe-offset-xxl-9 {
13808
+ grid-column-start: 10;
13809
+ }
13201
13810
  .fwe-col-xxl-10 {
13202
13811
  grid-column-end: span 10;
13203
13812
  }
13813
+ .fwe-grid-line-break-xxl {
13814
+ grid-column-start: 1;
13815
+ }
13816
+ .fwe-offset-xxl-10 {
13817
+ grid-column-start: 11;
13818
+ }
13204
13819
  .fwe-col-xxl-11 {
13205
13820
  grid-column-end: span 11;
13206
13821
  }
13822
+ .fwe-grid-line-break-xxl {
13823
+ grid-column-start: 1;
13824
+ }
13825
+ .fwe-offset-xxl-11 {
13826
+ grid-column-start: 12;
13827
+ }
13207
13828
  .fwe-col-xxl-12 {
13208
13829
  grid-column-end: span 12;
13209
13830
  }
13831
+ .fwe-grid-line-break-xxl {
13832
+ grid-column-start: 1;
13833
+ }
13210
13834
  }
13211
13835
  .fwe-grid {
13212
13836
  display: grid;
@@ -13277,8 +13901,8 @@ table.fwe-table tr th.fwe-table-order.fwe-table-order-descending::before {
13277
13901
  table.fwe-table tr td {
13278
13902
  background-color: var(--fwe-white);
13279
13903
  border-bottom: 2px solid var(--fwe-background);
13280
- padding-top: 11px;
13281
- padding-bottom: 13px;
13904
+ padding-top: 12px;
13905
+ padding-bottom: 12px;
13282
13906
  padding-left: 16px;
13283
13907
  padding-right: 16px;
13284
13908
  vertical-align: top;
@@ -13761,6 +14385,10 @@ header.fwe-fixed-header {
13761
14385
  align-items: center;
13762
14386
  }
13763
14387
 
14388
+ .fwe-navbar-margin {
14389
+ margin-top: 64px;
14390
+ }
14391
+
13764
14392
  .fwe-mobile-flyout {
13765
14393
  position: relative;
13766
14394
  }
@@ -13815,19 +14443,21 @@ header.fwe-fixed-header {
13815
14443
  overflow-x: hidden;
13816
14444
  overflow-y: auto;
13817
14445
  }
13818
- .fwe-mobile-flyout-page::-webkit-scrollbar {
13819
- width: 14px;
13820
- }
13821
- .fwe-mobile-flyout-page::-webkit-scrollbar-track {
13822
- background: transparent;
13823
- }
13824
- .fwe-mobile-flyout-page::-webkit-scrollbar-thumb {
13825
- overflow: visible;
13826
- background-color: var(--fwe-control-scrollbar);
13827
- border: 3px solid rgba(242, 243, 245, 0);
13828
- -webkit-background-clip: padding-box;
13829
- background-clip: padding-box;
13830
- border-radius: 8px;
14446
+ @media (pointer: fine) {
14447
+ .fwe-mobile-flyout-page::-webkit-scrollbar {
14448
+ width: 14px;
14449
+ }
14450
+ .fwe-mobile-flyout-page::-webkit-scrollbar-track {
14451
+ background: transparent;
14452
+ }
14453
+ .fwe-mobile-flyout-page::-webkit-scrollbar-thumb {
14454
+ overflow: visible;
14455
+ background-color: var(--fwe-control-scrollbar);
14456
+ border: 3px solid rgba(242, 243, 245, 0);
14457
+ -webkit-background-clip: padding-box;
14458
+ background-clip: padding-box;
14459
+ border-radius: 8px;
14460
+ }
13831
14461
  }
13832
14462
  .fwe-mobile-flyout-page.fwe-opened {
13833
14463
  transform: translateX(0%);
@@ -14367,10 +14997,17 @@ label.fwe-switch.fwe-switch-label-below .fwe-radio-label-content, label.fwe-chec
14367
14997
  .fwe-radio-group.fwe-radio-lg label.fwe-radio .fwe-radio-checkmark {
14368
14998
  height: 24px;
14369
14999
  width: 24px;
15000
+ min-height: 24px;
15001
+ min-width: 24px;
14370
15002
  }
14371
15003
  .fwe-radio-group.fwe-radio-lg label.fwe-radio .fwe-radio-checkmark:after {
14372
15004
  height: 24px;
14373
15005
  width: 24px;
15006
+ min-height: 24px;
15007
+ min-width: 24px;
15008
+ }
15009
+ .fwe-radio-group.fwe-radio-lg label.fwe-radio .fwe-radio-label-content {
15010
+ line-height: 32px;
14374
15011
  }
14375
15012
  label.fwe-radio {
14376
15013
  cursor: pointer;
@@ -14387,6 +15024,8 @@ label.fwe-radio .fwe-radio-checkmark {
14387
15024
  position: relative;
14388
15025
  height: 16px;
14389
15026
  width: 16px;
15027
+ min-height: 16px;
15028
+ min-width: 16px;
14390
15029
  border: 1px solid var(--fwe-control-border);
14391
15030
  background-color: var(--fwe-white);
14392
15031
  border-radius: 50%;
@@ -14402,16 +15041,25 @@ label.fwe-radio .fwe-radio-checkmark:after {
14402
15041
  top: -1px;
14403
15042
  height: 16px;
14404
15043
  width: 16px;
15044
+ min-height: 16px;
15045
+ min-width: 16px;
14405
15046
  transition: transform ease-out 0.3s, background-color ease-out 0.3s;
14406
15047
  transform: scale(0.001);
14407
15048
  }
14408
15049
  label.fwe-radio.fwe-radio-lg .fwe-radio-checkmark {
14409
15050
  height: 24px;
14410
15051
  width: 24px;
15052
+ min-height: 24px;
15053
+ min-width: 24px;
14411
15054
  }
14412
15055
  label.fwe-radio.fwe-radio-lg .fwe-radio-checkmark:after {
14413
15056
  height: 24px;
14414
15057
  width: 24px;
15058
+ min-height: 24px;
15059
+ min-width: 24px;
15060
+ }
15061
+ label.fwe-radio.fwe-radio-lg .fwe-radio-label-content {
15062
+ line-height: 32px;
14415
15063
  }
14416
15064
  label.fwe-radio .fwe-radio-label-content {
14417
15065
  line-height: 24px;
@@ -14422,7 +15070,7 @@ label.fwe-radio input[type=radio] {
14422
15070
  opacity: 0;
14423
15071
  cursor: pointer;
14424
15072
  }
14425
- label.fwe-radio input[type=radio]:hover ~ .fwe-radio-checkmark {
15073
+ label.fwe-radio input[type=radio]:hover:not(:disabled) ~ .fwe-radio-checkmark {
14426
15074
  background-color: var(--fwe-control);
14427
15075
  }
14428
15076
  label.fwe-radio input[type=radio]:active ~ .fwe-radio-checkmark {
@@ -14432,7 +15080,7 @@ label.fwe-radio input[type=radio]:checked ~ .fwe-radio-checkmark {
14432
15080
  background-color: var(--fwe-hero);
14433
15081
  border-color: var(--fwe-hero);
14434
15082
  }
14435
- label.fwe-radio input[type=radio]:hover:checked ~ .fwe-radio-checkmark {
15083
+ label.fwe-radio input[type=radio]:hover:checked:not(:disabled) ~ .fwe-radio-checkmark {
14436
15084
  background-color: var(--fwe-hero-dark);
14437
15085
  border-color: var(--fwe-hero-dark);
14438
15086
  }
@@ -14470,7 +15118,9 @@ label.fwe-switch.fwe-switch-label-below .fwe-checkbox-label-content, label.fwe-c
14470
15118
 
14471
15119
  label.fwe-checkbox.fwe-checkbox-lg .fwe-checkbox-checkmark, .fwe-checkbox-group.fwe-checkbox-lg label.fwe-checkbox .fwe-checkbox-checkmark {
14472
15120
  height: 24px;
15121
+ min-height: 24px;
14473
15122
  width: 24px;
15123
+ min-width: 24px;
14474
15124
  border-radius: 4px;
14475
15125
  }
14476
15126
  label.fwe-checkbox.fwe-checkbox-lg .fwe-checkbox-checkmark:before, .fwe-checkbox-group.fwe-checkbox-lg label.fwe-checkbox .fwe-checkbox-checkmark:before {
@@ -14497,7 +15147,9 @@ label.fwe-checkbox .fwe-checkbox-checkmark {
14497
15147
  box-sizing: border-box;
14498
15148
  position: relative;
14499
15149
  height: 16px;
15150
+ min-height: 16px;
14500
15151
  width: 16px;
15152
+ min-width: 16px;
14501
15153
  border: 1px solid var(--fwe-control-border);
14502
15154
  background-color: var(--fwe-white);
14503
15155
  border-radius: 2px;
@@ -15685,19 +16337,21 @@ fieldset.fwe-progress-container label {
15685
16337
  overflow-x: hidden;
15686
16338
  overflow-y: auto;
15687
16339
  }
15688
- .fwe-modal .fwe-modal-body::-webkit-scrollbar {
15689
- width: 14px;
15690
- }
15691
- .fwe-modal .fwe-modal-body::-webkit-scrollbar-track {
15692
- background: transparent;
15693
- }
15694
- .fwe-modal .fwe-modal-body::-webkit-scrollbar-thumb {
15695
- overflow: visible;
15696
- background-color: var(--fwe-control-scrollbar);
15697
- border: 3px solid rgba(242, 243, 245, 0);
15698
- -webkit-background-clip: padding-box;
15699
- background-clip: padding-box;
15700
- border-radius: 8px;
16340
+ @media (pointer: fine) {
16341
+ .fwe-modal .fwe-modal-body::-webkit-scrollbar {
16342
+ width: 14px;
16343
+ }
16344
+ .fwe-modal .fwe-modal-body::-webkit-scrollbar-track {
16345
+ background: transparent;
16346
+ }
16347
+ .fwe-modal .fwe-modal-body::-webkit-scrollbar-thumb {
16348
+ overflow: visible;
16349
+ background-color: var(--fwe-control-scrollbar);
16350
+ border: 3px solid rgba(242, 243, 245, 0);
16351
+ -webkit-background-clip: padding-box;
16352
+ background-clip: padding-box;
16353
+ border-radius: 8px;
16354
+ }
15701
16355
  }
15702
16356
  .fwe-modal-h1 {
15703
16357
  margin-top: 0;
@@ -16497,19 +17151,21 @@ fieldset.fwe-progress-container label {
16497
17151
  scrollbar-width: thin;
16498
17152
  scrollbar-color: var(--fwe-control-scrollbar) var(--fwe-gray-100);
16499
17153
  }
16500
- .fwe-scrollbar::-webkit-scrollbar {
16501
- width: 14px;
16502
- }
16503
- .fwe-scrollbar::-webkit-scrollbar-track {
16504
- background: transparent;
16505
- }
16506
- .fwe-scrollbar::-webkit-scrollbar-thumb {
16507
- overflow: visible;
16508
- background-color: var(--fwe-control-scrollbar);
16509
- border: 3px solid rgba(242, 243, 245, 0);
16510
- -webkit-background-clip: padding-box;
16511
- background-clip: padding-box;
16512
- border-radius: 8px;
17154
+ @media (pointer: fine) {
17155
+ .fwe-scrollbar::-webkit-scrollbar {
17156
+ width: 14px;
17157
+ }
17158
+ .fwe-scrollbar::-webkit-scrollbar-track {
17159
+ background: transparent;
17160
+ }
17161
+ .fwe-scrollbar::-webkit-scrollbar-thumb {
17162
+ overflow: visible;
17163
+ background-color: var(--fwe-control-scrollbar);
17164
+ border: 3px solid rgba(242, 243, 245, 0);
17165
+ -webkit-background-clip: padding-box;
17166
+ background-clip: padding-box;
17167
+ border-radius: 8px;
17168
+ }
16513
17169
  }
16514
17170
 
16515
17171
  /* stylelint-disable */
@@ -16966,19 +17622,21 @@ input[type=search]::-webkit-search-cancel-button {
16966
17622
  scrollbar-color: var(--fwe-control-scrollbar) var(--fwe-gray-100);
16967
17623
  position: relative;
16968
17624
  }
16969
- .fwe-tree::-webkit-scrollbar {
16970
- width: 14px;
16971
- }
16972
- .fwe-tree::-webkit-scrollbar-track {
16973
- background: transparent;
16974
- }
16975
- .fwe-tree::-webkit-scrollbar-thumb {
16976
- overflow: visible;
16977
- background-color: var(--fwe-control-scrollbar);
16978
- border: 3px solid rgba(242, 243, 245, 0);
16979
- -webkit-background-clip: padding-box;
16980
- background-clip: padding-box;
16981
- border-radius: 8px;
17625
+ @media (pointer: fine) {
17626
+ .fwe-tree::-webkit-scrollbar {
17627
+ width: 14px;
17628
+ }
17629
+ .fwe-tree::-webkit-scrollbar-track {
17630
+ background: transparent;
17631
+ }
17632
+ .fwe-tree::-webkit-scrollbar-thumb {
17633
+ overflow: visible;
17634
+ background-color: var(--fwe-control-scrollbar);
17635
+ border: 3px solid rgba(242, 243, 245, 0);
17636
+ -webkit-background-clip: padding-box;
17637
+ background-clip: padding-box;
17638
+ border-radius: 8px;
17639
+ }
16982
17640
  }
16983
17641
  .fwe-tree-node {
16984
17642
  position: relative;
@@ -17140,4 +17798,44 @@ input[type=search]::-webkit-search-cancel-button {
17140
17798
  color: var(--fwe-btn-hero-active);
17141
17799
  }
17142
17800
 
17801
+ .fwe-sidebar-overlay {
17802
+ z-index: var(--fwe-z-index-sticky);
17803
+ box-shadow: 0 1px 4px rgba(0, 0, 0, 0.16);
17804
+ padding: 32px;
17805
+ position: fixed;
17806
+ right: 0px;
17807
+ top: 0px;
17808
+ bottom: 0px;
17809
+ width: 480px;
17810
+ background: var(--fwe-white);
17811
+ transform: translateX(480px);
17812
+ transition: opacity 400ms, transform 400ms;
17813
+ opacity: 0;
17814
+ }
17815
+ .fwe-sidebar-overlay--open {
17816
+ opacity: 1;
17817
+ transform: translateX(0px);
17818
+ }
17819
+ .fwe-sidebar-overlay .fwe-close-icon-button {
17820
+ line-height: 1;
17821
+ display: block;
17822
+ border: none;
17823
+ background-color: transparent;
17824
+ padding: 0;
17825
+ margin: 0 0 0 auto;
17826
+ outline: none;
17827
+ text-align: right;
17828
+ cursor: pointer;
17829
+ }
17830
+ .fwe-sidebar-overlay .fwe-close-icon-button:hover {
17831
+ color: var(--fwe-hero);
17832
+ }
17833
+ @media (max-width: 600px) {
17834
+ .fwe-sidebar-overlay {
17835
+ left: 0px;
17836
+ width: unset;
17837
+ transform: translateX(100%);
17838
+ }
17839
+ }
17840
+
17143
17841
  /*# sourceMappingURL=festo-web-essentials.css.map */