@clayui/css 3.95.2 → 3.98.0

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 (55) hide show
  1. package/lib/css/atlas.css +405 -94
  2. package/lib/css/atlas.css.map +1 -1
  3. package/lib/css/base.css +210 -82
  4. package/lib/css/base.css.map +1 -1
  5. package/lib/css/cadmin.css +375 -178
  6. package/lib/css/cadmin.css.map +1 -1
  7. package/lib/images/icons/accessibility.svg +9 -0
  8. package/lib/images/icons/icons.svg +1 -1
  9. package/lib/images/icons/stars.svg +9 -0
  10. package/package.json +2 -2
  11. package/src/images/icons/accessibility.svg +9 -0
  12. package/src/images/icons/stars.svg +9 -0
  13. package/src/scss/_license-text.scss +1 -1
  14. package/src/scss/atlas/variables/_forms.scss +38 -0
  15. package/src/scss/atlas/variables/_menubar.scss +87 -9
  16. package/src/scss/atlas/variables/_pagination.scss +56 -4
  17. package/src/scss/atlas/variables/_tables.scss +4 -4
  18. package/src/scss/cadmin/components/_date-picker.scss +4 -0
  19. package/src/scss/cadmin/components/_forms.scss +1 -25
  20. package/src/scss/cadmin/components/_grid.scss +0 -12
  21. package/src/scss/cadmin/components/_multi-step-nav.scss +1 -11
  22. package/src/scss/cadmin/components/_navbar.scss +1 -6
  23. package/src/scss/cadmin/components/_progress-bars.scss +6 -0
  24. package/src/scss/cadmin/components/_type.scss +0 -21
  25. package/src/scss/cadmin/components/_utilities-functional-important.scss +30 -10
  26. package/src/scss/cadmin/variables/_buttons.scss +12 -2
  27. package/src/scss/cadmin/variables/_forms.scss +31 -0
  28. package/src/scss/cadmin/variables/_menubar.scss +100 -45
  29. package/src/scss/cadmin/variables/_multi-step-nav.scss +18 -0
  30. package/src/scss/cadmin/variables/_navbar.scss +13 -0
  31. package/src/scss/cadmin/variables/_pagination.scss +48 -4
  32. package/src/scss/cadmin/variables/_tables.scss +4 -4
  33. package/src/scss/cadmin/variables/_utilities.scss +111 -36
  34. package/src/scss/components/_date-picker.scss +4 -0
  35. package/src/scss/components/_forms.scss +1 -25
  36. package/src/scss/components/_grid.scss +0 -10
  37. package/src/scss/components/_multi-step-nav.scss +9 -20
  38. package/src/scss/components/_navbar.scss +1 -6
  39. package/src/scss/components/_type.scss +0 -21
  40. package/src/scss/components/_utilities-functional-important.scss +27 -8
  41. package/src/scss/functions/_lx-icons-generated.scss +4 -0
  42. package/src/scss/mixins/_dropdown-menu.scss +37 -1
  43. package/src/scss/mixins/_globals.scss +46 -17
  44. package/src/scss/mixins/_input-groups.scss +8 -0
  45. package/src/scss/mixins/_links.scss +44 -0
  46. package/src/scss/mixins/_transition.scss +2 -7
  47. package/src/scss/mixins/_type.scss +7 -3
  48. package/src/scss/variables/_buttons.scss +2 -0
  49. package/src/scss/variables/_dropdowns.scss +54 -0
  50. package/src/scss/variables/_forms.scss +48 -3
  51. package/src/scss/variables/_icons.scss +1 -1
  52. package/src/scss/variables/_menubar.scss +8 -10
  53. package/src/scss/variables/_multi-step-nav.scss +43 -1
  54. package/src/scss/variables/_navbar.scss +14 -0
  55. package/src/scss/variables/_utilities.scss +111 -36
package/lib/css/base.css CHANGED
@@ -1,6 +1,6 @@
1
1
  @charset "UTF-8";
