@festo-ui/web-essentials 5.0.0-dev.158 → 5.0.0-dev.161

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.
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Festo UI - Web Essentials v5.0.0-dev.158 (https://storybook.festo.design/)
2
+ * Festo UI - Web Essentials v5.0.0-dev.161 (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);
@@ -2900,6 +2921,38 @@ template {
2900
2921
  object-fit: scale-down !important;
2901
2922
  }
2902
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
+
2903
2956
  /* a screen reader friendly approach */
2904
2957
  .fwe-d-none {
2905
2958
  display: none !important;
@@ -12927,305 +12980,857 @@ template {
12927
12980
  .fwe-col-1 {
12928
12981
  grid-column-end: span 1;
12929
12982
  }
12983
+ .fwe-grid-line-break {
12984
+ grid-column-start: 1;
12985
+ }
12986
+ .fwe-offset-1 {
12987
+ grid-column-start: 2;
12988
+ }
12930
12989
  .fwe-col-2 {
12931
12990
  grid-column-end: span 2;
12932
12991
  }
12992
+ .fwe-grid-line-break {
12993
+ grid-column-start: 1;
12994
+ }
12995
+ .fwe-offset-2 {
12996
+ grid-column-start: 3;
12997
+ }
12933
12998
  .fwe-col-3 {
12934
12999
  grid-column-end: span 3;
12935
13000
  }
13001
+ .fwe-grid-line-break {
13002
+ grid-column-start: 1;
13003
+ }
13004
+ .fwe-offset-3 {
13005
+ grid-column-start: 4;
13006
+ }
12936
13007
  .fwe-col-4 {
12937
13008
  grid-column-end: span 4;
12938
13009
  }
13010
+ .fwe-grid-line-break {
13011
+ grid-column-start: 1;
13012
+ }
13013
+ .fwe-offset-4 {
13014
+ grid-column-start: 5;
13015
+ }
12939
13016
  .fwe-col-5 {
12940
13017
  grid-column-end: span 5;
12941
13018
  }
13019
+ .fwe-grid-line-break {
13020
+ grid-column-start: 1;
13021
+ }
13022
+ .fwe-offset-5 {
13023
+ grid-column-start: 6;
13024
+ }
12942
13025
  .fwe-col-6 {
12943
13026
  grid-column-end: span 6;
12944
13027
  }
13028
+ .fwe-grid-line-break {
13029
+ grid-column-start: 1;
13030
+ }
13031
+ .fwe-offset-6 {
13032
+ grid-column-start: 7;
13033
+ }
12945
13034
  .fwe-col-7 {
12946
13035
  grid-column-end: span 7;
12947
13036
  }
13037
+ .fwe-grid-line-break {
13038
+ grid-column-start: 1;
13039
+ }
13040
+ .fwe-offset-7 {
13041
+ grid-column-start: 8;
13042
+ }
12948
13043
  .fwe-col-8 {
12949
13044
  grid-column-end: span 8;
12950
13045
  }
13046
+ .fwe-grid-line-break {
13047
+ grid-column-start: 1;
13048
+ }
13049
+ .fwe-offset-8 {
13050
+ grid-column-start: 9;
13051
+ }
12951
13052
  .fwe-col-9 {
12952
13053
  grid-column-end: span 9;
12953
13054
  }
13055
+ .fwe-grid-line-break {
13056
+ grid-column-start: 1;
13057
+ }
13058
+ .fwe-offset-9 {
13059
+ grid-column-start: 10;
13060
+ }
12954
13061
  .fwe-col-10 {
12955
13062
  grid-column-end: span 10;
12956
13063
  }
13064
+ .fwe-grid-line-break {
13065
+ grid-column-start: 1;
13066
+ }
13067
+ .fwe-offset-10 {
13068
+ grid-column-start: 11;
13069
+ }
12957
13070
  .fwe-col-11 {
12958
13071
  grid-column-end: span 11;
12959
13072
  }
13073
+ .fwe-grid-line-break {
13074
+ grid-column-start: 1;
13075
+ }
13076
+ .fwe-offset-11 {
13077
+ grid-column-start: 12;
13078
+ }
12960
13079
  .fwe-col-12 {
12961
13080
  grid-column-end: span 12;
12962
13081
  }
13082
+ .fwe-grid-line-break {
13083
+ grid-column-start: 1;
13084
+ }
12963
13085
  }
12964
13086
  @media (min-width: 375px) {
12965
13087
  .fwe-col-xxs-1 {
12966
13088
  grid-column-end: span 1;
12967
13089
  }
13090
+ .fwe-grid-line-break-xxs {
13091
+ grid-column-start: 1;
13092
+ }
13093
+ .fwe-offset-xxs-1 {
13094
+ grid-column-start: 2;
13095
+ }
12968
13096
  .fwe-col-xxs-2 {
12969
13097
  grid-column-end: span 2;
12970
13098
  }
13099
+ .fwe-grid-line-break-xxs {
13100
+ grid-column-start: 1;
13101
+ }
13102
+ .fwe-offset-xxs-2 {
13103
+ grid-column-start: 3;
13104
+ }
12971
13105
  .fwe-col-xxs-3 {
12972
13106
  grid-column-end: span 3;
12973
13107
  }
13108
+ .fwe-grid-line-break-xxs {
13109
+ grid-column-start: 1;
13110
+ }
13111
+ .fwe-offset-xxs-3 {
13112
+ grid-column-start: 4;
13113
+ }
12974
13114
  .fwe-col-xxs-4 {
12975
13115
  grid-column-end: span 4;
12976
13116
  }
13117
+ .fwe-grid-line-break-xxs {
13118
+ grid-column-start: 1;
13119
+ }
13120
+ .fwe-offset-xxs-4 {
13121
+ grid-column-start: 5;
13122
+ }
12977
13123
  .fwe-col-xxs-5 {
12978
13124
  grid-column-end: span 5;
12979
13125
  }
13126
+ .fwe-grid-line-break-xxs {
13127
+ grid-column-start: 1;
13128
+ }
13129
+ .fwe-offset-xxs-5 {
13130
+ grid-column-start: 6;
13131
+ }
12980
13132
  .fwe-col-xxs-6 {
12981
13133
  grid-column-end: span 6;
12982
13134
  }
13135
+ .fwe-grid-line-break-xxs {
13136
+ grid-column-start: 1;
13137
+ }
13138
+ .fwe-offset-xxs-6 {
13139
+ grid-column-start: 7;
13140
+ }
12983
13141
  .fwe-col-xxs-7 {
12984
13142
  grid-column-end: span 7;
12985
13143
  }
13144
+ .fwe-grid-line-break-xxs {
13145
+ grid-column-start: 1;
13146
+ }
13147
+ .fwe-offset-xxs-7 {
13148
+ grid-column-start: 8;
13149
+ }
12986
13150
  .fwe-col-xxs-8 {
12987
13151
  grid-column-end: span 8;
12988
13152
  }
13153
+ .fwe-grid-line-break-xxs {
13154
+ grid-column-start: 1;
13155
+ }
13156
+ .fwe-offset-xxs-8 {
13157
+ grid-column-start: 9;
13158
+ }
12989
13159
  .fwe-col-xxs-9 {
12990
13160
  grid-column-end: span 9;
12991
13161
  }
13162
+ .fwe-grid-line-break-xxs {
13163
+ grid-column-start: 1;
13164
+ }
13165
+ .fwe-offset-xxs-9 {
13166
+ grid-column-start: 10;
13167
+ }
12992
13168
  .fwe-col-xxs-10 {
12993
13169
  grid-column-end: span 10;
12994
13170
  }
13171
+ .fwe-grid-line-break-xxs {
13172
+ grid-column-start: 1;
13173
+ }
13174
+ .fwe-offset-xxs-10 {
13175
+ grid-column-start: 11;
13176
+ }
12995
13177
  .fwe-col-xxs-11 {
12996
13178
  grid-column-end: span 11;
12997
13179
  }
13180
+ .fwe-grid-line-break-xxs {
13181
+ grid-column-start: 1;
13182
+ }
13183
+ .fwe-offset-xxs-11 {
13184
+ grid-column-start: 12;
13185
+ }
12998
13186
  .fwe-col-xxs-12 {
12999
13187
  grid-column-end: span 12;
13000
13188
  }
13189
+ .fwe-grid-line-break-xxs {
13190
+ grid-column-start: 1;
13191
+ }
13001
13192
  }
13002
13193
  @media (min-width: 600px) {
13003
13194
  .fwe-col-xs-1 {
13004
13195
  grid-column-end: span 1;
13005
13196
  }
13197
+ .fwe-grid-line-break-xs {
13198
+ grid-column-start: 1;
13199
+ }
13200
+ .fwe-offset-xs-1 {
13201
+ grid-column-start: 2;
13202
+ }
13006
13203
  .fwe-col-xs-2 {
13007
13204
  grid-column-end: span 2;
13008
13205
  }
13206
+ .fwe-grid-line-break-xs {
13207
+ grid-column-start: 1;
13208
+ }
13209
+ .fwe-offset-xs-2 {
13210
+ grid-column-start: 3;
13211
+ }
13009
13212
  .fwe-col-xs-3 {
13010
13213
  grid-column-end: span 3;
13011
13214
  }
13215
+ .fwe-grid-line-break-xs {
13216
+ grid-column-start: 1;
13217
+ }
13218
+ .fwe-offset-xs-3 {
13219
+ grid-column-start: 4;
13220
+ }
13012
13221
  .fwe-col-xs-4 {
13013
13222
  grid-column-end: span 4;
13014
13223
  }
13224
+ .fwe-grid-line-break-xs {
13225
+ grid-column-start: 1;
13226
+ }
13227
+ .fwe-offset-xs-4 {
13228
+ grid-column-start: 5;
13229
+ }
13015
13230
  .fwe-col-xs-5 {
13016
13231
  grid-column-end: span 5;
13017
13232
  }
13233
+ .fwe-grid-line-break-xs {
13234
+ grid-column-start: 1;
13235
+ }
13236
+ .fwe-offset-xs-5 {
13237
+ grid-column-start: 6;
13238
+ }
13018
13239
  .fwe-col-xs-6 {
13019
13240
  grid-column-end: span 6;
13020
13241
  }
13242
+ .fwe-grid-line-break-xs {
13243
+ grid-column-start: 1;
13244
+ }
13245
+ .fwe-offset-xs-6 {
13246
+ grid-column-start: 7;
13247
+ }
13021
13248
  .fwe-col-xs-7 {
13022
13249
  grid-column-end: span 7;
13023
13250
  }
13251
+ .fwe-grid-line-break-xs {
13252
+ grid-column-start: 1;
13253
+ }
13254
+ .fwe-offset-xs-7 {
13255
+ grid-column-start: 8;
13256
+ }
13024
13257
  .fwe-col-xs-8 {
13025
13258
  grid-column-end: span 8;
13026
13259
  }
13260
+ .fwe-grid-line-break-xs {
13261
+ grid-column-start: 1;
13262
+ }
13263
+ .fwe-offset-xs-8 {
13264
+ grid-column-start: 9;
13265
+ }
13027
13266
  .fwe-col-xs-9 {
13028
13267
  grid-column-end: span 9;
13029
13268
  }
13269
+ .fwe-grid-line-break-xs {
13270
+ grid-column-start: 1;
13271
+ }
13272
+ .fwe-offset-xs-9 {
13273
+ grid-column-start: 10;
13274
+ }
13030
13275
  .fwe-col-xs-10 {
13031
13276
  grid-column-end: span 10;
13032
13277
  }
13278
+ .fwe-grid-line-break-xs {
13279
+ grid-column-start: 1;
13280
+ }
13281
+ .fwe-offset-xs-10 {
13282
+ grid-column-start: 11;
13283
+ }
13033
13284
  .fwe-col-xs-11 {
13034
13285
  grid-column-end: span 11;
13035
13286
  }
13287
+ .fwe-grid-line-break-xs {
13288
+ grid-column-start: 1;
13289
+ }
13290
+ .fwe-offset-xs-11 {
13291
+ grid-column-start: 12;
13292
+ }
13036
13293
  .fwe-col-xs-12 {
13037
13294
  grid-column-end: span 12;
13038
13295
  }
13296
+ .fwe-grid-line-break-xs {
13297
+ grid-column-start: 1;
13298
+ }
13039
13299
  }
13040
13300
  @media (min-width: 769px) {
13041
13301
  .fwe-col-sm-1 {
13042
13302
  grid-column-end: span 1;
13043
13303
  }
13304
+ .fwe-grid-line-break-sm {
13305
+ grid-column-start: 1;
13306
+ }
13307
+ .fwe-offset-sm-1 {
13308
+ grid-column-start: 2;
13309
+ }
13044
13310
  .fwe-col-sm-2 {
13045
13311
  grid-column-end: span 2;
13046
13312
  }
13313
+ .fwe-grid-line-break-sm {
13314
+ grid-column-start: 1;
13315
+ }
13316
+ .fwe-offset-sm-2 {
13317
+ grid-column-start: 3;
13318
+ }
13047
13319
  .fwe-col-sm-3 {
13048
13320
  grid-column-end: span 3;
13049
13321
  }
13322
+ .fwe-grid-line-break-sm {
13323
+ grid-column-start: 1;
13324
+ }
13325
+ .fwe-offset-sm-3 {
13326
+ grid-column-start: 4;
13327
+ }
13050
13328
  .fwe-col-sm-4 {
13051
13329
  grid-column-end: span 4;
13052
13330
  }
13331
+ .fwe-grid-line-break-sm {
13332
+ grid-column-start: 1;
13333
+ }
13334
+ .fwe-offset-sm-4 {
13335
+ grid-column-start: 5;
13336
+ }
13053
13337
  .fwe-col-sm-5 {
13054
13338
  grid-column-end: span 5;
13055
13339
  }
13340
+ .fwe-grid-line-break-sm {
13341
+ grid-column-start: 1;
13342
+ }
13343
+ .fwe-offset-sm-5 {
13344
+ grid-column-start: 6;
13345
+ }
13056
13346
  .fwe-col-sm-6 {
13057
13347
  grid-column-end: span 6;
13058
13348
  }
13349
+ .fwe-grid-line-break-sm {
13350
+ grid-column-start: 1;
13351
+ }
13352
+ .fwe-offset-sm-6 {
13353
+ grid-column-start: 7;
13354
+ }
13059
13355
  .fwe-col-sm-7 {
13060
13356
  grid-column-end: span 7;
13061
13357
  }
13358
+ .fwe-grid-line-break-sm {
13359
+ grid-column-start: 1;
13360
+ }
13361
+ .fwe-offset-sm-7 {
13362
+ grid-column-start: 8;
13363
+ }
13062
13364
  .fwe-col-sm-8 {
13063
13365
  grid-column-end: span 8;
13064
13366
  }
13367
+ .fwe-grid-line-break-sm {
13368
+ grid-column-start: 1;
13369
+ }
13370
+ .fwe-offset-sm-8 {
13371
+ grid-column-start: 9;
13372
+ }
13065
13373
  .fwe-col-sm-9 {
13066
13374
  grid-column-end: span 9;
13067
13375
  }
13376
+ .fwe-grid-line-break-sm {
13377
+ grid-column-start: 1;
13378
+ }
13379
+ .fwe-offset-sm-9 {
13380
+ grid-column-start: 10;
13381
+ }
13068
13382
  .fwe-col-sm-10 {
13069
13383
  grid-column-end: span 10;
13070
13384
  }
13385
+ .fwe-grid-line-break-sm {
13386
+ grid-column-start: 1;
13387
+ }
13388
+ .fwe-offset-sm-10 {
13389
+ grid-column-start: 11;
13390
+ }
13071
13391
  .fwe-col-sm-11 {
13072
13392
  grid-column-end: span 11;
13073
13393
  }
13394
+ .fwe-grid-line-break-sm {
13395
+ grid-column-start: 1;
13396
+ }
13397
+ .fwe-offset-sm-11 {
13398
+ grid-column-start: 12;
13399
+ }
13074
13400
  .fwe-col-sm-12 {
13075
13401
  grid-column-end: span 12;
13076
13402
  }
13403
+ .fwe-grid-line-break-sm {
13404
+ grid-column-start: 1;
13405
+ }
13077
13406
  }
13078
13407
  @media (min-width: 1025px) {
13079
13408
  .fwe-col-md-1 {
13080
13409
  grid-column-end: span 1;
13081
13410
  }
13411
+ .fwe-grid-line-break-md {
13412
+ grid-column-start: 1;
13413
+ }
13414
+ .fwe-offset-md-1 {
13415
+ grid-column-start: 2;
13416
+ }
13082
13417
  .fwe-col-md-2 {
13083
13418
  grid-column-end: span 2;
13084
13419
  }
13420
+ .fwe-grid-line-break-md {
13421
+ grid-column-start: 1;
13422
+ }
13423
+ .fwe-offset-md-2 {
13424
+ grid-column-start: 3;
13425
+ }
13085
13426
  .fwe-col-md-3 {
13086
13427
  grid-column-end: span 3;
13087
13428
  }
13429
+ .fwe-grid-line-break-md {
13430
+ grid-column-start: 1;
13431
+ }
13432
+ .fwe-offset-md-3 {
13433
+ grid-column-start: 4;
13434
+ }
13088
13435
  .fwe-col-md-4 {
13089
13436
  grid-column-end: span 4;
13090
13437
  }
13438
+ .fwe-grid-line-break-md {
13439
+ grid-column-start: 1;
13440
+ }
13441
+ .fwe-offset-md-4 {
13442
+ grid-column-start: 5;
13443
+ }
13091
13444
  .fwe-col-md-5 {
13092
13445
  grid-column-end: span 5;
13093
13446
  }
13447
+ .fwe-grid-line-break-md {
13448
+ grid-column-start: 1;
13449
+ }
13450
+ .fwe-offset-md-5 {
13451
+ grid-column-start: 6;
13452
+ }
13094
13453
  .fwe-col-md-6 {
13095
13454
  grid-column-end: span 6;
13096
13455
  }
13456
+ .fwe-grid-line-break-md {
13457
+ grid-column-start: 1;
13458
+ }
13459
+ .fwe-offset-md-6 {
13460
+ grid-column-start: 7;
13461
+ }
13097
13462
  .fwe-col-md-7 {
13098
13463
  grid-column-end: span 7;
13099
13464
  }
13465
+ .fwe-grid-line-break-md {
13466
+ grid-column-start: 1;
13467
+ }
13468
+ .fwe-offset-md-7 {
13469
+ grid-column-start: 8;
13470
+ }
13100
13471
  .fwe-col-md-8 {
13101
13472
  grid-column-end: span 8;
13102
13473
  }
13474
+ .fwe-grid-line-break-md {
13475
+ grid-column-start: 1;
13476
+ }
13477
+ .fwe-offset-md-8 {
13478
+ grid-column-start: 9;
13479
+ }
13103
13480
  .fwe-col-md-9 {
13104
13481
  grid-column-end: span 9;
13105
13482
  }
13483
+ .fwe-grid-line-break-md {
13484
+ grid-column-start: 1;
13485
+ }
13486
+ .fwe-offset-md-9 {
13487
+ grid-column-start: 10;
13488
+ }
13106
13489
  .fwe-col-md-10 {
13107
13490
  grid-column-end: span 10;
13108
13491
  }
13492
+ .fwe-grid-line-break-md {
13493
+ grid-column-start: 1;
13494
+ }
13495
+ .fwe-offset-md-10 {
13496
+ grid-column-start: 11;
13497
+ }
13109
13498
  .fwe-col-md-11 {
13110
13499
  grid-column-end: span 11;
13111
13500
  }
13501
+ .fwe-grid-line-break-md {
13502
+ grid-column-start: 1;
13503
+ }
13504
+ .fwe-offset-md-11 {
13505
+ grid-column-start: 12;
13506
+ }
13112
13507
  .fwe-col-md-12 {
13113
13508
  grid-column-end: span 12;
13114
13509
  }
13510
+ .fwe-grid-line-break-md {
13511
+ grid-column-start: 1;
13512
+ }
13115
13513
  }
13116
13514
  @media (min-width: 1281px) {
13117
13515
  .fwe-col-lg-1 {
13118
13516
  grid-column-end: span 1;
13119
13517
  }
13518
+ .fwe-grid-line-break-lg {
13519
+ grid-column-start: 1;
13520
+ }
13521
+ .fwe-offset-lg-1 {
13522
+ grid-column-start: 2;
13523
+ }
13120
13524
  .fwe-col-lg-2 {
13121
13525
  grid-column-end: span 2;
13122
13526
  }
13527
+ .fwe-grid-line-break-lg {
13528
+ grid-column-start: 1;
13529
+ }
13530
+ .fwe-offset-lg-2 {
13531
+ grid-column-start: 3;
13532
+ }
13123
13533
  .fwe-col-lg-3 {
13124
13534
  grid-column-end: span 3;
13125
13535
  }
13536
+ .fwe-grid-line-break-lg {
13537
+ grid-column-start: 1;
13538
+ }
13539
+ .fwe-offset-lg-3 {
13540
+ grid-column-start: 4;
13541
+ }
13126
13542
  .fwe-col-lg-4 {
13127
13543
  grid-column-end: span 4;
13128
13544
  }
13545
+ .fwe-grid-line-break-lg {
13546
+ grid-column-start: 1;
13547
+ }
13548
+ .fwe-offset-lg-4 {
13549
+ grid-column-start: 5;
13550
+ }
13129
13551
  .fwe-col-lg-5 {
13130
13552
  grid-column-end: span 5;
13131
13553
  }
13554
+ .fwe-grid-line-break-lg {
13555
+ grid-column-start: 1;
13556
+ }
13557
+ .fwe-offset-lg-5 {
13558
+ grid-column-start: 6;
13559
+ }
13132
13560
  .fwe-col-lg-6 {
13133
13561
  grid-column-end: span 6;
13134
13562
  }
13563
+ .fwe-grid-line-break-lg {
13564
+ grid-column-start: 1;
13565
+ }
13566
+ .fwe-offset-lg-6 {
13567
+ grid-column-start: 7;
13568
+ }
13135
13569
  .fwe-col-lg-7 {
13136
13570
  grid-column-end: span 7;
13137
13571
  }
13572
+ .fwe-grid-line-break-lg {
13573
+ grid-column-start: 1;
13574
+ }
13575
+ .fwe-offset-lg-7 {
13576
+ grid-column-start: 8;
13577
+ }
13138
13578
  .fwe-col-lg-8 {
13139
13579
  grid-column-end: span 8;
13140
13580
  }
13581
+ .fwe-grid-line-break-lg {
13582
+ grid-column-start: 1;
13583
+ }
13584
+ .fwe-offset-lg-8 {
13585
+ grid-column-start: 9;
13586
+ }
13141
13587
  .fwe-col-lg-9 {
13142
13588
  grid-column-end: span 9;
13143
13589
  }
13590
+ .fwe-grid-line-break-lg {
13591
+ grid-column-start: 1;
13592
+ }
13593
+ .fwe-offset-lg-9 {
13594
+ grid-column-start: 10;
13595
+ }
13144
13596
  .fwe-col-lg-10 {
13145
13597
  grid-column-end: span 10;
13146
13598
  }
13599
+ .fwe-grid-line-break-lg {
13600
+ grid-column-start: 1;
13601
+ }
13602
+ .fwe-offset-lg-10 {
13603
+ grid-column-start: 11;
13604
+ }
13147
13605
  .fwe-col-lg-11 {
13148
13606
  grid-column-end: span 11;
13149
13607
  }
13608
+ .fwe-grid-line-break-lg {
13609
+ grid-column-start: 1;
13610
+ }
13611
+ .fwe-offset-lg-11 {
13612
+ grid-column-start: 12;
13613
+ }
13150
13614
  .fwe-col-lg-12 {
13151
13615
  grid-column-end: span 12;
13152
13616
  }
13617
+ .fwe-grid-line-break-lg {
13618
+ grid-column-start: 1;
13619
+ }
13153
13620
  }
13154
13621
  @media (min-width: 1441px) {
13155
13622
  .fwe-col-xl-1 {
13156
13623
  grid-column-end: span 1;
13157
13624
  }
13625
+ .fwe-grid-line-break-xl {
13626
+ grid-column-start: 1;
13627
+ }
13628
+ .fwe-offset-xl-1 {
13629
+ grid-column-start: 2;
13630
+ }
13158
13631
  .fwe-col-xl-2 {
13159
13632
  grid-column-end: span 2;
13160
13633
  }
13634
+ .fwe-grid-line-break-xl {
13635
+ grid-column-start: 1;
13636
+ }
13637
+ .fwe-offset-xl-2 {
13638
+ grid-column-start: 3;
13639
+ }
13161
13640
  .fwe-col-xl-3 {
13162
13641
  grid-column-end: span 3;
13163
13642
  }
13643
+ .fwe-grid-line-break-xl {
13644
+ grid-column-start: 1;
13645
+ }
13646
+ .fwe-offset-xl-3 {
13647
+ grid-column-start: 4;
13648
+ }
13164
13649
  .fwe-col-xl-4 {
13165
13650
  grid-column-end: span 4;
13166
13651
  }
13652
+ .fwe-grid-line-break-xl {
13653
+ grid-column-start: 1;
13654
+ }
13655
+ .fwe-offset-xl-4 {
13656
+ grid-column-start: 5;
13657
+ }
13167
13658
  .fwe-col-xl-5 {
13168
13659
  grid-column-end: span 5;
13169
13660
  }
13661
+ .fwe-grid-line-break-xl {
13662
+ grid-column-start: 1;
13663
+ }
13664
+ .fwe-offset-xl-5 {
13665
+ grid-column-start: 6;
13666
+ }
13170
13667
  .fwe-col-xl-6 {
13171
13668
  grid-column-end: span 6;
13172
13669
  }
13670
+ .fwe-grid-line-break-xl {
13671
+ grid-column-start: 1;
13672
+ }
13673
+ .fwe-offset-xl-6 {
13674
+ grid-column-start: 7;
13675
+ }
13173
13676
  .fwe-col-xl-7 {
13174
13677
  grid-column-end: span 7;
13175
13678
  }
13679
+ .fwe-grid-line-break-xl {
13680
+ grid-column-start: 1;
13681
+ }
13682
+ .fwe-offset-xl-7 {
13683
+ grid-column-start: 8;
13684
+ }
13176
13685
  .fwe-col-xl-8 {
13177
13686
  grid-column-end: span 8;
13178
13687
  }
13688
+ .fwe-grid-line-break-xl {
13689
+ grid-column-start: 1;
13690
+ }
13691
+ .fwe-offset-xl-8 {
13692
+ grid-column-start: 9;
13693
+ }
13179
13694
  .fwe-col-xl-9 {
13180
13695
  grid-column-end: span 9;
13181
13696
  }
13697
+ .fwe-grid-line-break-xl {
13698
+ grid-column-start: 1;
13699
+ }
13700
+ .fwe-offset-xl-9 {
13701
+ grid-column-start: 10;
13702
+ }
13182
13703
  .fwe-col-xl-10 {
13183
13704
  grid-column-end: span 10;
13184
13705
  }
13706
+ .fwe-grid-line-break-xl {
13707
+ grid-column-start: 1;
13708
+ }
13709
+ .fwe-offset-xl-10 {
13710
+ grid-column-start: 11;
13711
+ }
13185
13712
  .fwe-col-xl-11 {
13186
13713
  grid-column-end: span 11;
13187
13714
  }
13715
+ .fwe-grid-line-break-xl {
13716
+ grid-column-start: 1;
13717
+ }
13718
+ .fwe-offset-xl-11 {
13719
+ grid-column-start: 12;
13720
+ }
13188
13721
  .fwe-col-xl-12 {
13189
13722
  grid-column-end: span 12;
13190
13723
  }
13724
+ .fwe-grid-line-break-xl {
13725
+ grid-column-start: 1;
13726
+ }
13191
13727
  }
13192
13728
  @media (min-width: 1921px) {
13193
13729
  .fwe-col-xxl-1 {
13194
13730
  grid-column-end: span 1;
13195
13731
  }
13732
+ .fwe-grid-line-break-xxl {
13733
+ grid-column-start: 1;
13734
+ }
13735
+ .fwe-offset-xxl-1 {
13736
+ grid-column-start: 2;
13737
+ }
13196
13738
  .fwe-col-xxl-2 {
13197
13739
  grid-column-end: span 2;
13198
13740
  }
13741
+ .fwe-grid-line-break-xxl {
13742
+ grid-column-start: 1;
13743
+ }
13744
+ .fwe-offset-xxl-2 {
13745
+ grid-column-start: 3;
13746
+ }
13199
13747
  .fwe-col-xxl-3 {
13200
13748
  grid-column-end: span 3;
13201
13749
  }
13750
+ .fwe-grid-line-break-xxl {
13751
+ grid-column-start: 1;
13752
+ }
13753
+ .fwe-offset-xxl-3 {
13754
+ grid-column-start: 4;
13755
+ }
13202
13756
  .fwe-col-xxl-4 {
13203
13757
  grid-column-end: span 4;
13204
13758
  }
13759
+ .fwe-grid-line-break-xxl {
13760
+ grid-column-start: 1;
13761
+ }
13762
+ .fwe-offset-xxl-4 {
13763
+ grid-column-start: 5;
13764
+ }
13205
13765
  .fwe-col-xxl-5 {
13206
13766
  grid-column-end: span 5;
13207
13767
  }
13768
+ .fwe-grid-line-break-xxl {
13769
+ grid-column-start: 1;
13770
+ }
13771
+ .fwe-offset-xxl-5 {
13772
+ grid-column-start: 6;
13773
+ }
13208
13774
  .fwe-col-xxl-6 {
13209
13775
  grid-column-end: span 6;
13210
13776
  }
13777
+ .fwe-grid-line-break-xxl {
13778
+ grid-column-start: 1;
13779
+ }
13780
+ .fwe-offset-xxl-6 {
13781
+ grid-column-start: 7;
13782
+ }
13211
13783
  .fwe-col-xxl-7 {
13212
13784
  grid-column-end: span 7;
13213
13785
  }
13786
+ .fwe-grid-line-break-xxl {
13787
+ grid-column-start: 1;
13788
+ }
13789
+ .fwe-offset-xxl-7 {
13790
+ grid-column-start: 8;
13791
+ }
13214
13792
  .fwe-col-xxl-8 {
13215
13793
  grid-column-end: span 8;
13216
13794
  }
13795
+ .fwe-grid-line-break-xxl {
13796
+ grid-column-start: 1;
13797
+ }
13798
+ .fwe-offset-xxl-8 {
13799
+ grid-column-start: 9;
13800
+ }
13217
13801
  .fwe-col-xxl-9 {
13218
13802
  grid-column-end: span 9;
13219
13803
  }
13804
+ .fwe-grid-line-break-xxl {
13805
+ grid-column-start: 1;
13806
+ }
13807
+ .fwe-offset-xxl-9 {
13808
+ grid-column-start: 10;
13809
+ }
13220
13810
  .fwe-col-xxl-10 {
13221
13811
  grid-column-end: span 10;
13222
13812
  }
13813
+ .fwe-grid-line-break-xxl {
13814
+ grid-column-start: 1;
13815
+ }
13816
+ .fwe-offset-xxl-10 {
13817
+ grid-column-start: 11;
13818
+ }
13223
13819
  .fwe-col-xxl-11 {
13224
13820
  grid-column-end: span 11;
13225
13821
  }
13822
+ .fwe-grid-line-break-xxl {
13823
+ grid-column-start: 1;
13824
+ }
13825
+ .fwe-offset-xxl-11 {
13826
+ grid-column-start: 12;
13827
+ }
13226
13828
  .fwe-col-xxl-12 {
13227
13829
  grid-column-end: span 12;
13228
13830
  }
13831
+ .fwe-grid-line-break-xxl {
13832
+ grid-column-start: 1;
13833
+ }
13229
13834
  }
13230
13835
  .fwe-grid {
13231
13836
  display: grid;
@@ -14392,10 +14997,17 @@ label.fwe-switch.fwe-switch-label-below .fwe-radio-label-content, label.fwe-chec
14392
14997
  .fwe-radio-group.fwe-radio-lg label.fwe-radio .fwe-radio-checkmark {
14393
14998
  height: 24px;
14394
14999
  width: 24px;
15000
+ min-height: 24px;
15001
+ min-width: 24px;
14395
15002
  }
14396
15003
  .fwe-radio-group.fwe-radio-lg label.fwe-radio .fwe-radio-checkmark:after {
14397
15004
  height: 24px;
14398
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;
14399
15011
  }
14400
15012
  label.fwe-radio {
14401
15013
  cursor: pointer;
@@ -14412,6 +15024,8 @@ label.fwe-radio .fwe-radio-checkmark {
14412
15024
  position: relative;
14413
15025
  height: 16px;
14414
15026
  width: 16px;
15027
+ min-height: 16px;
15028
+ min-width: 16px;
14415
15029
  border: 1px solid var(--fwe-control-border);
14416
15030
  background-color: var(--fwe-white);
14417
15031
  border-radius: 50%;
@@ -14427,16 +15041,25 @@ label.fwe-radio .fwe-radio-checkmark:after {
14427
15041
  top: -1px;
14428
15042
  height: 16px;
14429
15043
  width: 16px;
15044
+ min-height: 16px;
15045
+ min-width: 16px;
14430
15046
  transition: transform ease-out 0.3s, background-color ease-out 0.3s;
14431
15047
  transform: scale(0.001);
14432
15048
  }
14433
15049
  label.fwe-radio.fwe-radio-lg .fwe-radio-checkmark {
14434
15050
  height: 24px;
14435
15051
  width: 24px;
15052
+ min-height: 24px;
15053
+ min-width: 24px;
14436
15054
  }
14437
15055
  label.fwe-radio.fwe-radio-lg .fwe-radio-checkmark:after {
14438
15056
  height: 24px;
14439
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;
14440
15063
  }
14441
15064
  label.fwe-radio .fwe-radio-label-content {
14442
15065
  line-height: 24px;
@@ -14447,7 +15070,7 @@ label.fwe-radio input[type=radio] {
14447
15070
  opacity: 0;
14448
15071
  cursor: pointer;
14449
15072
  }
14450
- label.fwe-radio input[type=radio]:hover ~ .fwe-radio-checkmark {
15073
+ label.fwe-radio input[type=radio]:hover:not(:disabled) ~ .fwe-radio-checkmark {
14451
15074
  background-color: var(--fwe-control);
14452
15075
  }
14453
15076
  label.fwe-radio input[type=radio]:active ~ .fwe-radio-checkmark {
@@ -14457,7 +15080,7 @@ label.fwe-radio input[type=radio]:checked ~ .fwe-radio-checkmark {
14457
15080
  background-color: var(--fwe-hero);
14458
15081
  border-color: var(--fwe-hero);
14459
15082
  }
14460
- 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 {
14461
15084
  background-color: var(--fwe-hero-dark);
14462
15085
  border-color: var(--fwe-hero-dark);
14463
15086
  }
@@ -14495,7 +15118,9 @@ label.fwe-switch.fwe-switch-label-below .fwe-checkbox-label-content, label.fwe-c
14495
15118
 
14496
15119
  label.fwe-checkbox.fwe-checkbox-lg .fwe-checkbox-checkmark, .fwe-checkbox-group.fwe-checkbox-lg label.fwe-checkbox .fwe-checkbox-checkmark {
14497
15120
  height: 24px;
15121
+ min-height: 24px;
14498
15122
  width: 24px;
15123
+ min-width: 24px;
14499
15124
  border-radius: 4px;
14500
15125
  }
14501
15126
  label.fwe-checkbox.fwe-checkbox-lg .fwe-checkbox-checkmark:before, .fwe-checkbox-group.fwe-checkbox-lg label.fwe-checkbox .fwe-checkbox-checkmark:before {
@@ -14522,7 +15147,9 @@ label.fwe-checkbox .fwe-checkbox-checkmark {
14522
15147
  box-sizing: border-box;
14523
15148
  position: relative;
14524
15149
  height: 16px;
15150
+ min-height: 16px;
14525
15151
  width: 16px;
15152
+ min-width: 16px;
14526
15153
  border: 1px solid var(--fwe-control-border);
14527
15154
  background-color: var(--fwe-white);
14528
15155
  border-radius: 2px;