2
2
  /**
3
- * Clay 3.95.2
3
+ * Clay 3.98.0
4
4
  *
5
5
  * SPDX-FileCopyrightText: © 2020 Liferay, Inc. <https://liferay.com>
6
6
  * SPDX-FileCopyrightText: © 2020 Contributors to the project Clay <https://github.com/liferay/clay/graphs/contributors>
@@ -531,24 +531,6 @@ mark:before,
531
531
  color: #fff;
532
532
  }
533
533
 
534
- .text-truncate {
535
- display: block;
536
- }
537
-
538
- .text-truncate-inline {
539
- display: inline-flex;
540
- max-width: 100%;
541
- }
542
- .text-truncate-inline .text-truncate {
543
- display: inline-block;
544
- max-width: 100%;
545
- overflow: hidden;
546
- text-overflow: ellipsis;
547
- vertical-align: bottom;
548
- white-space: nowrap;
549
- word-wrap: normal;
550
- }
551
-
552
534
  code {
553
535
  color: #e83e8c;
554
536
  font-size: 87.5%;
@@ -1168,6 +1150,7 @@ button.collapse-icon .c-inner {
1168
1150
  display: inline-block;
1169
1151
  font-size: 1rem;
1170
1152
  font-weight: 400;
1153
+ letter-spacing: inherit;
1171
1154
  line-height: 1.5;
1172
1155
  padding-bottom: 0.375rem;
1173
1156
  padding-left: 0.75rem;
@@ -1330,6 +1313,7 @@ input[type=button].btn-block {
1330
1313
  cursor: pointer;
1331
1314
  font-size: inherit;
1332
1315
  font-weight: inherit;
1316
+ letter-spacing: inherit;
1333
1317
  line-height: inherit;
1334
1318
  max-width: 100%;
1335
1319
  padding: 0;
@@ -3303,11 +3287,6 @@ input[type=button].btn-block {
3303
3287
  padding-top: 1rem;
3304
3288
  }
3305
3289
  }
3306
- @media (max-width: 991.98px) {
3307
- .container-form-lg .menubar-vertical-expand-lg {
3308
- margin-top: -1rem;
3309
- }
3310
- }
3311
3290
 
3312
3291
  .container-view {
3313
3292
  padding-bottom: 1.5rem;
@@ -4236,7 +4215,6 @@ input[type=button].btn-block {
4236
4215
  vertical-align: bottom;
4237
4216
  white-space: nowrap;
4238
4217
  }
4239
-
4240
4218
  .btn-group,
4241
4219
  .btn-group-vertical {
4242
4220
  display: inline-flex;
@@ -6501,6 +6479,77 @@ input[type=button].btn-block {
6501
6479
  padding-left: 1.5rem;
6502
6480
  padding-right: 1.5rem;
6503
6481
  }
6482
+ .dropdown-menu-select.dropdown-menu .dropdown-item-scroll {
6483
+ font-size: 1rem;
6484
+ height: 2rem;
6485
+ padding: 0;
6486
+ position: absolute;
6487
+ text-align: center;
6488
+ z-index: 1;
6489
+ }
6490
+ .dropdown-menu-select.dropdown-menu .dropdown-item-scroll:hover, .dropdown-menu-select.dropdown-menu .dropdown-item-scroll.hover {
6491
+ background-color: #f8f9fa;
6492
+ background-image: none;
6493
+ color: #16181b;
6494
+ }
6495
+ .dropdown-menu-select.dropdown-menu .dropdown-item-scroll:focus, .dropdown-menu-select.dropdown-menu .dropdown-item-scroll.focus {
6496
+ background-color: #f8f9fa;
6497
+ background-image: none;
6498
+ color: #16181b;
6499
+ }
6500
+ .dropdown-menu-select.dropdown-menu .dropdown-item-scroll:active {
6501
+ background-color: #007bff;
6502
+ background-image: none;
6503
+ color: #fff;
6504
+ }
6505
+ .dropdown-menu-select.dropdown-menu .dropdown-item-scroll:active label {
6506
+ color: #fff;
6507
+ }
6508
+ .dropdown-menu-select.dropdown-menu .dropdown-item-scroll:active .form-check-label {
6509
+ color: #fff;
6510
+ }
6511
+ .dropdown-menu-select.dropdown-menu .dropdown-item-scroll.active {
6512
+ background-color: #007bff;
6513
+ background-image: none;
6514
+ color: #fff;
6515
+ }
6516
+ .dropdown-menu-select.dropdown-menu .dropdown-item-scroll.active label {
6517
+ color: #fff;
6518
+ }
6519
+ .dropdown-menu-select.dropdown-menu .dropdown-item-scroll.active .form-check-label {
6520
+ color: #fff;
6521
+ }
6522
+ .dropdown-menu-select.dropdown-menu .dropdown-item-scroll:disabled, .dropdown-menu-select.dropdown-menu .dropdown-item-scroll.disabled {
6523
+ background-color: transparent;
6524
+ background-image: none;
6525
+ color: #6c757d;
6526
+ cursor: not-allowed;
6527
+ }
6528
+ .dropdown-menu-select.dropdown-menu .dropdown-item-scroll:disabled label,
6529
+ .dropdown-menu-select.dropdown-menu .dropdown-item-scroll:disabled .form-check-label, .dropdown-menu-select.dropdown-menu .dropdown-item-scroll.disabled label,
6530
+ .dropdown-menu-select.dropdown-menu .dropdown-item-scroll.disabled .form-check-label {
6531
+ color: #6c757d;
6532
+ }
6533
+ .dropdown-menu-select.dropdown-menu .dropdown-item-scroll .c-inner {
6534
+ flex-grow: 1;
6535
+ width: auto;
6536
+ }
6537
+ .dropdown-menu-select.dropdown-menu .dropdown-item-scroll-down {
6538
+ background-image: linear-gradient(to top, white 84%, rgba(255, 255, 255, 0) 100%);
6539
+ bottom: 0.5rem;
6540
+ }
6541
+ .dropdown-menu-select.dropdown-menu .dropdown-item-scroll-down .c-inner {
6542
+ flex-grow: 1;
6543
+ width: auto;
6544
+ }
6545
+ .dropdown-menu-select.dropdown-menu .dropdown-item-scroll-up {
6546
+ background-image: linear-gradient(to bottom, white 84%, rgba(255, 255, 255, 0) 100%);
6547
+ top: 0.5rem;
6548
+ }
6549
+ .dropdown-menu-select.dropdown-menu .dropdown-item-scroll-up .c-inner {
6550
+ flex-grow: 1;
6551
+ width: auto;
6552
+ }
6504
6553
  .dropdown-menu-select.dropdown-menu .dropdown-divider {
6505
6554
  margin: 0.3125rem 0;
6506
6555
  }
@@ -6512,6 +6561,10 @@ input[type=button].btn-block {
6512
6561
  right: 0.5rem;
6513
6562
  top: 0.5rem;
6514
6563
  }
6564
+ .dropdown-menu-select.dropdown-menu-height-lg .inline-scroller {
6565
+ max-height: 432px;
6566
+ }
6567
+
6515
6568
  .dropdown-menu-left {
6516
6569
  left: 0;
6517
6570
  right: auto;
@@ -7196,6 +7249,7 @@ fieldset[disabled] label .form-control {
7196
7249
  font-size: 1rem;
7197
7250
  font-weight: 400;
7198
7251
  height: 2.375rem;
7252
+ letter-spacing: inherit;
7199
7253
  line-height: 1.5;
7200
7254
  min-width: 0;
7201
7255
  padding-bottom: 0.375rem;
@@ -7260,16 +7314,17 @@ fieldset[disabled] .form-control {
7260
7314
  .form-control-plaintext {
7261
7315
  background-clip: border-box;
7262
7316
  background-color: transparent;
7263
- border-color: transparent;
7264
- border-style: solid;
7265
7317
  border-bottom-width: 0.0625rem;
7318
+ border-color: transparent;
7266
7319
  border-left-width: 0.0625rem;
7267
7320
  border-right-width: 0.0625rem;
7321
+ border-style: solid;
7268
7322
  border-top-width: 0.0625rem;
7269
7323
  color: #212529;
7270
7324
  display: block;
7271
7325
  font-size: 1rem;
7272
7326
  height: 2.375rem;
7327
+ letter-spacing: inherit;
7273
7328
  line-height: 1.5;
7274
7329
  margin-bottom: 0;
7275
7330
  min-width: 0;
@@ -10090,8 +10145,31 @@ label.custom-control-label {
10090
10145
  overflow-wrap: break-word;
10091
10146
  word-wrap: break-word;
10092
10147
  }
10148
+ .input-group-item::after {
10149
+ border-radius: inherit;
10150
+ bottom: 0;
10151
+ content: "";
10152
+ display: block;
10153
+ left: 0;
10154
+ pointer-events: none;
10155
+ position: absolute;
10156
+ right: 0;
10157
+ top: 0;
10158
+ transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
10159
+ }
10160
+ @media (prefers-reduced-motion: reduce) {
10161
+ .input-group-item::after {
10162
+ transition: none;
10163
+ }
10164
+ }
10165
+ .c-prefers-reduced-motion .input-group-item::after {
10166
+ transition: none;
10167
+ }
10168
+
10093
10169
  .input-group-item.focus {
10094
10170
  border-radius: 0.25rem;
10171
+ }
10172
+ .input-group-item.focus::after {
10095
10173
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
10096
10174
  }
10097
10175
  .input-group-item.focus.input-group-prepend {
@@ -11387,7 +11465,6 @@ label.custom-control-label {
11387
11465
  text-overflow: ellipsis;
11388
11466
  white-space: nowrap;
11389
11467
  }
11390
-
11391
11468
  .modal-title-indicator {
11392
11469
  display: inline-block;
11393
11470
  font-size: 0.875rem;
@@ -11646,7 +11723,6 @@ label.custom-control-label {
11646
11723
  white-space: nowrap;
11647
11724
  width: auto;
11648
11725
  }
11649
-
11650
11726
  .multi-step-item {
11651
11727
  margin-bottom: 10px;
11652
11728
  position: relative;
@@ -11689,7 +11765,6 @@ label.custom-control-label {
11689
11765
  background-color: #dc3545;
11690
11766
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20512%20512'%3E%3Cpath%20class='lexicon-icon-outline'%20d='M300.4%20256%20467%2089.4c29.6-29.6-14.8-74.1-44.4-44.4L256%20211.6%2089.4%2045C59.8%2015.3%2015.3%2059.8%2045%2089.4L211.6%20256%2045%20422.6c-29.7%2029.7%2014.7%2074.1%2044.4%2044.4L256%20300.4%20422.6%20467c29.7%2029.7%2074.1-14.7%2044.4-44.4L300.4%20256z'%20fill='%23fff'/%3E%3C/svg%3E");
11691
11767
  color: #fff;
11692
- text-indent: -100px;
11693
11768
  }
11694
11769
  .multi-step-item.error .multi-step-icon[data-multi-step-icon]::before {
11695
11770
  content: none;
@@ -11756,13 +11831,12 @@ label.custom-control-label {
11756
11831
  font-size: 1rem;
11757
11832
  left: 50%;
11758
11833
  max-width: 100px;
11759
- position: absolute;
11760
- transform: translateX(-50%);
11761
11834
  overflow: hidden;
11835
+ position: absolute;
11762
11836
  text-overflow: ellipsis;
11837
+ transform: translateX(-50%);
11763
11838
  white-space: nowrap;
11764
11839
  }
11765
-
11766
11840
  .multi-step-icon {
11767
11841
  align-items: center;
11768
11842
  background-color: #e9ecef;
@@ -12042,7 +12116,6 @@ label.custom-control-label {
12042
12116
  text-overflow: ellipsis;
12043
12117
  white-space: nowrap;
12044
12118
  }
12045
-
12046
12119
  .dropdown-toggle .nav-text-truncate {
12047
12120
  max-width: calc(100% - 24px);
12048
12121
  }
@@ -12300,9 +12373,7 @@ label.custom-control-label {
12300
12373
  }
12301
12374
  @media (max-width: 767.98px) {
12302
12375
  .menubar-vertical-expand-md {
12303
- margin-bottom: 1.5rem;
12304
- margin-left: -15px;
12305
- margin-right: -15px;
12376
+ margin-bottom: 1rem;
12306
12377
  max-width: none;
12307
12378
  }
12308
12379
  .menubar-vertical-expand-md .menubar-collapse {
@@ -12319,12 +12390,14 @@ label.custom-control-label {
12319
12390
  border-color: transparent;
12320
12391
  border-style: solid;
12321
12392
  border-width: 0.0625rem;
12322
- display: flex;
12393
+ display: inline-flex;
12323
12394
  height: 2rem;
12324
12395
  padding-left: 0.5rem;
12325
12396
  padding-right: 0.5rem;
12326
12397
  }
12327
12398
  .menubar-vertical-expand-md .menubar-toggler .c-inner {
12399
+ margin-left: -0.5rem;
12400
+ margin-right: -0.5rem;
12328
12401
  max-width: none;
12329
12402
  }
12330
12403
  .menubar-vertical-expand-md .menubar-toggler .lexicon-icon {
@@ -12372,9 +12445,6 @@ label.custom-control-label {
12372
12445
  color: rgba(0, 0, 0, 0.3);
12373
12446
  }
12374
12447
  @media (max-width: 767.98px) {
12375
- .menubar-vertical-expand-md.menubar-transparent {
12376
- background-color: #f8f9fa;
12377
- }
12378
12448
  .menubar-vertical-expand-md.menubar-transparent .menubar-collapse {
12379
12449
  background-color: #fff;
12380
12450
  border-color: #dee2e6;
@@ -12444,9 +12514,7 @@ label.custom-control-label {
12444
12514
  }
12445
12515
  @media (max-width: 991.98px) {
12446
12516
  .menubar-vertical-expand-lg {
12447
- margin-bottom: 1.5rem;
12448
- margin-left: -15px;
12449
- margin-right: -15px;
12517
+ margin-bottom: 1rem;
12450
12518
  max-width: none;
12451
12519
  }
12452
12520
  .menubar-vertical-expand-lg .menubar-collapse {
@@ -12463,12 +12531,14 @@ label.custom-control-label {
12463
12531
  border-color: transparent;
12464
12532
  border-style: solid;
12465
12533
  border-width: 0.0625rem;
12466
- display: flex;
12534
+ display: inline-flex;
12467
12535
  height: 2rem;
12468
12536
  padding-left: 0.5rem;
12469
12537
  padding-right: 0.5rem;
12470
12538
  }
12471
12539
  .menubar-vertical-expand-lg .menubar-toggler .c-inner {
12540
+ margin-left: -0.5rem;
12541
+ margin-right: -0.5rem;
12472
12542
  max-width: none;
12473
12543
  }
12474
12544
  .menubar-vertical-expand-lg .menubar-toggler .lexicon-icon {
@@ -12516,9 +12586,6 @@ label.custom-control-label {
12516
12586
  color: rgba(0, 0, 0, 0.3);
12517
12587
  }
12518
12588
  @media (max-width: 991.98px) {
12519
- .menubar-vertical-expand-lg.menubar-transparent {
12520
- background-color: #f8f9fa;
12521
- }
12522
12589
  .menubar-vertical-expand-lg.menubar-transparent .menubar-collapse {
12523
12590
  background-color: #fff;
12524
12591
  border-color: #dee2e6;
@@ -12688,11 +12755,11 @@ label.custom-control-label {
12688
12755
  display: inline-block;
12689
12756
  max-width: 100%;
12690
12757
  overflow: hidden;
12758
+ text-decoration: inherit;
12691
12759
  text-overflow: ellipsis;
12692
12760
  vertical-align: bottom;
12693
12761
  white-space: nowrap;
12694
12762
  }
12695
-
12696
12763
  .navbar-toggler-icon {
12697
12764
  background-size: 100% 100%;
12698
12765
  background: no-repeat center center;
@@ -21146,7 +21213,6 @@ ul.autofit-row {
21146
21213
  padding-left: inherit;
21147
21214
  padding-right: inherit;
21148
21215
  padding-top: inherit;
21149
- text-overflow: inherit;
21150
21216
  width: inherit;
21151
21217
  }
21152
21218
 
@@ -25283,37 +25349,6 @@ button.bg-dark:focus {
25283
25349
  display: none !important;
25284
25350
  }
25285
25351
 
25286
- .d-block-c-prefers-reduced-motion {
25287
- display: none !important;
25288
- }
25289
-
25290
- .d-inline-block-c-prefers-reduced-motion {
25291
- display: none !important;
25292
- }
25293
-
25294
- @media (prefers-reduced-motion: reduce) {
25295
- .d-none-c-prefers-reduced-motion {
25296
- display: none !important;
25297
- }
25298
-
25299
- .d-block-c-prefers-reduced-motion {
25300
- display: block !important;
25301
- }
25302
-
25303
- .d-inline-block-c-prefers-reduced-motion {
25304
- display: inline-block !important;
25305
- }
25306
- }
25307
- .c-prefers-reduced-motion .d-none-c-prefers-reduced-motion {
25308
- display: none !important;
25309
- }
25310
- .c-prefers-reduced-motion .d-block-c-prefers-reduced-motion {
25311
- display: block !important;
25312
- }
25313
- .c-prefers-reduced-motion .d-inline-block-c-prefers-reduced-motion {
25314
- display: inline-block !important;
25315
- }
25316
-
25317
25352
  @media print {
25318
25353
  .d-print-none {
25319
25354
  display: none !important;
@@ -29590,11 +29625,25 @@ button.bg-dark:focus {
29590
29625
  }
29591
29626
 
29592
29627
  .text-truncate {
29628
+ display: block;
29593
29629
  overflow: hidden;
29594
29630
  text-overflow: ellipsis;
29595
29631
  white-space: nowrap;
29596
29632
  }
29597
-
29633
+ .text-truncate-inline {
29634
+ display: inline-flex;
29635
+ max-width: 100%;
29636
+ }
29637
+ .text-truncate-inline .text-truncate {
29638
+ display: inline-block;
29639
+ max-width: 100%;
29640
+ overflow: hidden;
29641
+ text-overflow: ellipsis;
29642
+ vertical-align: bottom;
29643
+ white-space: nowrap;
29644
+ overflow-wrap: normal;
29645
+ word-wrap: normal;
29646
+ }
29598
29647
  .text-left {
29599
29648
  text-align: left !important;
29600
29649
  }
@@ -29870,6 +29919,65 @@ a.text-dark:hover, a.text-dark:focus {
29870
29919
  visibility: hidden !important;
29871
29920
  }
29872
29921
 
29922
+ .c-prefers-expanded-text .breadcrumb-text-truncate, .c-prefers-expanded-text .form-control-plaintext, .c-prefers-expanded-text .form-control-select, .c-prefers-expanded-text .modal-title, .c-prefers-expanded-text .multi-step-title-center .multi-step-title, .c-prefers-expanded-text .multi-step-indicator .multi-step-indicator-label, .c-prefers-expanded-text .nav-text-truncate, .c-prefers-expanded-text .navbar-text-truncate, .c-prefers-expanded-text .text-truncate, .c-prefers-expanded-text .text-truncate-inline .text-truncate {
29923
+ max-width: 100% !important;
29924
+ overflow-wrap: break-word !important;
29925
+ white-space: normal !important;
29926
+ word-wrap: break-word !important;
29927
+ }
29928
+
29929
+ .c-prefers-link-underline [href]:not(.disabled):not([role=button]) {
29930
+ text-decoration: underline !important;
29931
+ }
29932
+ .c-prefers-link-underline .btn-monospaced[href]:not(.disabled):not([role=button]):not([role=tab])::after, .c-prefers-link-underline .nav-btn-monospaced[href]:not(.disabled):not([role=button]):not([role=tab])::after, .c-prefers-link-underline .nav-link-monospaced[href]:not(.disabled):not([role=button]):not([role=tab])::after {
29933
+ content: "   ";
29934
+ position: absolute;
29935
+ text-decoration: underline !important;
29936
+ }
29937
+ .c-prefers-link-underline .multi-step-item.active .multi-step-icon[href]:not([role=button])::after, .c-prefers-link-underline .multi-step-item.complete .multi-step-icon[href]:not([role=button])::after, .c-prefers-link-underline .multi-step-item.error .multi-step-icon[href]:not([role=button])::after, .c-prefers-link-underline .dropdown .multi-step-icon[href]:not([role=button])::after {
29938
+ content: "   ";
29939
+ position: absolute;
29940
+ text-decoration: underline !important;
29941
+ }
29942
+ .c-prefers-link-underline .multi-step-item.disabled .multi-step-icon[href]:not([role=button])::after {
29943
+ text-decoration: none !important;
29944
+ }
29945
+
29946
+ .c-prefers-letter-spacing-1 {
29947
+ letter-spacing: 1px !important;
29948
+ }
29949
+
29950
+ .d-block-c-prefers-reduced-motion {
29951
+ display: none !important;
29952
+ }
29953
+
29954
+ .d-inline-block-c-prefers-reduced-motion {
29955
+ display: none !important;
29956
+ }
29957
+
29958
+ @media (prefers-reduced-motion: reduce) {
29959
+ .d-none-c-prefers-reduced-motion {
29960
+ display: none !important;
29961
+ }
29962
+
29963
+ .d-block-c-prefers-reduced-motion {
29964
+ display: block !important;
29965
+ }
29966
+
29967
+ .d-inline-block-c-prefers-reduced-motion {
29968
+ display: inline-block !important;
29969
+ }
29970
+ }
29971
+ .c-prefers-reduced-motion .d-none-c-prefers-reduced-motion {
29972
+ display: none !important;
29973
+ }
29974
+ .c-prefers-reduced-motion .d-block-c-prefers-reduced-motion {
29975
+ display: block !important;
29976
+ }
29977
+ .c-prefers-reduced-motion .d-inline-block-c-prefers-reduced-motion {
29978
+ display: inline-block !important;
29979
+ }
29980
+
29873
29981
  .c-prefers-reduced-motion {
29874
29982
  scroll-behavior: auto;
29875
29983
  transition: none;
@@ -29904,6 +30012,11 @@ a.text-dark:hover, a.text-dark:focus {
29904
30012
  top: 50%;
29905
30013
  width: 0.25em;
29906
30014
  }
30015
+ @media (prefers-reduced-motion: reduce) {
30016
+ .loading-animation::before {
30017
+ animation: none;
30018
+ }
30019
+ }
29907
30020
  .c-prefers-reduced-motion .loading-animation::before {
29908
30021
  animation: none;
29909
30022
  }
@@ -29921,6 +30034,11 @@ a.text-dark:hover, a.text-dark:focus {
29921
30034
  padding: 0.25em;
29922
30035
  width: 1em;
29923
30036
  }
30037
+ @media (prefers-reduced-motion: reduce) {
30038
+ .loading-animation::after {
30039
+ animation: none;
30040
+ }
30041
+ }
29924
30042
  .c-prefers-reduced-motion .loading-animation::after {
29925
30043
  animation: none;
29926
30044
  }
@@ -30002,6 +30120,11 @@ a.text-dark:hover, a.text-dark:focus {
30002
30120
  transform: scale(1);
30003
30121
  width: 1em;
30004
30122
  }
30123
+ @media (prefers-reduced-motion: reduce) {
30124
+ .loading-animation-squares::before {
30125
+ animation: none;
30126
+ }
30127
+ }
30005
30128
  .c-prefers-reduced-motion .loading-animation-squares::before {
30006
30129
  animation: none;
30007
30130
  }
@@ -30021,6 +30144,11 @@ a.text-dark:hover, a.text-dark:focus {
30021
30144
  transform: scale(2);
30022
30145
  width: 1em;
30023
30146
  }
30147
+ @media (prefers-reduced-motion: reduce) {
30148
+ .loading-animation-squares::after {
30149
+ animation: none;
30150
+ }
30151
+ }
30024
30152
  .c-prefers-reduced-motion .loading-animation-squares::after {
30025
30153
  animation: none;
30026
30154
  }