@clayui/css 3.91.0 → 3.93.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.
- package/lib/css/atlas.css +623 -178
- package/lib/css/atlas.css.map +1 -1
- package/lib/css/base.css +330 -15
- package/lib/css/base.css.map +1 -1
- package/lib/css/cadmin.css +471 -93
- package/lib/css/cadmin.css.map +1 -1
- package/lib/images/icons/icons.svg +1 -1
- package/package.json +2 -2
- package/src/scss/_license-text.scss +1 -1
- package/src/scss/atlas/variables/_cards.scss +3 -4
- package/src/scss/atlas/variables/_clay-color.scss +1 -1
- package/src/scss/atlas/variables/_globals.scss +2 -2
- package/src/scss/atlas/variables/_navs.scss +6 -10
- package/src/scss/atlas/variables/_panels.scss +1 -1
- package/src/scss/atlas/variables/_popovers.scss +2 -1
- package/src/scss/atlas/variables/_sheets.scss +1 -1
- package/src/scss/atlas/variables/_sidebar.scss +1 -1
- package/src/scss/atlas/variables/_time.scss +1 -1
- package/src/scss/cadmin/components/_badges.scss +5 -1
- package/src/scss/cadmin/components/_drilldown.scss +1 -1
- package/src/scss/cadmin/components/_forms.scss +1 -1
- package/src/scss/cadmin/components/_input-groups.scss +2 -1
- package/src/scss/cadmin/components/_multi-step-nav.scss +42 -1
- package/src/scss/cadmin/components/_side-navigation.scss +2 -2
- package/src/scss/cadmin/components/_treeview.scss +18 -16
- package/src/scss/cadmin/components/_utilities-functional-important.scss +6 -0
- package/src/scss/cadmin/variables/_badges.scss +5 -0
- package/src/scss/cadmin/variables/_buttons.scss +14 -1
- package/src/scss/cadmin/variables/_clay-color.scss +1 -1
- package/src/scss/cadmin/variables/_date-picker.scss +8 -0
- package/src/scss/cadmin/variables/_globals.scss +2 -2
- package/src/scss/cadmin/variables/_multi-step-nav.scss +23 -0
- package/src/scss/cadmin/variables/_navs.scss +1 -2
- package/src/scss/cadmin/variables/_panels.scss +1 -1
- package/src/scss/cadmin/variables/_resizer.scss +2 -2
- package/src/scss/cadmin/variables/_sheets.scss +1 -1
- package/src/scss/cadmin/variables/_sidebar.scss +1 -1
- package/src/scss/cadmin/variables/_tbar.scss +2 -4
- package/src/scss/cadmin/variables/_time.scss +1 -1
- package/src/scss/cadmin/variables/_treeview.scss +21 -8
- package/src/scss/cadmin/variables/_utilities.scss +12 -1
- package/src/scss/components/_alerts.scss +24 -22
- package/src/scss/components/_aspect-ratio.scss +33 -31
- package/src/scss/components/_badges.scss +28 -22
- package/src/scss/components/_buttons.scss +105 -97
- package/src/scss/components/_drilldown.scss +1 -1
- package/src/scss/components/_dropdowns.scss +10 -8
- package/src/scss/components/_forms.scss +12 -9
- package/src/scss/components/_input-groups.scss +2 -1
- package/src/scss/components/_labels.scss +48 -44
- package/src/scss/components/_list-group.scss +13 -11
- package/src/scss/components/_loaders.scss +22 -18
- package/src/scss/components/_modals.scss +4 -2
- package/src/scss/components/_multi-step-nav.scss +45 -1
- package/src/scss/components/_navs.scss +10 -20
- package/src/scss/components/_popovers.scss +33 -27
- package/src/scss/components/_progress-bars.scss +39 -33
- package/src/scss/components/_sheets.scss +39 -0
- package/src/scss/components/_side-navigation.scss +2 -2
- package/src/scss/components/_sidebar.scss +12 -10
- package/src/scss/components/_spinners.scss +20 -0
- package/src/scss/components/_stickers.scss +50 -46
- package/src/scss/components/_tables.scss +32 -30
- package/src/scss/components/_treeview.scss +18 -12
- package/src/scss/components/_utilities-functional-important.scss +81 -63
- package/src/scss/functions/_global-functions.scss +25 -1
- package/src/scss/mixins/_alerts.scss +11 -9
- package/src/scss/mixins/_buttons.scss +60 -0
- package/src/scss/mixins/_dropdown-menu.scss +36 -0
- package/src/scss/mixins/_globals.scss +34 -0
- package/src/scss/mixins/_links.scss +9 -7
- package/src/scss/mixins/_nav.scss +16 -0
- package/src/scss/mixins/_transition.scss +12 -0
- package/src/scss/variables/_badges.scss +5 -0
- package/src/scss/variables/_buttons.scss +14 -1
- package/src/scss/variables/_date-picker.scss +2 -2
- package/src/scss/variables/_multi-step-nav.scss +23 -0
- package/src/scss/variables/_navs.scss +38 -5
- package/src/scss/variables/_resizer.scss +2 -2
- package/src/scss/variables/_sheets.scss +17 -0
- package/src/scss/variables/_tbar.scss +2 -2
- package/src/scss/variables/_treeview.scss +21 -8
- package/src/scss/variables/_utilities.scss +11 -0
package/lib/css/atlas.css
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
@charset "UTF-8";
|
|
2
2
|
/**
|
|
3
|
-
* Clay 3.
|
|
3
|
+
* Clay 3.93.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>
|
|
@@ -666,6 +666,9 @@ pre code {
|
|
|
666
666
|
transition: none;
|
|
667
667
|
}
|
|
668
668
|
}
|
|
669
|
+
.c-prefers-reduced-motion .carousel-item {
|
|
670
|
+
transition: none;
|
|
671
|
+
}
|
|
669
672
|
|
|
670
673
|
.carousel-item.active,
|
|
671
674
|
.carousel-item-next,
|
|
@@ -706,6 +709,10 @@ pre code {
|
|
|
706
709
|
transition: none;
|
|
707
710
|
}
|
|
708
711
|
}
|
|
712
|
+
.c-prefers-reduced-motion .carousel-fade .active.carousel-item-left,
|
|
713
|
+
.c-prefers-reduced-motion .carousel-fade .active.carousel-item-right {
|
|
714
|
+
transition: none;
|
|
715
|
+
}
|
|
709
716
|
|
|
710
717
|
.carousel-control-prev,
|
|
711
718
|
.carousel-control-next {
|
|
@@ -728,6 +735,11 @@ pre code {
|
|
|
728
735
|
transition: none;
|
|
729
736
|
}
|
|
730
737
|
}
|
|
738
|
+
.c-prefers-reduced-motion .carousel-control-prev,
|
|
739
|
+
.c-prefers-reduced-motion .carousel-control-next {
|
|
740
|
+
transition: none;
|
|
741
|
+
}
|
|
742
|
+
|
|
731
743
|
.carousel-control-prev:hover, .carousel-control-prev:focus,
|
|
732
744
|
.carousel-control-next:hover,
|
|
733
745
|
.carousel-control-next:focus {
|
|
@@ -795,6 +807,10 @@ pre code {
|
|
|
795
807
|
transition: none;
|
|
796
808
|
}
|
|
797
809
|
}
|
|
810
|
+
.c-prefers-reduced-motion .carousel-indicators li {
|
|
811
|
+
transition: none;
|
|
812
|
+
}
|
|
813
|
+
|
|
798
814
|
.carousel-indicators .active {
|
|
799
815
|
opacity: 1;
|
|
800
816
|
}
|
|
@@ -845,6 +861,14 @@ pre code {
|
|
|
845
861
|
vertical-align: text-bottom;
|
|
846
862
|
width: 2rem;
|
|
847
863
|
}
|
|
864
|
+
@media (prefers-reduced-motion: reduce) {
|
|
865
|
+
.spinner-border {
|
|
866
|
+
animation: none;
|
|
867
|
+
}
|
|
868
|
+
}
|
|
869
|
+
.c-prefers-reduced-motion .spinner-border {
|
|
870
|
+
animation: none;
|
|
871
|
+
}
|
|
848
872
|
|
|
849
873
|
.spinner-border-sm {
|
|
850
874
|
border-width: 0.2em;
|
|
@@ -870,6 +894,14 @@ pre code {
|
|
|
870
894
|
vertical-align: text-bottom;
|
|
871
895
|
width: 2rem;
|
|
872
896
|
}
|
|
897
|
+
@media (prefers-reduced-motion: reduce) {
|
|
898
|
+
.spinner-grow {
|
|
899
|
+
animation: none;
|
|
900
|
+
}
|
|
901
|
+
}
|
|
902
|
+
.c-prefers-reduced-motion .spinner-grow {
|
|
903
|
+
animation: none;
|
|
904
|
+
}
|
|
873
905
|
|
|
874
906
|
.spinner-grow-sm {
|
|
875
907
|
height: 1rem;
|
|
@@ -1174,16 +1206,20 @@ button.collapse-icon .c-inner {
|
|
|
1174
1206
|
transition: none;
|
|
1175
1207
|
}
|
|
1176
1208
|
}
|
|
1209
|
+
.c-prefers-reduced-motion .btn {
|
|
1210
|
+
transition: none;
|
|
1211
|
+
}
|
|
1212
|
+
|
|
1177
1213
|
.btn:hover {
|
|
1178
1214
|
color: #272833;
|
|
1179
1215
|
text-decoration: none;
|
|
1180
1216
|
}
|
|
1181
1217
|
.btn:focus, .btn.focus {
|
|
1182
|
-
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #
|
|
1218
|
+
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #528eff;
|
|
1183
1219
|
outline: 0;
|
|
1184
1220
|
}
|
|
1185
1221
|
.btn:active:focus {
|
|
1186
|
-
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #
|
|
1222
|
+
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #528eff;
|
|
1187
1223
|
}
|
|
1188
1224
|
.btn:disabled, .btn.disabled {
|
|
1189
1225
|
cursor: not-allowed;
|
|
@@ -1240,7 +1276,7 @@ fieldset:disabled a.btn:active {
|
|
|
1240
1276
|
}
|
|
1241
1277
|
.btn-xs .inline-item {
|
|
1242
1278
|
font-size: inherit;
|
|
1243
|
-
margin-top: -
|
|
1279
|
+
margin-top: -0.16em;
|
|
1244
1280
|
}
|
|
1245
1281
|
.btn-xs .inline-item-before {
|
|
1246
1282
|
margin-right: 0.25rem;
|
|
@@ -1708,17 +1744,30 @@ input[type=button].btn-block {
|
|
|
1708
1744
|
text-decoration: underline;
|
|
1709
1745
|
}
|
|
1710
1746
|
.btn-link:focus, .focus.btn-link {
|
|
1711
|
-
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #
|
|
1747
|
+
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #528eff;
|
|
1712
1748
|
text-decoration: none;
|
|
1713
1749
|
}
|
|
1714
1750
|
.btn-link:active:focus {
|
|
1715
|
-
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #
|
|
1751
|
+
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #528eff;
|
|
1716
1752
|
}
|
|
1717
1753
|
.btn-link:disabled, .disabled.btn-link {
|
|
1718
1754
|
box-shadow: none;
|
|
1719
1755
|
color: #0b5fff;
|
|
1720
1756
|
text-decoration: none;
|
|
1721
1757
|
}
|
|
1758
|
+
.btn-beta {
|
|
1759
|
+
background-color: #f7f8f9;
|
|
1760
|
+
color: #294f98;
|
|
1761
|
+
text-transform: uppercase;
|
|
1762
|
+
}
|
|
1763
|
+
.btn-beta:hover {
|
|
1764
|
+
background-color: #f1f2f5;
|
|
1765
|
+
color: #294f98;
|
|
1766
|
+
}
|
|
1767
|
+
.btn-beta:focus, .focus.btn-beta {
|
|
1768
|
+
background-color: #f1f2f5;
|
|
1769
|
+
color: #294f98;
|
|
1770
|
+
}
|
|
1722
1771
|
.btn-outline-primary {
|
|
1723
1772
|
border-color: #0b5fff;
|
|
1724
1773
|
color: #0b5fff;
|
|
@@ -2017,10 +2066,10 @@ input[type=button].btn-block {
|
|
|
2017
2066
|
z-index: 10;
|
|
2018
2067
|
}
|
|
2019
2068
|
.c-horizontal-resizer:hover {
|
|
2020
|
-
background-color: #
|
|
2069
|
+
background-color: #528eff;
|
|
2021
2070
|
}
|
|
2022
2071
|
.c-horizontal-resizer:focus {
|
|
2023
|
-
background-color: #
|
|
2072
|
+
background-color: #528eff;
|
|
2024
2073
|
}
|
|
2025
2074
|
|
|
2026
2075
|
.fade {
|
|
@@ -2031,6 +2080,10 @@ input[type=button].btn-block {
|
|
|
2031
2080
|
transition: none;
|
|
2032
2081
|
}
|
|
2033
2082
|
}
|
|
2083
|
+
.c-prefers-reduced-motion .fade {
|
|
2084
|
+
transition: none;
|
|
2085
|
+
}
|
|
2086
|
+
|
|
2034
2087
|
.fade:not(.show) {
|
|
2035
2088
|
opacity: 0;
|
|
2036
2089
|
}
|
|
@@ -2050,6 +2103,9 @@ input[type=button].btn-block {
|
|
|
2050
2103
|
transition: none;
|
|
2051
2104
|
}
|
|
2052
2105
|
}
|
|
2106
|
+
.c-prefers-reduced-motion .collapsing {
|
|
2107
|
+
transition: none;
|
|
2108
|
+
}
|
|
2053
2109
|
|
|
2054
2110
|
.container {
|
|
2055
2111
|
margin-left: auto;
|
|
@@ -4046,6 +4102,10 @@ input[type=button].btn-block {
|
|
|
4046
4102
|
transition: none;
|
|
4047
4103
|
}
|
|
4048
4104
|
}
|
|
4105
|
+
.c-prefers-reduced-motion .badge {
|
|
4106
|
+
transition: none;
|
|
4107
|
+
}
|
|
4108
|
+
|
|
4049
4109
|
.badge:empty {
|
|
4050
4110
|
display: none;
|
|
4051
4111
|
}
|
|
@@ -4053,7 +4113,7 @@ input[type=button].btn-block {
|
|
|
4053
4113
|
text-decoration: none;
|
|
4054
4114
|
}
|
|
4055
4115
|
.badge[href].focus, .badge[href]:focus, .badge[type].focus, .badge[type]:focus {
|
|
4056
|
-
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #
|
|
4116
|
+
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #528eff;
|
|
4057
4117
|
outline: 0;
|
|
4058
4118
|
}
|
|
4059
4119
|
.badge a {
|
|
@@ -4280,6 +4340,11 @@ input[type=button].btn-block {
|
|
|
4280
4340
|
color: #fff;
|
|
4281
4341
|
box-shadow: 0 0 0 0.2rem rgba(39, 40, 51, 0.5);
|
|
4282
4342
|
}
|
|
4343
|
+
.badge-beta {
|
|
4344
|
+
background-color: #f7f8f9;
|
|
4345
|
+
color: #294f98;
|
|
4346
|
+
text-transform: uppercase;
|
|
4347
|
+
}
|
|
4283
4348
|
.breadcrumb {
|
|
4284
4349
|
background-color: transparent;
|
|
4285
4350
|
border-radius: 0.25rem;
|
|
@@ -4303,6 +4368,10 @@ input[type=button].btn-block {
|
|
|
4303
4368
|
transition: none;
|
|
4304
4369
|
}
|
|
4305
4370
|
}
|
|
4371
|
+
.c-prefers-reduced-motion .breadcrumb-link {
|
|
4372
|
+
transition: none;
|
|
4373
|
+
}
|
|
4374
|
+
|
|
4306
4375
|
.breadcrumb-link:hover, .breadcrumb-link.hover {
|
|
4307
4376
|
color: #6b6c7e;
|
|
4308
4377
|
text-decoration: underline;
|
|
@@ -4310,7 +4379,7 @@ input[type=button].btn-block {
|
|
|
4310
4379
|
.breadcrumb-link.focus, .breadcrumb-link:focus {
|
|
4311
4380
|
color: #6b6c7e;
|
|
4312
4381
|
text-decoration: underline;
|
|
4313
|
-
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #
|
|
4382
|
+
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #528eff;
|
|
4314
4383
|
outline: 0;
|
|
4315
4384
|
}
|
|
4316
4385
|
.breadcrumb-item {
|
|
@@ -4600,6 +4669,10 @@ input[type=button].btn-block {
|
|
|
4600
4669
|
transition: none;
|
|
4601
4670
|
}
|
|
4602
4671
|
}
|
|
4672
|
+
.c-prefers-reduced-motion .label {
|
|
4673
|
+
transition: none;
|
|
4674
|
+
}
|
|
4675
|
+
|
|
4603
4676
|
.label:disabled, .label.disabled {
|
|
4604
4677
|
box-shadow: none;
|
|
4605
4678
|
}
|
|
@@ -4612,7 +4685,7 @@ input[type=button].btn-block {
|
|
|
4612
4685
|
}
|
|
4613
4686
|
.label[href].focus, .label[href]:focus, .label[type].focus, .label[type]:focus, .label[tabindex].focus, .label[tabindex]:focus {
|
|
4614
4687
|
text-decoration: underline;
|
|
4615
|
-
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #
|
|
4688
|
+
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #528eff;
|
|
4616
4689
|
}
|
|
4617
4690
|
.label a,
|
|
4618
4691
|
.label .btn-unstyled {
|
|
@@ -6111,12 +6184,16 @@ input[type=button].btn-block {
|
|
|
6111
6184
|
transition: none;
|
|
6112
6185
|
}
|
|
6113
6186
|
}
|
|
6187
|
+
.c-prefers-reduced-motion .card-interactive {
|
|
6188
|
+
transition: none;
|
|
6189
|
+
}
|
|
6190
|
+
|
|
6114
6191
|
.card-interactive:hover, .card-interactive.hover {
|
|
6115
6192
|
background-color: #f7f8f9;
|
|
6116
6193
|
text-decoration: none;
|
|
6117
6194
|
}
|
|
6118
6195
|
.card-interactive:focus, .card-interactive.focus {
|
|
6119
|
-
box-shadow: 0 0 0
|
|
6196
|
+
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #528eff;
|
|
6120
6197
|
}
|
|
6121
6198
|
.card-interactive:active, .card-interactive.active {
|
|
6122
6199
|
background-color: #f1f2f5;
|
|
@@ -6136,6 +6213,10 @@ input[type=button].btn-block {
|
|
|
6136
6213
|
transition: none;
|
|
6137
6214
|
}
|
|
6138
6215
|
}
|
|
6216
|
+
.c-prefers-reduced-motion .card-interactive::after {
|
|
6217
|
+
transition: none;
|
|
6218
|
+
}
|
|
6219
|
+
|
|
6139
6220
|
.card-interactive:hover::after, .card-interactive.hover::after {
|
|
6140
6221
|
height: 4px;
|
|
6141
6222
|
}
|
|
@@ -6173,12 +6254,12 @@ input[type=button].btn-block {
|
|
|
6173
6254
|
.card-interactive-secondary:hover, .card-interactive-secondary.hover {
|
|
6174
6255
|
background-color: #fff;
|
|
6175
6256
|
border-color: transparent;
|
|
6176
|
-
box-shadow: 0 0 0 2px #
|
|
6257
|
+
box-shadow: 0 0 0 2px #528eff;
|
|
6177
6258
|
color: #272833;
|
|
6178
6259
|
}
|
|
6179
6260
|
.card-interactive-secondary:focus, .card-interactive-secondary.focus {
|
|
6180
6261
|
border-color: transparent;
|
|
6181
|
-
box-shadow: 0 0 0 2px #
|
|
6262
|
+
box-shadow: 0 0 0 2px #528eff;
|
|
6182
6263
|
}
|
|
6183
6264
|
.card-interactive-secondary:active, .card-interactive-secondary.active {
|
|
6184
6265
|
background-color: #fff;
|
|
@@ -6412,7 +6493,7 @@ input[type=button].btn-block {
|
|
|
6412
6493
|
background-color: #f0f5ff;
|
|
6413
6494
|
color: #272833;
|
|
6414
6495
|
text-decoration: none;
|
|
6415
|
-
box-shadow: inset 0 0 0 0.125rem #
|
|
6496
|
+
box-shadow: inset 0 0 0 0.125rem #528eff, inset 0 0 0 0.25rem #fff;
|
|
6416
6497
|
outline: 0;
|
|
6417
6498
|
}
|
|
6418
6499
|
.dropdown-item:active {
|
|
@@ -6441,7 +6522,7 @@ input[type=button].btn-block {
|
|
|
6441
6522
|
color: #272833;
|
|
6442
6523
|
}
|
|
6443
6524
|
.dropdown-item.btn:not([disabled]):not(.disabled):active:focus, .dropdown-item.btn:not([disabled]):not(.disabled).active:focus {
|
|
6444
|
-
box-shadow: inset 0 0 0 0.125rem #
|
|
6525
|
+
box-shadow: inset 0 0 0 0.125rem #528eff, inset 0 0 0 0.25rem #fff;
|
|
6445
6526
|
}
|
|
6446
6527
|
.dropdown-item:disabled, .dropdown-item.disabled {
|
|
6447
6528
|
background-color: transparent;
|
|
@@ -7102,6 +7183,9 @@ input[type=button].btn-block {
|
|
|
7102
7183
|
transition: none;
|
|
7103
7184
|
}
|
|
7104
7185
|
}
|
|
7186
|
+
.c-prefers-reduced-motion .drilldown-inner {
|
|
7187
|
+
transition: none;
|
|
7188
|
+
}
|
|
7105
7189
|
|
|
7106
7190
|
.drilldown-item {
|
|
7107
7191
|
display: none;
|
|
@@ -7118,6 +7202,14 @@ input[type=button].btn-block {
|
|
|
7118
7202
|
.drilldown-transition {
|
|
7119
7203
|
transition: all 0.25s ease;
|
|
7120
7204
|
}
|
|
7205
|
+
@media (prefers-reduced-motion: reduce) {
|
|
7206
|
+
.drilldown-transition {
|
|
7207
|
+
transition: none;
|
|
7208
|
+
}
|
|
7209
|
+
}
|
|
7210
|
+
.c-prefers-reduced-motion .drilldown-transition {
|
|
7211
|
+
transition: none;
|
|
7212
|
+
}
|
|
7121
7213
|
|
|
7122
7214
|
.drilldown-item.transitioning {
|
|
7123
7215
|
display: block;
|
|
@@ -7351,6 +7443,10 @@ fieldset[disabled] label .form-control {
|
|
|
7351
7443
|
transition: none;
|
|
7352
7444
|
}
|
|
7353
7445
|
}
|
|
7446
|
+
.c-prefers-reduced-motion .form-control {
|
|
7447
|
+
transition: none;
|
|
7448
|
+
}
|
|
7449
|
+
|
|
7354
7450
|
.form-control::placeholder {
|
|
7355
7451
|
color: #6b6c7e;
|
|
7356
7452
|
opacity: 1;
|
|
@@ -7358,7 +7454,7 @@ fieldset[disabled] label .form-control {
|
|
|
7358
7454
|
.form-control:focus, .form-control.focus {
|
|
7359
7455
|
background-color: #f0f5ff;
|
|
7360
7456
|
border-color: #80acff;
|
|
7361
|
-
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #
|
|
7457
|
+
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #528eff;
|
|
7362
7458
|
color: #272833;
|
|
7363
7459
|
outline: 0;
|
|
7364
7460
|
}
|
|
@@ -7731,12 +7827,20 @@ textarea.form-control-plaintext,
|
|
|
7731
7827
|
box-shadow: none;
|
|
7732
7828
|
}
|
|
7733
7829
|
.form-control[type=range]:focus::-webkit-slider-thumb {
|
|
7734
|
-
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #
|
|
7830
|
+
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #528eff;
|
|
7735
7831
|
}
|
|
7736
7832
|
.form-control[type=range]::-webkit-slider-thumb {
|
|
7737
7833
|
border-radius: 100px;
|
|
7738
7834
|
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
|
|
7739
7835
|
}
|
|
7836
|
+
@media (prefers-reduced-motion: reduce) {
|
|
7837
|
+
.form-control[type=range]::-webkit-slider-thumb {
|
|
7838
|
+
transition: none;
|
|
7839
|
+
}
|
|
7840
|
+
}
|
|
7841
|
+
.c-prefers-reduced-motion .form-control[type=range]::-webkit-slider-thumb {
|
|
7842
|
+
transition: none;
|
|
7843
|
+
}
|
|
7740
7844
|
|
|
7741
7845
|
.form-control-range {
|
|
7742
7846
|
display: block;
|
|
@@ -7821,6 +7925,10 @@ textarea.form-control-plaintext,
|
|
|
7821
7925
|
transition: none;
|
|
7822
7926
|
}
|
|
7823
7927
|
}
|
|
7928
|
+
.c-prefers-reduced-motion .form-control-plaintext[readonly] {
|
|
7929
|
+
transition: none;
|
|
7930
|
+
}
|
|
7931
|
+
|
|
7824
7932
|
.form-control-plaintext[readonly]:focus, .form-control-plaintext[readonly].focus {
|
|
7825
7933
|
box-shadow: none;
|
|
7826
7934
|
border-color: #80acff;
|
|
@@ -8100,12 +8208,16 @@ textarea.form-control-lg,
|
|
|
8100
8208
|
transition: none;
|
|
8101
8209
|
}
|
|
8102
8210
|
}
|
|
8211
|
+
.c-prefers-reduced-motion .c-link {
|
|
8212
|
+
transition: none;
|
|
8213
|
+
}
|
|
8214
|
+
|
|
8103
8215
|
.c-link:hover, .c-link.hover {
|
|
8104
8216
|
text-decoration: none;
|
|
8105
8217
|
}
|
|
8106
8218
|
.c-link.focus, .c-link:focus {
|
|
8107
8219
|
border-radius: 1px;
|
|
8108
|
-
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #
|
|
8220
|
+
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #528eff;
|
|
8109
8221
|
outline: 0;
|
|
8110
8222
|
}
|
|
8111
8223
|
.c-link.text-secondary {
|
|
@@ -8134,12 +8246,16 @@ textarea.form-control-lg,
|
|
|
8134
8246
|
transition: none;
|
|
8135
8247
|
}
|
|
8136
8248
|
}
|
|
8249
|
+
.c-prefers-reduced-motion .component-link {
|
|
8250
|
+
transition: none;
|
|
8251
|
+
}
|
|
8252
|
+
|
|
8137
8253
|
.component-link:hover, .component-link.hover {
|
|
8138
8254
|
color: #484955;
|
|
8139
8255
|
}
|
|
8140
8256
|
.component-link.focus, .component-link:focus {
|
|
8141
8257
|
color: #484955;
|
|
8142
|
-
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #
|
|
8258
|
+
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #528eff;
|
|
8143
8259
|
outline: 0;
|
|
8144
8260
|
}
|
|
8145
8261
|
.single-link {
|
|
@@ -8156,13 +8272,17 @@ textarea.form-control-lg,
|
|
|
8156
8272
|
transition: none;
|
|
8157
8273
|
}
|
|
8158
8274
|
}
|
|
8275
|
+
.c-prefers-reduced-motion .link-primary {
|
|
8276
|
+
transition: none;
|
|
8277
|
+
}
|
|
8278
|
+
|
|
8159
8279
|
.link-primary:hover, .link-primary.hover {
|
|
8160
8280
|
color: #0041be;
|
|
8161
8281
|
background-color: #f0f5ff;
|
|
8162
8282
|
}
|
|
8163
8283
|
.link-primary.focus, .link-primary:focus {
|
|
8164
8284
|
color: #0041be;
|
|
8165
|
-
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #
|
|
8285
|
+
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #528eff;
|
|
8166
8286
|
outline: 0;
|
|
8167
8287
|
}
|
|
8168
8288
|
.link-secondary {
|
|
@@ -8175,13 +8295,17 @@ textarea.form-control-lg,
|
|
|
8175
8295
|
transition: none;
|
|
8176
8296
|
}
|
|
8177
8297
|
}
|
|
8298
|
+
.c-prefers-reduced-motion .link-secondary {
|
|
8299
|
+
transition: none;
|
|
8300
|
+
}
|
|
8301
|
+
|
|
8178
8302
|
.link-secondary:hover, .link-secondary.hover {
|
|
8179
8303
|
color: #272833;
|
|
8180
8304
|
background-color: #f1f2f5;
|
|
8181
8305
|
}
|
|
8182
8306
|
.link-secondary.focus, .link-secondary:focus {
|
|
8183
8307
|
color: #272833;
|
|
8184
|
-
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #
|
|
8308
|
+
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #528eff;
|
|
8185
8309
|
outline: 0;
|
|
8186
8310
|
}
|
|
8187
8311
|
button.link-outline {
|
|
@@ -8212,11 +8336,15 @@ button.link-outline {
|
|
|
8212
8336
|
transition: none;
|
|
8213
8337
|
}
|
|
8214
8338
|
}
|
|
8339
|
+
.c-prefers-reduced-motion .link-outline {
|
|
8340
|
+
transition: none;
|
|
8341
|
+
}
|
|
8342
|
+
|
|
8215
8343
|
.link-outline:hover, .link-outline.hover {
|
|
8216
8344
|
text-decoration: none;
|
|
8217
8345
|
}
|
|
8218
8346
|
.link-outline.focus, .link-outline:focus {
|
|
8219
|
-
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #
|
|
8347
|
+
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #528eff;
|
|
8220
8348
|
outline: 0;
|
|
8221
8349
|
}
|
|
8222
8350
|
.link-outline:disabled, .link-outline.disabled {
|
|
@@ -8245,7 +8373,7 @@ button.link-outline {
|
|
|
8245
8373
|
}
|
|
8246
8374
|
.link-outline-primary.focus, .link-outline-primary:focus {
|
|
8247
8375
|
background-color: #f0f5ff;
|
|
8248
|
-
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #
|
|
8376
|
+
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #528eff;
|
|
8249
8377
|
color: #0b5fff;
|
|
8250
8378
|
}
|
|
8251
8379
|
.link-outline-primary:active {
|
|
@@ -8277,7 +8405,7 @@ button.link-outline {
|
|
|
8277
8405
|
}
|
|
8278
8406
|
.link-outline-secondary.focus, .link-outline-secondary:focus {
|
|
8279
8407
|
background-color: rgba(39, 40, 51, 0.03);
|
|
8280
|
-
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #
|
|
8408
|
+
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #528eff;
|
|
8281
8409
|
color: #272833;
|
|
8282
8410
|
}
|
|
8283
8411
|
.link-outline-secondary:active {
|
|
@@ -8345,6 +8473,11 @@ button.link-outline {
|
|
|
8345
8473
|
transition: none;
|
|
8346
8474
|
}
|
|
8347
8475
|
}
|
|
8476
|
+
.c-prefers-reduced-motion .component-title[href],
|
|
8477
|
+
.c-prefers-reduced-motion .component-title [href] {
|
|
8478
|
+
transition: none;
|
|
8479
|
+
}
|
|
8480
|
+
|
|
8348
8481
|
.component-title[href]:hover, .component-title[href].hover,
|
|
8349
8482
|
.component-title [href]:hover,
|
|
8350
8483
|
.component-title [href].hover {
|
|
@@ -8354,7 +8487,7 @@ button.link-outline {
|
|
|
8354
8487
|
.component-title [href].focus,
|
|
8355
8488
|
.component-title [href]:focus {
|
|
8356
8489
|
color: #060608;
|
|
8357
|
-
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #
|
|
8490
|
+
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #528eff;
|
|
8358
8491
|
outline: 0;
|
|
8359
8492
|
}
|
|
8360
8493
|
.component-subtitle {
|
|
@@ -8375,6 +8508,11 @@ button.link-outline {
|
|
|
8375
8508
|
transition: none;
|
|
8376
8509
|
}
|
|
8377
8510
|
}
|
|
8511
|
+
.c-prefers-reduced-motion .component-subtitle[href],
|
|
8512
|
+
.c-prefers-reduced-motion .component-subtitle [href] {
|
|
8513
|
+
transition: none;
|
|
8514
|
+
}
|
|
8515
|
+
|
|
8378
8516
|
.component-subtitle[href]:hover, .component-subtitle[href].hover,
|
|
8379
8517
|
.component-subtitle [href]:hover,
|
|
8380
8518
|
.component-subtitle [href].hover {
|
|
@@ -8384,7 +8522,7 @@ button.link-outline {
|
|
|
8384
8522
|
.component-subtitle [href].focus,
|
|
8385
8523
|
.component-subtitle [href]:focus {
|
|
8386
8524
|
color: #272833;
|
|
8387
|
-
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #
|
|
8525
|
+
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #528eff;
|
|
8388
8526
|
outline: 0;
|
|
8389
8527
|
}
|
|
8390
8528
|
.component-action {
|
|
@@ -8409,12 +8547,16 @@ button.link-outline {
|
|
|
8409
8547
|
transition: none;
|
|
8410
8548
|
}
|
|
8411
8549
|
}
|
|
8550
|
+
.c-prefers-reduced-motion .component-action {
|
|
8551
|
+
transition: none;
|
|
8552
|
+
}
|
|
8553
|
+
|
|
8412
8554
|
.component-action:hover, .component-action.hover {
|
|
8413
8555
|
background-color: rgba(39, 40, 51, 0.03);
|
|
8414
8556
|
color: #272833;
|
|
8415
8557
|
}
|
|
8416
8558
|
.component-action.focus, .component-action:focus {
|
|
8417
|
-
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #
|
|
8559
|
+
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #528eff;
|
|
8418
8560
|
outline: 0;
|
|
8419
8561
|
background-color: rgba(39, 40, 51, 0.03);
|
|
8420
8562
|
color: #272833;
|
|
@@ -8514,6 +8656,10 @@ button.link-outline {
|
|
|
8514
8656
|
transition: none;
|
|
8515
8657
|
}
|
|
8516
8658
|
}
|
|
8659
|
+
.c-prefers-reduced-motion .clay-range-input .tooltip {
|
|
8660
|
+
transition: none;
|
|
8661
|
+
}
|
|
8662
|
+
|
|
8517
8663
|
.clay-range-input .tooltip-inner {
|
|
8518
8664
|
padding: 0.5rem 0.75rem;
|
|
8519
8665
|
}
|
|
@@ -8686,20 +8832,20 @@ button.link-outline {
|
|
|
8686
8832
|
outline: 0;
|
|
8687
8833
|
}
|
|
8688
8834
|
.clay-range-input .form-control-range:focus ~ .clay-range-progress .clay-range-thumb, .clay-range-input .form-control-range.focus ~ .clay-range-progress .clay-range-thumb {
|
|
8689
|
-
box-shadow: inset 0 0 0 0.125rem #
|
|
8835
|
+
box-shadow: inset 0 0 0 0.125rem #528eff, inset 0 0 0 0.25rem #fff;
|
|
8690
8836
|
}
|
|
8691
8837
|
.clay-range-input .form-control-range:focus ~ .clay-range-progress .tooltip, .clay-range-input .form-control-range.focus ~ .clay-range-progress .tooltip {
|
|
8692
8838
|
visibility: visible;
|
|
8693
8839
|
opacity: 1;
|
|
8694
8840
|
}
|
|
8695
8841
|
.clay-range-input .form-control-range:focus::-moz-range-thumb, .clay-range-input .form-control-range.focus::-moz-range-thumb {
|
|
8696
|
-
box-shadow: inset 0 0 0 0.125rem #
|
|
8842
|
+
box-shadow: inset 0 0 0 0.125rem #528eff, inset 0 0 0 0.25rem #fff;
|
|
8697
8843
|
}
|
|
8698
8844
|
.clay-range-input .form-control-range:focus::-ms-thumb, .clay-range-input .form-control-range.focus::-ms-thumb {
|
|
8699
|
-
box-shadow: inset 0 0 0 0.125rem #
|
|
8845
|
+
box-shadow: inset 0 0 0 0.125rem #528eff, inset 0 0 0 0.25rem #fff;
|
|
8700
8846
|
}
|
|
8701
8847
|
.clay-range-input .form-control-range:focus::-webkit-slider-thumb, .clay-range-input .form-control-range.focus::-webkit-slider-thumb {
|
|
8702
|
-
box-shadow: inset 0 0 0 0.125rem #
|
|
8848
|
+
box-shadow: inset 0 0 0 0.125rem #528eff, inset 0 0 0 0.25rem #fff;
|
|
8703
8849
|
}
|
|
8704
8850
|
.clay-range-input .form-control-range:disabled {
|
|
8705
8851
|
color: #a7a9bc;
|
|
@@ -8871,13 +9017,13 @@ button.link-outline {
|
|
|
8871
9017
|
width: 1.5rem;
|
|
8872
9018
|
}
|
|
8873
9019
|
.clay-color-btn:active {
|
|
8874
|
-
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #
|
|
9020
|
+
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #528eff;
|
|
8875
9021
|
}
|
|
8876
9022
|
.clay-color-btn.active {
|
|
8877
|
-
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #
|
|
9023
|
+
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #528eff;
|
|
8878
9024
|
}
|
|
8879
9025
|
.clay-color-btn[aria-expanded=true], .clay-color-btn.show {
|
|
8880
|
-
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #
|
|
9026
|
+
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #528eff;
|
|
8881
9027
|
}
|
|
8882
9028
|
.clay-color-btn .c-inner {
|
|
8883
9029
|
margin-bottom: 0;
|
|
@@ -8908,12 +9054,16 @@ button.link-outline {
|
|
|
8908
9054
|
transition: none;
|
|
8909
9055
|
}
|
|
8910
9056
|
}
|
|
9057
|
+
.c-prefers-reduced-motion .clay-color-pointer {
|
|
9058
|
+
transition: none;
|
|
9059
|
+
}
|
|
9060
|
+
|
|
8911
9061
|
.clay-color-pointer:focus, .clay-color-pointer.focus {
|
|
8912
|
-
box-shadow: 0 0 0 0.125rem #
|
|
9062
|
+
box-shadow: 0 0 0 0.125rem #528eff;
|
|
8913
9063
|
outline: 0;
|
|
8914
9064
|
}
|
|
8915
9065
|
.clay-color-pointer:active:focus {
|
|
8916
|
-
box-shadow: 0 0 0 0.125rem #
|
|
9066
|
+
box-shadow: 0 0 0 0.125rem #528eff;
|
|
8917
9067
|
}
|
|
8918
9068
|
.clay-color-pointer .c-inner {
|
|
8919
9069
|
margin-bottom: 0;
|
|
@@ -9050,7 +9200,7 @@ button.link-outline {
|
|
|
9050
9200
|
}
|
|
9051
9201
|
.form-file-input:focus + .input-group {
|
|
9052
9202
|
border-radius: 1px;
|
|
9053
|
-
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #
|
|
9203
|
+
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #528eff;
|
|
9054
9204
|
}
|
|
9055
9205
|
.form-file-input:disabled {
|
|
9056
9206
|
cursor: not-allowed;
|
|
@@ -9108,6 +9258,10 @@ button.link-outline {
|
|
|
9108
9258
|
transition: none;
|
|
9109
9259
|
}
|
|
9110
9260
|
}
|
|
9261
|
+
.c-prefers-reduced-motion .custom-control-label::before {
|
|
9262
|
+
transition: none;
|
|
9263
|
+
}
|
|
9264
|
+
|
|
9111
9265
|
.custom-control-label::after {
|
|
9112
9266
|
background: no-repeat 50%/50% 50%;
|
|
9113
9267
|
content: "";
|
|
@@ -9156,6 +9310,9 @@ label.custom-control-label {
|
|
|
9156
9310
|
transition: none;
|
|
9157
9311
|
}
|
|
9158
9312
|
}
|
|
9313
|
+
.c-prefers-reduced-motion .custom-control-label::before {
|
|
9314
|
+
transition: none;
|
|
9315
|
+
}
|
|
9159
9316
|
|
|
9160
9317
|
.custom-control-label::after {
|
|
9161
9318
|
background: no-repeat 50%/50% 50%;
|
|
@@ -9180,12 +9337,12 @@ label.custom-control-label {
|
|
|
9180
9337
|
}
|
|
9181
9338
|
.custom-control-input:focus ~ .custom-control-label::before {
|
|
9182
9339
|
border-color: #6b6c7e;
|
|
9183
|
-
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #
|
|
9340
|
+
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #528eff;
|
|
9184
9341
|
}
|
|
9185
9342
|
.custom-control-input:active ~ .custom-control-label::before {
|
|
9186
9343
|
background-color: #fff;
|
|
9187
9344
|
border-color: #6b6c7e;
|
|
9188
|
-
box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1), 0 0 0 0.125rem #fff, 0 0 0 0.25rem #
|
|
9345
|
+
box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1), 0 0 0 0.125rem #fff, 0 0 0 0.25rem #528eff;
|
|
9189
9346
|
color: #fff;
|
|
9190
9347
|
}
|
|
9191
9348
|
.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
|
|
@@ -9334,6 +9491,10 @@ label.custom-control-label {
|
|
|
9334
9491
|
transition: none;
|
|
9335
9492
|
}
|
|
9336
9493
|
}
|
|
9494
|
+
.c-prefers-reduced-motion .custom-switch .custom-control-label::after {
|
|
9495
|
+
transition: none;
|
|
9496
|
+
}
|
|
9497
|
+
|
|
9337
9498
|
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
|
|
9338
9499
|
background-color: #fff;
|
|
9339
9500
|
transform: translateX(0.75rem);
|
|
@@ -9419,7 +9580,7 @@ label.custom-control-label {
|
|
|
9419
9580
|
}
|
|
9420
9581
|
.custom-file-input:focus ~ .custom-file-label {
|
|
9421
9582
|
border-color: #80acff;
|
|
9422
|
-
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #
|
|
9583
|
+
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #528eff;
|
|
9423
9584
|
}
|
|
9424
9585
|
.custom-file-input[disabled] ~ .custom-file-label, .custom-file-input:disabled ~ .custom-file-label {
|
|
9425
9586
|
background-color: #f1f2f5;
|
|
@@ -9475,13 +9636,13 @@ label.custom-control-label {
|
|
|
9475
9636
|
outline: none;
|
|
9476
9637
|
}
|
|
9477
9638
|
.custom-range:focus::-webkit-slider-thumb {
|
|
9478
|
-
box-shadow: 0 0 0 1px #fff, 0 0 0 0.125rem #fff, 0 0 0 0.25rem #
|
|
9639
|
+
box-shadow: 0 0 0 1px #fff, 0 0 0 0.125rem #fff, 0 0 0 0.25rem #528eff;
|
|
9479
9640
|
}
|
|
9480
9641
|
.custom-range:focus::-moz-range-thumb {
|
|
9481
|
-
box-shadow: 0 0 0 1px #fff, 0 0 0 0.125rem #fff, 0 0 0 0.25rem #
|
|
9642
|
+
box-shadow: 0 0 0 1px #fff, 0 0 0 0.125rem #fff, 0 0 0 0.25rem #528eff;
|
|
9482
9643
|
}
|
|
9483
9644
|
.custom-range:focus::-ms-thumb {
|
|
9484
|
-
box-shadow: 0 0 0 1px #fff, 0 0 0 0.125rem #fff, 0 0 0 0.25rem #
|
|
9645
|
+
box-shadow: 0 0 0 1px #fff, 0 0 0 0.125rem #fff, 0 0 0 0.25rem #528eff;
|
|
9485
9646
|
}
|
|
9486
9647
|
.custom-range::-moz-focus-outer {
|
|
9487
9648
|
border: 0;
|
|
@@ -9503,6 +9664,10 @@ label.custom-control-label {
|
|
|
9503
9664
|
transition: none;
|
|
9504
9665
|
}
|
|
9505
9666
|
}
|
|
9667
|
+
.c-prefers-reduced-motion .custom-range::-webkit-slider-thumb {
|
|
9668
|
+
transition: none;
|
|
9669
|
+
}
|
|
9670
|
+
|
|
9506
9671
|
.custom-range::-webkit-slider-thumb:active {
|
|
9507
9672
|
background-color: #bed4ff;
|
|
9508
9673
|
}
|
|
@@ -9532,6 +9697,10 @@ label.custom-control-label {
|
|
|
9532
9697
|
transition: none;
|
|
9533
9698
|
}
|
|
9534
9699
|
}
|
|
9700
|
+
.c-prefers-reduced-motion .custom-range::-moz-range-thumb {
|
|
9701
|
+
transition: none;
|
|
9702
|
+
}
|
|
9703
|
+
|
|
9535
9704
|
.custom-range::-moz-range-thumb:active {
|
|
9536
9705
|
background-color: #bed4ff;
|
|
9537
9706
|
}
|
|
@@ -9563,6 +9732,10 @@ label.custom-control-label {
|
|
|
9563
9732
|
transition: none;
|
|
9564
9733
|
}
|
|
9565
9734
|
}
|
|
9735
|
+
.c-prefers-reduced-motion .custom-range::-ms-thumb {
|
|
9736
|
+
transition: none;
|
|
9737
|
+
}
|
|
9738
|
+
|
|
9566
9739
|
.custom-range::-ms-thumb:active {
|
|
9567
9740
|
background-color: #bed4ff;
|
|
9568
9741
|
}
|
|
@@ -9611,6 +9784,10 @@ label.custom-control-label {
|
|
|
9611
9784
|
transition: none;
|
|
9612
9785
|
}
|
|
9613
9786
|
}
|
|
9787
|
+
.c-prefers-reduced-motion .custom-file-label,
|
|
9788
|
+
.c-prefers-reduced-motion .custom-select {
|
|
9789
|
+
transition: none;
|
|
9790
|
+
}
|
|
9614
9791
|
|
|
9615
9792
|
.clay-time .btn {
|
|
9616
9793
|
align-items: center;
|
|
@@ -9626,10 +9803,10 @@ label.custom-control-label {
|
|
|
9626
9803
|
color: #6b6c7e;
|
|
9627
9804
|
}
|
|
9628
9805
|
.clay-time .btn:focus, .clay-time .btn.focus {
|
|
9629
|
-
box-shadow: 0 0 0 1px #
|
|
9806
|
+
box-shadow: 0 0 0 1px #528eff;
|
|
9630
9807
|
}
|
|
9631
9808
|
.clay-time .btn:active:focus {
|
|
9632
|
-
box-shadow: 0 0 0 1px #
|
|
9809
|
+
box-shadow: 0 0 0 1px #528eff;
|
|
9633
9810
|
}
|
|
9634
9811
|
.clay-time .btn .c-inner {
|
|
9635
9812
|
margin-bottom: 0;
|
|
@@ -9758,12 +9935,16 @@ label.custom-control-label {
|
|
|
9758
9935
|
transition: none;
|
|
9759
9936
|
}
|
|
9760
9937
|
}
|
|
9938
|
+
.c-prefers-reduced-motion .date-picker-nav .nav-btn {
|
|
9939
|
+
transition: none;
|
|
9940
|
+
}
|
|
9941
|
+
|
|
9761
9942
|
.date-picker-nav .nav-btn:hover {
|
|
9762
9943
|
background-color: #f1f2f5;
|
|
9763
9944
|
color: #272833;
|
|
9764
9945
|
}
|
|
9765
9946
|
.date-picker-nav .nav-btn:focus, .date-picker-nav .nav-btn.focus {
|
|
9766
|
-
box-shadow: 0 0 0 0.
|
|
9947
|
+
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #528eff;
|
|
9767
9948
|
background-color: #f1f2f5;
|
|
9768
9949
|
color: #272833;
|
|
9769
9950
|
}
|
|
@@ -9771,7 +9952,7 @@ label.custom-control-label {
|
|
|
9771
9952
|
background-color: #f1f2f5;
|
|
9772
9953
|
}
|
|
9773
9954
|
.date-picker-nav .nav-btn:active:focus {
|
|
9774
|
-
box-shadow: 0 0 0 0.
|
|
9955
|
+
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #528eff;
|
|
9775
9956
|
}
|
|
9776
9957
|
.date-picker-nav .nav-btn.active {
|
|
9777
9958
|
background-color: #f1f2f5;
|
|
@@ -9885,6 +10066,10 @@ label.custom-control-label {
|
|
|
9885
10066
|
transition: none;
|
|
9886
10067
|
}
|
|
9887
10068
|
}
|
|
10069
|
+
.c-prefers-reduced-motion .date-picker-calendar-item {
|
|
10070
|
+
transition: none;
|
|
10071
|
+
}
|
|
10072
|
+
|
|
9888
10073
|
.date-picker-calendar-item:disabled, .date-picker-calendar-item.disabled {
|
|
9889
10074
|
cursor: not-allowed;
|
|
9890
10075
|
}
|
|
@@ -9947,7 +10132,7 @@ label.custom-control-label {
|
|
|
9947
10132
|
color: #272833;
|
|
9948
10133
|
}
|
|
9949
10134
|
.date-picker-date:focus, .date-picker-date.focus {
|
|
9950
|
-
box-shadow: 0 0 0 0.
|
|
10135
|
+
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #528eff;
|
|
9951
10136
|
outline: 0;
|
|
9952
10137
|
background-color: #f1f2f5;
|
|
9953
10138
|
color: #272833;
|
|
@@ -9957,7 +10142,7 @@ label.custom-control-label {
|
|
|
9957
10142
|
color: #fff;
|
|
9958
10143
|
}
|
|
9959
10144
|
.date-picker-date:active:focus {
|
|
9960
|
-
box-shadow: 0 0 0 0.
|
|
10145
|
+
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #528eff;
|
|
9961
10146
|
}
|
|
9962
10147
|
.date-picker-date.active {
|
|
9963
10148
|
background-color: #0b5fff;
|
|
@@ -10247,7 +10432,7 @@ label.custom-control-label {
|
|
|
10247
10432
|
}
|
|
10248
10433
|
.was-validated .form-control:valid:focus,
|
|
10249
10434
|
.was-validated .form-control.is-valid:focus {
|
|
10250
|
-
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #
|
|
10435
|
+
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #528eff;
|
|
10251
10436
|
}
|
|
10252
10437
|
|
|
10253
10438
|
.was-validated .form-control:invalid,
|
|
@@ -10259,7 +10444,7 @@ label.custom-control-label {
|
|
|
10259
10444
|
}
|
|
10260
10445
|
.was-validated .form-control:invalid:focus,
|
|
10261
10446
|
.was-validated .form-control.is-invalid:focus {
|
|
10262
|
-
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #
|
|
10447
|
+
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #528eff;
|
|
10263
10448
|
}
|
|
10264
10449
|
|
|
10265
10450
|
.has-error .custom-control-label,
|
|
@@ -10273,7 +10458,7 @@ label.custom-control-label {
|
|
|
10273
10458
|
color: #272833;
|
|
10274
10459
|
}
|
|
10275
10460
|
.has-error .form-control:focus, .has-error .form-control.focus {
|
|
10276
|
-
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #
|
|
10461
|
+
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #528eff;
|
|
10277
10462
|
}
|
|
10278
10463
|
.has-error .form-control[readonly] {
|
|
10279
10464
|
background-color: #fff;
|
|
@@ -10298,7 +10483,7 @@ label.custom-control-label {
|
|
|
10298
10483
|
color: #272833;
|
|
10299
10484
|
}
|
|
10300
10485
|
.has-error .input-group-item.focus {
|
|
10301
|
-
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #
|
|
10486
|
+
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #528eff;
|
|
10302
10487
|
}
|
|
10303
10488
|
.has-error .input-group-item.focus .input-group-inset {
|
|
10304
10489
|
background-color: #feefef;
|
|
@@ -10332,7 +10517,7 @@ label.custom-control-label {
|
|
|
10332
10517
|
color: #272833;
|
|
10333
10518
|
}
|
|
10334
10519
|
.has-warning .form-control:focus, .has-warning .form-control.focus {
|
|
10335
|
-
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #
|
|
10520
|
+
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #528eff;
|
|
10336
10521
|
}
|
|
10337
10522
|
.has-warning .form-control[readonly] {
|
|
10338
10523
|
background-color: #fff;
|
|
@@ -10357,7 +10542,7 @@ label.custom-control-label {
|
|
|
10357
10542
|
color: #272833;
|
|
10358
10543
|
}
|
|
10359
10544
|
.has-warning .input-group-item.focus {
|
|
10360
|
-
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #
|
|
10545
|
+
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #528eff;
|
|
10361
10546
|
}
|
|
10362
10547
|
.has-warning .input-group-item.focus .input-group-inset {
|
|
10363
10548
|
background-color: #fff4ec;
|
|
@@ -10391,7 +10576,7 @@ label.custom-control-label {
|
|
|
10391
10576
|
color: #272833;
|
|
10392
10577
|
}
|
|
10393
10578
|
.has-success .form-control:focus, .has-success .form-control.focus {
|
|
10394
|
-
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #
|
|
10579
|
+
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #528eff;
|
|
10395
10580
|
}
|
|
10396
10581
|
.has-success .form-control[readonly] {
|
|
10397
10582
|
background-color: #fff;
|
|
@@ -10416,7 +10601,7 @@ label.custom-control-label {
|
|
|
10416
10601
|
color: #272833;
|
|
10417
10602
|
}
|
|
10418
10603
|
.has-success .input-group-item.focus {
|
|
10419
|
-
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #
|
|
10604
|
+
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #528eff;
|
|
10420
10605
|
}
|
|
10421
10606
|
.has-success .input-group-item.focus .input-group-inset {
|
|
10422
10607
|
background-color: #edf9f0;
|
|
@@ -10566,7 +10751,7 @@ label.custom-control-label {
|
|
|
10566
10751
|
}
|
|
10567
10752
|
.input-group-item.focus {
|
|
10568
10753
|
border-radius: 0.25rem;
|
|
10569
|
-
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #
|
|
10754
|
+
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #528eff;
|
|
10570
10755
|
}
|
|
10571
10756
|
.input-group-item.focus.input-group-prepend {
|
|
10572
10757
|
border-bottom-right-radius: 0;
|
|
@@ -10888,6 +11073,15 @@ label.custom-control-label {
|
|
|
10888
11073
|
padding-right: 5px;
|
|
10889
11074
|
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
|
|
10890
11075
|
}
|
|
11076
|
+
@media (prefers-reduced-motion: reduce) {
|
|
11077
|
+
.input-group .input-group-inset-item {
|
|
11078
|
+
transition: none;
|
|
11079
|
+
}
|
|
11080
|
+
}
|
|
11081
|
+
.c-prefers-reduced-motion .input-group .input-group-inset-item {
|
|
11082
|
+
transition: none;
|
|
11083
|
+
}
|
|
11084
|
+
|
|
10891
11085
|
.input-group .input-group-inset-item .btn {
|
|
10892
11086
|
align-items: center;
|
|
10893
11087
|
display: flex;
|
|
@@ -11233,6 +11427,11 @@ label.custom-control-label {
|
|
|
11233
11427
|
transition: none;
|
|
11234
11428
|
}
|
|
11235
11429
|
}
|
|
11430
|
+
.c-prefers-reduced-motion .list-group-title[href],
|
|
11431
|
+
.c-prefers-reduced-motion .list-group-title [href] {
|
|
11432
|
+
transition: none;
|
|
11433
|
+
}
|
|
11434
|
+
|
|
11236
11435
|
.list-group-title[href]:hover, .list-group-title[href].hover,
|
|
11237
11436
|
.list-group-title [href]:hover,
|
|
11238
11437
|
.list-group-title [href].hover {
|
|
@@ -11241,7 +11440,7 @@ label.custom-control-label {
|
|
|
11241
11440
|
.list-group-title[href].focus, .list-group-title[href]:focus,
|
|
11242
11441
|
.list-group-title [href].focus,
|
|
11243
11442
|
.list-group-title [href]:focus {
|
|
11244
|
-
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #
|
|
11443
|
+
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #528eff;
|
|
11245
11444
|
outline: 0;
|
|
11246
11445
|
}
|
|
11247
11446
|
.list-group-subtitle {
|
|
@@ -11262,6 +11461,11 @@ label.custom-control-label {
|
|
|
11262
11461
|
transition: none;
|
|
11263
11462
|
}
|
|
11264
11463
|
}
|
|
11464
|
+
.c-prefers-reduced-motion .list-group-subtitle[href],
|
|
11465
|
+
.c-prefers-reduced-motion .list-group-subtitle [href] {
|
|
11466
|
+
transition: none;
|
|
11467
|
+
}
|
|
11468
|
+
|
|
11265
11469
|
.list-group-subtitle[href]:hover, .list-group-subtitle[href].hover,
|
|
11266
11470
|
.list-group-subtitle [href]:hover,
|
|
11267
11471
|
.list-group-subtitle [href].hover {
|
|
@@ -11270,7 +11474,7 @@ label.custom-control-label {
|
|
|
11270
11474
|
.list-group-subtitle[href].focus, .list-group-subtitle[href]:focus,
|
|
11271
11475
|
.list-group-subtitle [href].focus,
|
|
11272
11476
|
.list-group-subtitle [href]:focus {
|
|
11273
|
-
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #
|
|
11477
|
+
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #528eff;
|
|
11274
11478
|
outline: 0;
|
|
11275
11479
|
}
|
|
11276
11480
|
.list-group-text {
|
|
@@ -11291,6 +11495,11 @@ label.custom-control-label {
|
|
|
11291
11495
|
transition: none;
|
|
11292
11496
|
}
|
|
11293
11497
|
}
|
|
11498
|
+
.c-prefers-reduced-motion .list-group-text[href],
|
|
11499
|
+
.c-prefers-reduced-motion .list-group-text [href] {
|
|
11500
|
+
transition: none;
|
|
11501
|
+
}
|
|
11502
|
+
|
|
11294
11503
|
.list-group-text[href]:hover, .list-group-text[href].hover,
|
|
11295
11504
|
.list-group-text [href]:hover,
|
|
11296
11505
|
.list-group-text [href].hover {
|
|
@@ -11299,7 +11508,7 @@ label.custom-control-label {
|
|
|
11299
11508
|
.list-group-text[href].focus, .list-group-text[href]:focus,
|
|
11300
11509
|
.list-group-text [href].focus,
|
|
11301
11510
|
.list-group-text [href]:focus {
|
|
11302
|
-
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #
|
|
11511
|
+
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #528eff;
|
|
11303
11512
|
outline: 0;
|
|
11304
11513
|
}
|
|
11305
11514
|
.list-group-subtext {
|
|
@@ -11321,6 +11530,11 @@ label.custom-control-label {
|
|
|
11321
11530
|
transition: none;
|
|
11322
11531
|
}
|
|
11323
11532
|
}
|
|
11533
|
+
.c-prefers-reduced-motion .list-group-subtext[href],
|
|
11534
|
+
.c-prefers-reduced-motion .list-group-subtext [href] {
|
|
11535
|
+
transition: none;
|
|
11536
|
+
}
|
|
11537
|
+
|
|
11324
11538
|
.list-group-subtext[href]:hover, .list-group-subtext[href].hover,
|
|
11325
11539
|
.list-group-subtext [href]:hover,
|
|
11326
11540
|
.list-group-subtext [href].hover {
|
|
@@ -11329,7 +11543,7 @@ label.custom-control-label {
|
|
|
11329
11543
|
.list-group-subtext[href].focus, .list-group-subtext[href]:focus,
|
|
11330
11544
|
.list-group-subtext [href].focus,
|
|
11331
11545
|
.list-group-subtext [href]:focus {
|
|
11332
|
-
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #
|
|
11546
|
+
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #528eff;
|
|
11333
11547
|
outline: 0;
|
|
11334
11548
|
}
|
|
11335
11549
|
.show-dropdown-action-on-active .list-group-item.active .dropdown-action .dropdown-menu {
|
|
@@ -11703,6 +11917,10 @@ label.custom-control-label {
|
|
|
11703
11917
|
transition: none;
|
|
11704
11918
|
}
|
|
11705
11919
|
}
|
|
11920
|
+
.c-prefers-reduced-motion .modal.fade .modal-dialog {
|
|
11921
|
+
transition: none;
|
|
11922
|
+
}
|
|
11923
|
+
|
|
11706
11924
|
.modal.show .modal-dialog {
|
|
11707
11925
|
transform: none;
|
|
11708
11926
|
}
|
|
@@ -12206,6 +12424,18 @@ label.custom-control-label {
|
|
|
12206
12424
|
.multi-step-item.complete .multi-step-divider {
|
|
12207
12425
|
background-color: #6b6c7e;
|
|
12208
12426
|
}
|
|
12427
|
+
.multi-step-item.error .multi-step-icon {
|
|
12428
|
+
background-color: #da1414;
|
|
12429
|
+
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");
|
|
12430
|
+
color: #fff;
|
|
12431
|
+
text-indent: -100px;
|
|
12432
|
+
}
|
|
12433
|
+
.multi-step-item.error .multi-step-icon[data-multi-step-icon]::before {
|
|
12434
|
+
content: none;
|
|
12435
|
+
}
|
|
12436
|
+
.multi-step-item.error .multi-step-icon .lexicon-icon {
|
|
12437
|
+
display: none;
|
|
12438
|
+
}
|
|
12209
12439
|
.multi-step-item.disabled .multi-step-title {
|
|
12210
12440
|
color: #a7a9bc;
|
|
12211
12441
|
}
|
|
@@ -12279,6 +12509,9 @@ label.custom-control-label {
|
|
|
12279
12509
|
.multi-step-icon {
|
|
12280
12510
|
align-items: center;
|
|
12281
12511
|
background-color: #e7e7ed;
|
|
12512
|
+
background-position: center;
|
|
12513
|
+
background-repeat: no-repeat;
|
|
12514
|
+
background-size: 0.875rem;
|
|
12282
12515
|
border-radius: 100px;
|
|
12283
12516
|
border-width: 0px;
|
|
12284
12517
|
color: #6b6c7e;
|
|
@@ -12295,6 +12528,15 @@ label.custom-control-label {
|
|
|
12295
12528
|
transition: box-shadow 0.15s ease-in-out;
|
|
12296
12529
|
width: 2rem;
|
|
12297
12530
|
}
|
|
12531
|
+
@media (prefers-reduced-motion: reduce) {
|
|
12532
|
+
.multi-step-icon {
|
|
12533
|
+
transition: none;
|
|
12534
|
+
}
|
|
12535
|
+
}
|
|
12536
|
+
.c-prefers-reduced-motion .multi-step-icon {
|
|
12537
|
+
transition: none;
|
|
12538
|
+
}
|
|
12539
|
+
|
|
12298
12540
|
.multi-step-icon:hover {
|
|
12299
12541
|
background-color: #e7e7ed;
|
|
12300
12542
|
color: #6b6c7e;
|
|
@@ -12302,7 +12544,7 @@ label.custom-control-label {
|
|
|
12302
12544
|
}
|
|
12303
12545
|
.multi-step-icon:focus {
|
|
12304
12546
|
background-color: #e7e7ed;
|
|
12305
|
-
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #
|
|
12547
|
+
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #528eff;
|
|
12306
12548
|
color: #6b6c7e;
|
|
12307
12549
|
outline: 0;
|
|
12308
12550
|
text-decoration: none;
|
|
@@ -12435,10 +12677,10 @@ label.custom-control-label {
|
|
|
12435
12677
|
width: 100%;
|
|
12436
12678
|
}
|
|
12437
12679
|
.nav-link.btn-unstyled:focus, .nav-link.btn-unstyled.focus {
|
|
12438
|
-
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #
|
|
12680
|
+
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #528eff;
|
|
12439
12681
|
}
|
|
12440
12682
|
.nav-link.btn-unstyled:active:focus {
|
|
12441
|
-
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #
|
|
12683
|
+
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #528eff;
|
|
12442
12684
|
}
|
|
12443
12685
|
.nav-link.btn-unstyled:disabled, .nav-link.btn-unstyled.disabled {
|
|
12444
12686
|
opacity: 1;
|
|
@@ -12586,7 +12828,6 @@ label.custom-control-label {
|
|
|
12586
12828
|
padding-right: 0.5rem;
|
|
12587
12829
|
padding-top: 0.625rem;
|
|
12588
12830
|
}
|
|
12589
|
-
|
|
12590
12831
|
.nav-unstyled {
|
|
12591
12832
|
flex-wrap: nowrap;
|
|
12592
12833
|
}
|
|
@@ -12725,10 +12966,6 @@ label.custom-control-label {
|
|
|
12725
12966
|
.nav-tabs {
|
|
12726
12967
|
border-bottom: 0.0625rem solid #cdced9;
|
|
12727
12968
|
font-size: 0.875rem;
|
|
12728
|
-
background-color: #f7f8f9;
|
|
12729
|
-
border-color: #cdced9;
|
|
12730
|
-
border-style: solid;
|
|
12731
|
-
border-width: 0.0625rem 0;
|
|
12732
12969
|
padding-left: 1.5rem;
|
|
12733
12970
|
padding-right: 1.5rem;
|
|
12734
12971
|
padding-top: 0.4375rem;
|
|
@@ -12750,12 +12987,16 @@ label.custom-control-label {
|
|
|
12750
12987
|
transition: none;
|
|
12751
12988
|
}
|
|
12752
12989
|
}
|
|
12990
|
+
.c-prefers-reduced-motion .nav-tabs .nav-link {
|
|
12991
|
+
transition: none;
|
|
12992
|
+
}
|
|
12993
|
+
|
|
12753
12994
|
.nav-tabs .nav-link:hover, .nav-tabs .nav-link.hover {
|
|
12754
12995
|
border-color: transparent;
|
|
12755
12996
|
}
|
|
12756
12997
|
.nav-tabs .nav-link.focus, .nav-tabs .nav-link:focus {
|
|
12757
12998
|
border-color: transparent;
|
|
12758
|
-
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #
|
|
12999
|
+
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #528eff;
|
|
12759
13000
|
outline: 0;
|
|
12760
13001
|
}
|
|
12761
13002
|
.nav-tabs .nav-link:active {
|
|
@@ -12796,7 +13037,7 @@ label.custom-control-label {
|
|
|
12796
13037
|
}
|
|
12797
13038
|
.nav-tabs + .tab-content .tab-pane {
|
|
12798
13039
|
background-color: #fff;
|
|
12799
|
-
border-radius: 4px;
|
|
13040
|
+
border-radius: 0 0 4px 4px;
|
|
12800
13041
|
padding: 2rem;
|
|
12801
13042
|
}
|
|
12802
13043
|
.nav-tabs + .tab-content .tab-pane.active:first-child {
|
|
@@ -12830,6 +13071,14 @@ label.custom-control-label {
|
|
|
12830
13071
|
color: #fff;
|
|
12831
13072
|
}
|
|
12832
13073
|
|
|
13074
|
+
.nav-tabs-light {
|
|
13075
|
+
background-color: #f7f8f9;
|
|
13076
|
+
}
|
|
13077
|
+
.nav-tabs-light + .tab-content .tab-pane {
|
|
13078
|
+
background-color: transparent;
|
|
13079
|
+
border-radius: 0;
|
|
13080
|
+
}
|
|
13081
|
+
|
|
12833
13082
|
.menubar {
|
|
12834
13083
|
position: relative;
|
|
12835
13084
|
}
|
|
@@ -12915,13 +13164,17 @@ label.custom-control-label {
|
|
|
12915
13164
|
transition: none;
|
|
12916
13165
|
}
|
|
12917
13166
|
}
|
|
13167
|
+
.c-prefers-reduced-motion .menubar-vertical-expand-md.menubar-transparent .nav-link {
|
|
13168
|
+
transition: none;
|
|
13169
|
+
}
|
|
13170
|
+
|
|
12918
13171
|
.menubar-vertical-expand-md.menubar-transparent .nav-link:hover, .menubar-vertical-expand-md.menubar-transparent .nav-link.hover {
|
|
12919
13172
|
background-color: rgba(11, 95, 255, 0.04);
|
|
12920
13173
|
color: #272833;
|
|
12921
13174
|
}
|
|
12922
13175
|
.menubar-vertical-expand-md.menubar-transparent .nav-link.focus, .menubar-vertical-expand-md.menubar-transparent .nav-link:focus {
|
|
12923
13176
|
background-color: rgba(11, 95, 255, 0.04);
|
|
12924
|
-
box-shadow: inset 0 0 0 0.125rem #
|
|
13177
|
+
box-shadow: inset 0 0 0 0.125rem #528eff, inset 0 0 0 0.25rem #fff;
|
|
12925
13178
|
color: #272833;
|
|
12926
13179
|
outline: 0;
|
|
12927
13180
|
}
|
|
@@ -12964,6 +13217,11 @@ label.custom-control-label {
|
|
|
12964
13217
|
transition: none;
|
|
12965
13218
|
}
|
|
12966
13219
|
}
|
|
13220
|
+
@media (max-width: 767.98px) {
|
|
13221
|
+
.c-prefers-reduced-motion .menubar-vertical-expand-md.menubar-transparent .menubar-toggler {
|
|
13222
|
+
transition: none;
|
|
13223
|
+
}
|
|
13224
|
+
}
|
|
12967
13225
|
@media (max-width: 767.98px) {
|
|
12968
13226
|
.menubar-vertical-expand-md.menubar-transparent .nav-link {
|
|
12969
13227
|
border-radius: 0;
|
|
@@ -13090,13 +13348,17 @@ label.custom-control-label {
|
|
|
13090
13348
|
transition: none;
|
|
13091
13349
|
}
|
|
13092
13350
|
}
|
|
13351
|
+
.c-prefers-reduced-motion .menubar-vertical-expand-lg.menubar-transparent .nav-link {
|
|
13352
|
+
transition: none;
|
|
13353
|
+
}
|
|
13354
|
+
|
|
13093
13355
|
.menubar-vertical-expand-lg.menubar-transparent .nav-link:hover, .menubar-vertical-expand-lg.menubar-transparent .nav-link.hover {
|
|
13094
13356
|
background-color: rgba(11, 95, 255, 0.04);
|
|
13095
13357
|
color: #272833;
|
|
13096
13358
|
}
|
|
13097
13359
|
.menubar-vertical-expand-lg.menubar-transparent .nav-link.focus, .menubar-vertical-expand-lg.menubar-transparent .nav-link:focus {
|
|
13098
13360
|
background-color: rgba(11, 95, 255, 0.04);
|
|
13099
|
-
box-shadow: inset 0 0 0 0.125rem #
|
|
13361
|
+
box-shadow: inset 0 0 0 0.125rem #528eff, inset 0 0 0 0.25rem #fff;
|
|
13100
13362
|
color: #272833;
|
|
13101
13363
|
outline: 0;
|
|
13102
13364
|
}
|
|
@@ -13139,6 +13401,11 @@ label.custom-control-label {
|
|
|
13139
13401
|
transition: none;
|
|
13140
13402
|
}
|
|
13141
13403
|
}
|
|
13404
|
+
@media (max-width: 991.98px) {
|
|
13405
|
+
.c-prefers-reduced-motion .menubar-vertical-expand-lg.menubar-transparent .menubar-toggler {
|
|
13406
|
+
transition: none;
|
|
13407
|
+
}
|
|
13408
|
+
}
|
|
13142
13409
|
@media (max-width: 991.98px) {
|
|
13143
13410
|
.menubar-vertical-expand-lg.menubar-transparent .nav-link {
|
|
13144
13411
|
border-radius: 0;
|
|
@@ -15107,8 +15374,12 @@ label.custom-control-label {
|
|
|
15107
15374
|
transition: none;
|
|
15108
15375
|
}
|
|
15109
15376
|
}
|
|
15377
|
+
.c-prefers-reduced-motion .application-bar .navbar-nav .nav-link {
|
|
15378
|
+
transition: none;
|
|
15379
|
+
}
|
|
15380
|
+
|
|
15110
15381
|
.application-bar .navbar-nav .nav-link.focus, .application-bar .navbar-nav .nav-link:focus {
|
|
15111
|
-
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #
|
|
15382
|
+
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #528eff;
|
|
15112
15383
|
}
|
|
15113
15384
|
.application-bar .navbar-nav .nav-link:disabled, .application-bar .navbar-nav .nav-link.disabled {
|
|
15114
15385
|
box-shadow: none;
|
|
@@ -15123,8 +15394,12 @@ label.custom-control-label {
|
|
|
15123
15394
|
transition: none;
|
|
15124
15395
|
}
|
|
15125
15396
|
}
|
|
15397
|
+
.c-prefers-reduced-motion .application-bar .navbar-brand {
|
|
15398
|
+
transition: none;
|
|
15399
|
+
}
|
|
15400
|
+
|
|
15126
15401
|
.application-bar .navbar-brand.focus, .application-bar .navbar-brand:focus {
|
|
15127
|
-
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #
|
|
15402
|
+
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #528eff;
|
|
15128
15403
|
}
|
|
15129
15404
|
.application-bar .navbar-brand:disabled, .application-bar .navbar-brand.disabled {
|
|
15130
15405
|
box-shadow: none;
|
|
@@ -16286,8 +16561,12 @@ label.custom-control-label {
|
|
|
16286
16561
|
transition: none;
|
|
16287
16562
|
}
|
|
16288
16563
|
}
|
|
16564
|
+
.c-prefers-reduced-motion .management-bar .navbar-nav .nav-link {
|
|
16565
|
+
transition: none;
|
|
16566
|
+
}
|
|
16567
|
+
|
|
16289
16568
|
.management-bar .navbar-nav .nav-link.focus, .management-bar .navbar-nav .nav-link:focus {
|
|
16290
|
-
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #
|
|
16569
|
+
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #528eff;
|
|
16291
16570
|
}
|
|
16292
16571
|
.management-bar .navbar-nav .nav-link:disabled, .management-bar .navbar-nav .nav-link.disabled {
|
|
16293
16572
|
box-shadow: none;
|
|
@@ -16302,8 +16581,12 @@ label.custom-control-label {
|
|
|
16302
16581
|
transition: none;
|
|
16303
16582
|
}
|
|
16304
16583
|
}
|
|
16584
|
+
.c-prefers-reduced-motion .management-bar .navbar-brand {
|
|
16585
|
+
transition: none;
|
|
16586
|
+
}
|
|
16587
|
+
|
|
16305
16588
|
.management-bar .navbar-brand.focus, .management-bar .navbar-brand:focus {
|
|
16306
|
-
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #
|
|
16589
|
+
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #528eff;
|
|
16307
16590
|
}
|
|
16308
16591
|
.management-bar .navbar-brand:disabled, .management-bar .navbar-brand.disabled {
|
|
16309
16592
|
box-shadow: none;
|
|
@@ -16886,7 +17169,7 @@ label.custom-control-label {
|
|
|
16886
17169
|
outline: 0;
|
|
16887
17170
|
}
|
|
16888
17171
|
.navigation-bar .navbar-nav .nav-link.focus, .navigation-bar .navbar-nav .nav-link:focus {
|
|
16889
|
-
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #
|
|
17172
|
+
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #528eff;
|
|
16890
17173
|
}
|
|
16891
17174
|
.navigation-bar .navbar-nav .nav-link:disabled, .navigation-bar .navbar-nav .nav-link.disabled {
|
|
16892
17175
|
box-shadow: none;
|
|
@@ -16898,7 +17181,7 @@ label.custom-control-label {
|
|
|
16898
17181
|
outline: 0;
|
|
16899
17182
|
}
|
|
16900
17183
|
.navigation-bar .navbar-brand.focus, .navigation-bar .navbar-brand:focus {
|
|
16901
|
-
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #
|
|
17184
|
+
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #528eff;
|
|
16902
17185
|
}
|
|
16903
17186
|
.navigation-bar .navbar-brand:disabled, .navigation-bar .navbar-brand.disabled {
|
|
16904
17187
|
box-shadow: none;
|
|
@@ -17126,6 +17409,10 @@ label.custom-control-label {
|
|
|
17126
17409
|
transition: none;
|
|
17127
17410
|
}
|
|
17128
17411
|
}
|
|
17412
|
+
.c-prefers-reduced-motion .page-link {
|
|
17413
|
+
transition: none;
|
|
17414
|
+
}
|
|
17415
|
+
|
|
17129
17416
|
.page-link:hover, .page-link.hover {
|
|
17130
17417
|
background-color: rgba(39, 40, 41, 0.04);
|
|
17131
17418
|
border-color: transparent;
|
|
@@ -17134,7 +17421,7 @@ label.custom-control-label {
|
|
|
17134
17421
|
z-index: 2;
|
|
17135
17422
|
}
|
|
17136
17423
|
.page-link.focus, .page-link:focus {
|
|
17137
|
-
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #
|
|
17424
|
+
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #528eff;
|
|
17138
17425
|
outline: 0;
|
|
17139
17426
|
z-index: 4;
|
|
17140
17427
|
background-color: rgba(39, 40, 41, 0.04);
|
|
@@ -17246,6 +17533,11 @@ label.custom-control-label {
|
|
|
17246
17533
|
transition: none;
|
|
17247
17534
|
}
|
|
17248
17535
|
}
|
|
17536
|
+
.c-prefers-reduced-motion .pagination-items-per-page > a,
|
|
17537
|
+
.c-prefers-reduced-motion .pagination-items-per-page > button {
|
|
17538
|
+
transition: none;
|
|
17539
|
+
}
|
|
17540
|
+
|
|
17249
17541
|
.pagination-items-per-page > a:hover, .pagination-items-per-page > a.hover,
|
|
17250
17542
|
.pagination-items-per-page > button:hover,
|
|
17251
17543
|
.pagination-items-per-page > button.hover {
|
|
@@ -17256,7 +17548,7 @@ label.custom-control-label {
|
|
|
17256
17548
|
.pagination-items-per-page > a.focus, .pagination-items-per-page > a:focus,
|
|
17257
17549
|
.pagination-items-per-page > button.focus,
|
|
17258
17550
|
.pagination-items-per-page > button:focus {
|
|
17259
|
-
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #
|
|
17551
|
+
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #528eff;
|
|
17260
17552
|
outline: 0;
|
|
17261
17553
|
background-color: rgba(39, 40, 41, 0.04);
|
|
17262
17554
|
border-color: transparent;
|
|
@@ -17486,13 +17778,17 @@ label.custom-control-label {
|
|
|
17486
17778
|
transition: none;
|
|
17487
17779
|
}
|
|
17488
17780
|
}
|
|
17781
|
+
.c-prefers-reduced-motion .panel-header-link {
|
|
17782
|
+
transition: none;
|
|
17783
|
+
}
|
|
17784
|
+
|
|
17489
17785
|
.panel-header-link:hover, .panel-header-link.hover {
|
|
17490
17786
|
color: inherit;
|
|
17491
17787
|
text-decoration: none;
|
|
17492
17788
|
}
|
|
17493
17789
|
.panel-header-link.focus, .panel-header-link:focus {
|
|
17494
17790
|
z-index: 1;
|
|
17495
|
-
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #
|
|
17791
|
+
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #528eff;
|
|
17496
17792
|
outline: 0;
|
|
17497
17793
|
}
|
|
17498
17794
|
.panel-header-link .collapse-icon {
|
|
@@ -17714,7 +18010,7 @@ label.custom-control-label {
|
|
|
17714
18010
|
border-radius: 1px;
|
|
17715
18011
|
}
|
|
17716
18012
|
.panel-unstyled .panel-header.panel-header-link.focus, .panel-unstyled .panel-header.panel-header-link:focus {
|
|
17717
|
-
box-shadow: 0 0 0 0.25rem #fff, 0 0 0 0.375rem #
|
|
18013
|
+
box-shadow: 0 0 0 0.25rem #fff, 0 0 0 0.375rem #528eff;
|
|
17718
18014
|
}
|
|
17719
18015
|
.panel-unstyled .panel-header:not(.collapse-icon-middle) .collapse-icon-closed,
|
|
17720
18016
|
.panel-unstyled .panel-header:not(.collapse-icon-middle) .collapse-icon-open {
|
|
@@ -17733,7 +18029,7 @@ label.custom-control-label {
|
|
|
17733
18029
|
.popover {
|
|
17734
18030
|
background-clip: padding-box;
|
|
17735
18031
|
background-color: #fff;
|
|
17736
|
-
border:
|
|
18032
|
+
border: 1px solid transparent;
|
|
17737
18033
|
border-radius: 0.25rem;
|
|
17738
18034
|
box-shadow: 0 1px 15px -2px rgba(0, 0, 0, 0.2);
|
|
17739
18035
|
display: block;
|
|
@@ -17760,10 +18056,10 @@ label.custom-control-label {
|
|
|
17760
18056
|
}
|
|
17761
18057
|
.popover .arrow {
|
|
17762
18058
|
display: block;
|
|
17763
|
-
height:
|
|
18059
|
+
height: 5px;
|
|
17764
18060
|
margin: 0 0.25rem;
|
|
17765
18061
|
position: absolute;
|
|
17766
|
-
width:
|
|
18062
|
+
width: 10px;
|
|
17767
18063
|
}
|
|
17768
18064
|
.popover .arrow::before {
|
|
17769
18065
|
border-color: transparent;
|
|
@@ -17795,120 +18091,120 @@ label.custom-control-label {
|
|
|
17795
18091
|
}
|
|
17796
18092
|
.bs-popover-bottom,
|
|
17797
18093
|
.bs-popover-auto[x-placement^=bottom] {
|
|
17798
|
-
margin-top:
|
|
18094
|
+
margin-top: 5px;
|
|
17799
18095
|
}
|
|
17800
18096
|
.bs-popover-bottom > .arrow,
|
|
17801
18097
|
.bs-popover-auto[x-placement^=bottom] > .arrow {
|
|
17802
18098
|
top: calc(
|
|
17803
|
-
-
|
|
18099
|
+
-5px - 1px
|
|
17804
18100
|
);
|
|
17805
18101
|
}
|
|
17806
18102
|
.bs-popover-bottom > .arrow::before,
|
|
17807
18103
|
.bs-popover-auto[x-placement^=bottom] > .arrow::before {
|
|
17808
18104
|
border-bottom-color: transparent;
|
|
17809
|
-
border-width: 0
|
|
18105
|
+
border-width: 0 5px 5px 5px;
|
|
17810
18106
|
top: 0;
|
|
17811
18107
|
}
|
|
17812
18108
|
.bs-popover-bottom > .arrow::after,
|
|
17813
18109
|
.bs-popover-auto[x-placement^=bottom] > .arrow::after {
|
|
17814
18110
|
border-bottom-color: #fff;
|
|
17815
|
-
border-width: 0
|
|
17816
|
-
top:
|
|
18111
|
+
border-width: 0 5px 5px 5px;
|
|
18112
|
+
top: 1px;
|
|
17817
18113
|
}
|
|
17818
18114
|
.bs-popover-bottom .popover-header::before,
|
|
17819
18115
|
.bs-popover-auto[x-placement^=bottom] .popover-header::before {
|
|
17820
|
-
border-bottom:
|
|
18116
|
+
border-bottom: 1px solid #fff;
|
|
17821
18117
|
content: "";
|
|
17822
18118
|
display: block;
|
|
17823
18119
|
left: 50%;
|
|
17824
|
-
margin-left: calc(-
|
|
18120
|
+
margin-left: calc(-10px / 2);
|
|
17825
18121
|
position: absolute;
|
|
17826
18122
|
top: 0;
|
|
17827
|
-
width:
|
|
18123
|
+
width: 10px;
|
|
17828
18124
|
}
|
|
17829
18125
|
|
|
17830
18126
|
.bs-popover-left,
|
|
17831
18127
|
.bs-popover-auto[x-placement^=left] {
|
|
17832
|
-
margin-right:
|
|
18128
|
+
margin-right: 5px;
|
|
17833
18129
|
}
|
|
17834
18130
|
.bs-popover-left > .arrow,
|
|
17835
18131
|
.bs-popover-auto[x-placement^=left] > .arrow {
|
|
17836
|
-
height:
|
|
18132
|
+
height: 10px;
|
|
17837
18133
|
margin: 0.25rem 0;
|
|
17838
18134
|
right: calc(
|
|
17839
|
-
-
|
|
18135
|
+
-5px - 1px
|
|
17840
18136
|
);
|
|
17841
|
-
width:
|
|
18137
|
+
width: 5px;
|
|
17842
18138
|
}
|
|
17843
18139
|
.bs-popover-left > .arrow::before,
|
|
17844
18140
|
.bs-popover-auto[x-placement^=left] > .arrow::before {
|
|
17845
18141
|
border-left-color: transparent;
|
|
17846
|
-
border-width:
|
|
18142
|
+
border-width: 5px 0 5px 5px;
|
|
17847
18143
|
right: 0;
|
|
17848
18144
|
}
|
|
17849
18145
|
.bs-popover-left > .arrow::after,
|
|
17850
18146
|
.bs-popover-auto[x-placement^=left] > .arrow::after {
|
|
17851
18147
|
border-left-color: #fff;
|
|
17852
|
-
border-width:
|
|
17853
|
-
right:
|
|
18148
|
+
border-width: 5px 0 5px 5px;
|
|
18149
|
+
right: 1px;
|
|
17854
18150
|
}
|
|
17855
18151
|
|
|
17856
18152
|
.bs-popover-right,
|
|
17857
18153
|
.bs-popover-auto[x-placement^=right] {
|
|
17858
|
-
margin-left:
|
|
18154
|
+
margin-left: 5px;
|
|
17859
18155
|
}
|
|
17860
18156
|
.bs-popover-right > .arrow,
|
|
17861
18157
|
.bs-popover-auto[x-placement^=right] > .arrow {
|
|
17862
|
-
height:
|
|
18158
|
+
height: 10px;
|
|
17863
18159
|
left: calc(
|
|
17864
|
-
-
|
|
18160
|
+
-5px - 1px
|
|
17865
18161
|
);
|
|
17866
18162
|
margin: 0.25rem 0;
|
|
17867
|
-
width:
|
|
18163
|
+
width: 5px;
|
|
17868
18164
|
}
|
|
17869
18165
|
.bs-popover-right > .arrow::before,
|
|
17870
18166
|
.bs-popover-auto[x-placement^=right] > .arrow::before {
|
|
17871
18167
|
border-right-color: transparent;
|
|
17872
|
-
border-width:
|
|
18168
|
+
border-width: 5px 5px 5px 0;
|
|
17873
18169
|
left: 0;
|
|
17874
18170
|
}
|
|
17875
18171
|
.bs-popover-right > .arrow::after,
|
|
17876
18172
|
.bs-popover-auto[x-placement^=right] > .arrow::after {
|
|
17877
18173
|
border-right-color: #fff;
|
|
17878
|
-
border-width:
|
|
17879
|
-
left:
|
|
18174
|
+
border-width: 5px 5px 5px 0;
|
|
18175
|
+
left: 1px;
|
|
17880
18176
|
}
|
|
17881
18177
|
|
|
17882
18178
|
.bs-popover-top,
|
|
17883
18179
|
.bs-popover-auto[x-placement^=top] {
|
|
17884
|
-
margin-bottom:
|
|
18180
|
+
margin-bottom: 5px;
|
|
17885
18181
|
}
|
|
17886
18182
|
.bs-popover-top > .arrow,
|
|
17887
18183
|
.bs-popover-auto[x-placement^=top] > .arrow {
|
|
17888
18184
|
bottom: calc(
|
|
17889
|
-
-
|
|
18185
|
+
-5px - 1px
|
|
17890
18186
|
);
|
|
17891
18187
|
}
|
|
17892
18188
|
.bs-popover-top > .arrow::before,
|
|
17893
18189
|
.bs-popover-auto[x-placement^=top] > .arrow::before {
|
|
17894
18190
|
border-top-color: transparent;
|
|
17895
|
-
border-width:
|
|
18191
|
+
border-width: 5px 5px 0;
|
|
17896
18192
|
bottom: 0;
|
|
17897
18193
|
}
|
|
17898
18194
|
.bs-popover-top > .arrow::after,
|
|
17899
18195
|
.bs-popover-auto[x-placement^=top] > .arrow::after {
|
|
17900
18196
|
border-top-color: #fff;
|
|
17901
|
-
border-width:
|
|
17902
|
-
bottom:
|
|
18197
|
+
border-width: 5px 5px 0;
|
|
18198
|
+
bottom: 1px;
|
|
17903
18199
|
}
|
|
17904
18200
|
|
|
17905
18201
|
.popover-header {
|
|
17906
18202
|
color: #272833;
|
|
17907
18203
|
background-color: #fff;
|
|
17908
|
-
border-bottom:
|
|
18204
|
+
border-bottom: 1px solid #f2f2f2;
|
|
17909
18205
|
border-color: #e7e7ed;
|
|
17910
|
-
border-top-left-radius: calc( 0.25rem -
|
|
17911
|
-
border-top-right-radius: calc( 0.25rem -
|
|
18206
|
+
border-top-left-radius: calc( 0.25rem - 1px );
|
|
18207
|
+
border-top-right-radius: calc( 0.25rem - 1px );
|
|
17912
18208
|
font-size: 0.875rem;
|
|
17913
18209
|
font-weight: 600;
|
|
17914
18210
|
margin-bottom: 0;
|
|
@@ -17921,8 +18217,8 @@ label.custom-control-label {
|
|
|
17921
18217
|
display: none;
|
|
17922
18218
|
}
|
|
17923
18219
|
.popover-body {
|
|
17924
|
-
border-bottom-left-radius: calc( 0.25rem -
|
|
17925
|
-
border-bottom-right-radius: calc( 0.25rem -
|
|
18220
|
+
border-bottom-left-radius: calc( 0.25rem - 1px );
|
|
18221
|
+
border-bottom-right-radius: calc( 0.25rem - 1px );
|
|
17926
18222
|
color: #6b6c7e;
|
|
17927
18223
|
padding: 0.75rem 1rem;
|
|
17928
18224
|
}
|
|
@@ -17932,29 +18228,29 @@ label.custom-control-label {
|
|
|
17932
18228
|
.clay-popover-top,
|
|
17933
18229
|
.clay-popover-top-left,
|
|
17934
18230
|
.clay-popover-top-right {
|
|
17935
|
-
margin-bottom:
|
|
18231
|
+
margin-bottom: 5px;
|
|
17936
18232
|
}
|
|
17937
18233
|
.clay-popover-top .arrow,
|
|
17938
18234
|
.clay-popover-top-left .arrow,
|
|
17939
18235
|
.clay-popover-top-right .arrow {
|
|
17940
18236
|
left: 50%;
|
|
17941
|
-
margin-left: -
|
|
17942
|
-
bottom: calc((
|
|
18237
|
+
margin-left: -5px;
|
|
18238
|
+
bottom: calc((5px + 1px) * -1);
|
|
17943
18239
|
margin: 0;
|
|
17944
18240
|
}
|
|
17945
18241
|
.clay-popover-top .arrow::before,
|
|
17946
18242
|
.clay-popover-top-left .arrow::before,
|
|
17947
18243
|
.clay-popover-top-right .arrow::before {
|
|
17948
18244
|
border-top-color: transparent;
|
|
17949
|
-
border-width:
|
|
18245
|
+
border-width: 5px 5px 0;
|
|
17950
18246
|
bottom: 0;
|
|
17951
18247
|
}
|
|
17952
18248
|
.clay-popover-top .arrow::after,
|
|
17953
18249
|
.clay-popover-top-left .arrow::after,
|
|
17954
18250
|
.clay-popover-top-right .arrow::after {
|
|
17955
18251
|
border-top-color: #fff;
|
|
17956
|
-
border-width:
|
|
17957
|
-
bottom:
|
|
18252
|
+
border-width: 5px 5px 0;
|
|
18253
|
+
bottom: 1px;
|
|
17958
18254
|
}
|
|
17959
18255
|
.clay-popover-top-left .arrow {
|
|
17960
18256
|
left: 0.625rem;
|
|
@@ -17968,30 +18264,30 @@ label.custom-control-label {
|
|
|
17968
18264
|
.clay-popover-right,
|
|
17969
18265
|
.clay-popover-right-bottom,
|
|
17970
18266
|
.clay-popover-right-top {
|
|
17971
|
-
margin-left:
|
|
18267
|
+
margin-left: 5px;
|
|
17972
18268
|
}
|
|
17973
18269
|
.clay-popover-right .arrow,
|
|
17974
18270
|
.clay-popover-right-bottom .arrow,
|
|
17975
18271
|
.clay-popover-right-top .arrow {
|
|
17976
|
-
height:
|
|
17977
|
-
left: calc((
|
|
17978
|
-
margin: -
|
|
18272
|
+
height: 10px;
|
|
18273
|
+
left: calc((5px + 1px) * -1);
|
|
18274
|
+
margin: -2.5px 0 0;
|
|
17979
18275
|
top: 50%;
|
|
17980
|
-
width:
|
|
18276
|
+
width: 5px;
|
|
17981
18277
|
}
|
|
17982
18278
|
.clay-popover-right .arrow::before,
|
|
17983
18279
|
.clay-popover-right-bottom .arrow::before,
|
|
17984
18280
|
.clay-popover-right-top .arrow::before {
|
|
17985
18281
|
border-right-color: transparent;
|
|
17986
|
-
border-width:
|
|
18282
|
+
border-width: 5px 5px 5px 0;
|
|
17987
18283
|
left: 0;
|
|
17988
18284
|
}
|
|
17989
18285
|
.clay-popover-right .arrow::after,
|
|
17990
18286
|
.clay-popover-right-bottom .arrow::after,
|
|
17991
18287
|
.clay-popover-right-top .arrow::after {
|
|
17992
18288
|
border-right-color: #fff;
|
|
17993
|
-
border-width:
|
|
17994
|
-
left:
|
|
18289
|
+
border-width: 5px 5px 5px 0;
|
|
18290
|
+
left: 1px;
|
|
17995
18291
|
}
|
|
17996
18292
|
.clay-popover-right-bottom .arrow {
|
|
17997
18293
|
bottom: 0.625rem;
|
|
@@ -18008,28 +18304,28 @@ label.custom-control-label {
|
|
|
18008
18304
|
.clay-popover-bottom,
|
|
18009
18305
|
.clay-popover-bottom-left,
|
|
18010
18306
|
.clay-popover-bottom-right {
|
|
18011
|
-
margin-top:
|
|
18307
|
+
margin-top: 5px;
|
|
18012
18308
|
}
|
|
18013
18309
|
.clay-popover-bottom .arrow,
|
|
18014
18310
|
.clay-popover-bottom-left .arrow,
|
|
18015
18311
|
.clay-popover-bottom-right .arrow {
|
|
18016
18312
|
left: 50%;
|
|
18017
|
-
margin: 0 0 0 -
|
|
18018
|
-
top: calc((
|
|
18313
|
+
margin: 0 0 0 -5px;
|
|
18314
|
+
top: calc((5px + 1px) * -1);
|
|
18019
18315
|
}
|
|
18020
18316
|
.clay-popover-bottom .arrow::before,
|
|
18021
18317
|
.clay-popover-bottom-left .arrow::before,
|
|
18022
18318
|
.clay-popover-bottom-right .arrow::before {
|
|
18023
18319
|
border-bottom-color: transparent;
|
|
18024
|
-
border-width: 0
|
|
18320
|
+
border-width: 0 5px 5px 5px;
|
|
18025
18321
|
top: 0;
|
|
18026
18322
|
}
|
|
18027
18323
|
.clay-popover-bottom .arrow::after,
|
|
18028
18324
|
.clay-popover-bottom-left .arrow::after,
|
|
18029
18325
|
.clay-popover-bottom-right .arrow::after {
|
|
18030
18326
|
border-bottom-color: #fff;
|
|
18031
|
-
border-width: 0
|
|
18032
|
-
top:
|
|
18327
|
+
border-width: 0 5px 5px 5px;
|
|
18328
|
+
top: 1px;
|
|
18033
18329
|
}
|
|
18034
18330
|
.clay-popover-bottom-left .arrow {
|
|
18035
18331
|
left: 0.625rem;
|
|
@@ -18048,30 +18344,30 @@ label.custom-control-label {
|
|
|
18048
18344
|
.clay-popover-left,
|
|
18049
18345
|
.clay-popover-left-bottom,
|
|
18050
18346
|
.clay-popover-left-top {
|
|
18051
|
-
margin-right:
|
|
18347
|
+
margin-right: 5px;
|
|
18052
18348
|
}
|
|
18053
18349
|
.clay-popover-left .arrow,
|
|
18054
18350
|
.clay-popover-left-bottom .arrow,
|
|
18055
18351
|
.clay-popover-left-top .arrow {
|
|
18056
|
-
height:
|
|
18057
|
-
margin: -
|
|
18058
|
-
right: calc((
|
|
18352
|
+
height: 10px;
|
|
18353
|
+
margin: -2.5px 0 0;
|
|
18354
|
+
right: calc((5px + 1px) * -1);
|
|
18059
18355
|
top: 50%;
|
|
18060
|
-
width:
|
|
18356
|
+
width: 5px;
|
|
18061
18357
|
}
|
|
18062
18358
|
.clay-popover-left .arrow::before,
|
|
18063
18359
|
.clay-popover-left-bottom .arrow::before,
|
|
18064
18360
|
.clay-popover-left-top .arrow::before {
|
|
18065
18361
|
border-left-color: transparent;
|
|
18066
|
-
border-width:
|
|
18362
|
+
border-width: 5px 0 5px 5px;
|
|
18067
18363
|
right: 0;
|
|
18068
18364
|
}
|
|
18069
18365
|
.clay-popover-left .arrow::after,
|
|
18070
18366
|
.clay-popover-left-bottom .arrow::after,
|
|
18071
18367
|
.clay-popover-left-top .arrow::after {
|
|
18072
18368
|
border-left-color: #fff;
|
|
18073
|
-
border-width:
|
|
18074
|
-
right:
|
|
18369
|
+
border-width: 5px 0 5px 5px;
|
|
18370
|
+
right: 1px;
|
|
18075
18371
|
}
|
|
18076
18372
|
.clay-popover-left-bottom .arrow {
|
|
18077
18373
|
bottom: 0.625rem;
|
|
@@ -18113,6 +18409,9 @@ label.custom-control-label {
|
|
|
18113
18409
|
transition: none;
|
|
18114
18410
|
}
|
|
18115
18411
|
}
|
|
18412
|
+
.c-prefers-reduced-motion .progress-bar {
|
|
18413
|
+
transition: none;
|
|
18414
|
+
}
|
|
18116
18415
|
|
|
18117
18416
|
.progress-bar-striped {
|
|
18118
18417
|
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
|
|
@@ -18135,6 +18434,9 @@ label.custom-control-label {
|
|
|
18135
18434
|
animation: none;
|
|
18136
18435
|
}
|
|
18137
18436
|
}
|
|
18437
|
+
.c-prefers-reduced-motion .progress-bar-animated {
|
|
18438
|
+
animation: none;
|
|
18439
|
+
}
|
|
18138
18440
|
|
|
18139
18441
|
.progress-lg,
|
|
18140
18442
|
.progress-lg > .progress {
|
|
@@ -18300,6 +18602,17 @@ label.custom-control-label {
|
|
|
18300
18602
|
}
|
|
18301
18603
|
}
|
|
18302
18604
|
|
|
18605
|
+
.sheet-row {
|
|
18606
|
+
margin-left: -1.5rem;
|
|
18607
|
+
margin-right: -1.5rem;
|
|
18608
|
+
}
|
|
18609
|
+
@media (max-width: 767.98px) {
|
|
18610
|
+
.sheet-row {
|
|
18611
|
+
margin-left: -1rem;
|
|
18612
|
+
margin-right: -1rem;
|
|
18613
|
+
}
|
|
18614
|
+
}
|
|
18615
|
+
|
|
18303
18616
|
.sheet-header {
|
|
18304
18617
|
margin-bottom: 3rem;
|
|
18305
18618
|
}
|
|
@@ -18455,11 +18768,15 @@ a.sheet-subtitle {
|
|
|
18455
18768
|
transition: none;
|
|
18456
18769
|
}
|
|
18457
18770
|
}
|
|
18771
|
+
.c-prefers-reduced-motion a.sheet-subtitle {
|
|
18772
|
+
transition: none;
|
|
18773
|
+
}
|
|
18774
|
+
|
|
18458
18775
|
a.sheet-subtitle:hover, a.sheet-subtitle.hover {
|
|
18459
18776
|
text-decoration: none;
|
|
18460
18777
|
}
|
|
18461
18778
|
a.sheet-subtitle.focus, a.sheet-subtitle:focus {
|
|
18462
|
-
box-shadow: 0 0 0 0.25rem #fff, 0 0 0 0.375rem #
|
|
18779
|
+
box-shadow: 0 0 0 0.25rem #fff, 0 0 0 0.375rem #528eff;
|
|
18463
18780
|
outline: 0;
|
|
18464
18781
|
}
|
|
18465
18782
|
.sheet-tertiary-title {
|
|
@@ -18622,10 +18939,30 @@ a.sheet-subtitle.focus, a.sheet-subtitle:focus {
|
|
|
18622
18939
|
.sidenav-transition .sidenav-menu-slider {
|
|
18623
18940
|
transition: all 0.5s ease;
|
|
18624
18941
|
}
|
|
18942
|
+
@media (prefers-reduced-motion: reduce) {
|
|
18943
|
+
.sidenav-transition .sidenav-content,
|
|
18944
|
+
.sidenav-transition .sidenav-menu,
|
|
18945
|
+
.sidenav-transition .sidenav-menu-slider {
|
|
18946
|
+
transition: none;
|
|
18947
|
+
}
|
|
18948
|
+
}
|
|
18949
|
+
.c-prefers-reduced-motion .sidenav-transition .sidenav-content,
|
|
18950
|
+
.c-prefers-reduced-motion .sidenav-transition .sidenav-menu,
|
|
18951
|
+
.c-prefers-reduced-motion .sidenav-transition .sidenav-menu-slider {
|
|
18952
|
+
transition: none;
|
|
18953
|
+
}
|
|
18625
18954
|
|
|
18626
18955
|
.sidenav-transition {
|
|
18627
18956
|
transition: all 0.5s ease;
|
|
18628
18957
|
}
|
|
18958
|
+
@media (prefers-reduced-motion: reduce) {
|
|
18959
|
+
.sidenav-transition {
|
|
18960
|
+
transition: none;
|
|
18961
|
+
}
|
|
18962
|
+
}
|
|
18963
|
+
.c-prefers-reduced-motion .sidenav-transition {
|
|
18964
|
+
transition: none;
|
|
18965
|
+
}
|
|
18629
18966
|
|
|
18630
18967
|
.sidenav-fixed.sidenav-menu-slider {
|
|
18631
18968
|
bottom: 0;
|
|
@@ -18660,7 +18997,7 @@ a.sheet-subtitle.focus, a.sheet-subtitle:focus {
|
|
|
18660
18997
|
-webkit-overflow-scrolling: touch;
|
|
18661
18998
|
}
|
|
18662
18999
|
.sidebar:focus, .sidebar.focus {
|
|
18663
|
-
box-shadow: inset 0 0 0 0.125rem #
|
|
19000
|
+
box-shadow: inset 0 0 0 0.125rem #528eff, inset 0 0 0 0.25rem #fff;
|
|
18664
19001
|
outline: 0;
|
|
18665
19002
|
}
|
|
18666
19003
|
.sidebar .container-fluid {
|
|
@@ -18790,7 +19127,7 @@ a.sheet-subtitle.focus, a.sheet-subtitle:focus {
|
|
|
18790
19127
|
.sidenav-start .sidebar-light:focus, .sidenav-start .sidebar-light.focus,
|
|
18791
19128
|
.sidenav-left .sidebar-light:focus,
|
|
18792
19129
|
.sidenav-left .sidebar-light.focus {
|
|
18793
|
-
box-shadow: 0.25rem 0 0.5rem -0.25rem rgba(0, 0, 0, 0.1), inset 0 0 0 0.125rem #
|
|
19130
|
+
box-shadow: 0.25rem 0 0.5rem -0.25rem rgba(0, 0, 0, 0.1), inset 0 0 0 0.125rem #528eff, inset 0 0 0 0.25rem #fff;
|
|
18794
19131
|
}
|
|
18795
19132
|
|
|
18796
19133
|
.sidebar-light .sidebar-list-group .list-group-title {
|
|
@@ -18811,7 +19148,7 @@ a.sheet-subtitle.focus, a.sheet-subtitle:focus {
|
|
|
18811
19148
|
color: #272833;
|
|
18812
19149
|
}
|
|
18813
19150
|
.sidebar-light .panel-unstyled .panel-header.panel-header-link.focus, .sidebar-light .panel-unstyled .panel-header.panel-header-link:focus {
|
|
18814
|
-
box-shadow: 0 0 0 0.25rem #fff, 0 0 0 0.375rem #
|
|
19151
|
+
box-shadow: 0 0 0 0.25rem #fff, 0 0 0 0.375rem #528eff;
|
|
18815
19152
|
}
|
|
18816
19153
|
.sidebar-light .component-navigation-bar {
|
|
18817
19154
|
background-color: #fff;
|
|
@@ -18887,11 +19224,15 @@ a.sheet-subtitle.focus, a.sheet-subtitle:focus {
|
|
|
18887
19224
|
transition: none;
|
|
18888
19225
|
}
|
|
18889
19226
|
}
|
|
19227
|
+
.c-prefers-reduced-motion .sidebar-dark .nav-nested .nav-link {
|
|
19228
|
+
transition: none;
|
|
19229
|
+
}
|
|
19230
|
+
|
|
18890
19231
|
.sidebar-dark .nav-nested .nav-link:hover, .sidebar-dark .nav-nested .nav-link.hover {
|
|
18891
19232
|
color: #fff;
|
|
18892
19233
|
}
|
|
18893
19234
|
.sidebar-dark .nav-nested .nav-link.focus, .sidebar-dark .nav-nested .nav-link:focus {
|
|
18894
|
-
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #
|
|
19235
|
+
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #528eff;
|
|
18895
19236
|
outline: 0;
|
|
18896
19237
|
}
|
|
18897
19238
|
.sidebar-dark .nav-nested .nav-link:active {
|
|
@@ -18945,11 +19286,15 @@ a.sheet-subtitle.focus, a.sheet-subtitle:focus {
|
|
|
18945
19286
|
transition: none;
|
|
18946
19287
|
}
|
|
18947
19288
|
}
|
|
19289
|
+
.c-prefers-reduced-motion .sidebar-dark-l2 .nav-nested .nav-link {
|
|
19290
|
+
transition: none;
|
|
19291
|
+
}
|
|
19292
|
+
|
|
18948
19293
|
.sidebar-dark-l2 .nav-nested .nav-link:hover, .sidebar-dark-l2 .nav-nested .nav-link.hover {
|
|
18949
19294
|
color: #fff;
|
|
18950
19295
|
}
|
|
18951
19296
|
.sidebar-dark-l2 .nav-nested .nav-link.focus, .sidebar-dark-l2 .nav-nested .nav-link:focus {
|
|
18952
|
-
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #
|
|
19297
|
+
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #528eff;
|
|
18953
19298
|
outline: 0;
|
|
18954
19299
|
}
|
|
18955
19300
|
.sidebar-dark-l2 .nav-nested .nav-link:active {
|
|
@@ -18977,6 +19322,9 @@ a.sheet-subtitle.focus, a.sheet-subtitle:focus {
|
|
|
18977
19322
|
transition: none;
|
|
18978
19323
|
}
|
|
18979
19324
|
}
|
|
19325
|
+
.c-prefers-reduced-motion .c-slideout-transition-in {
|
|
19326
|
+
transition: none;
|
|
19327
|
+
}
|
|
18980
19328
|
|
|
18981
19329
|
.c-slideout-transition-out {
|
|
18982
19330
|
transition: all 0.2s ease-in;
|
|
@@ -18986,6 +19334,9 @@ a.sheet-subtitle.focus, a.sheet-subtitle:focus {
|
|
|
18986
19334
|
transition: none;
|
|
18987
19335
|
}
|
|
18988
19336
|
}
|
|
19337
|
+
.c-prefers-reduced-motion .c-slideout-transition-out {
|
|
19338
|
+
transition: none;
|
|
19339
|
+
}
|
|
18989
19340
|
|
|
18990
19341
|
.c-slideout-fixed {
|
|
18991
19342
|
position: fixed;
|
|
@@ -19164,11 +19515,15 @@ caption {
|
|
|
19164
19515
|
transition: none;
|
|
19165
19516
|
}
|
|
19166
19517
|
}
|
|
19518
|
+
.c-prefers-reduced-motion .table thead th [href] {
|
|
19519
|
+
transition: none;
|
|
19520
|
+
}
|
|
19521
|
+
|
|
19167
19522
|
.table thead th [href]:hover, .table thead th [href].hover {
|
|
19168
19523
|
color: #272833;
|
|
19169
19524
|
}
|
|
19170
19525
|
.table thead th [href].focus, .table thead th [href]:focus {
|
|
19171
|
-
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #
|
|
19526
|
+
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #528eff;
|
|
19172
19527
|
outline: 0;
|
|
19173
19528
|
}
|
|
19174
19529
|
.table th:first-child,
|
|
@@ -19576,6 +19931,11 @@ caption {
|
|
|
19576
19931
|
transition: none;
|
|
19577
19932
|
}
|
|
19578
19933
|
}
|
|
19934
|
+
.c-prefers-reduced-motion .table-title[href],
|
|
19935
|
+
.c-prefers-reduced-motion .table-title [href] {
|
|
19936
|
+
transition: none;
|
|
19937
|
+
}
|
|
19938
|
+
|
|
19579
19939
|
.table-title[href]:hover, .table-title[href].hover,
|
|
19580
19940
|
.table-title [href]:hover,
|
|
19581
19941
|
.table-title [href].hover {
|
|
@@ -19584,7 +19944,7 @@ caption {
|
|
|
19584
19944
|
.table-title[href].focus, .table-title[href]:focus,
|
|
19585
19945
|
.table-title [href].focus,
|
|
19586
19946
|
.table-title [href]:focus {
|
|
19587
|
-
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #
|
|
19947
|
+
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #528eff;
|
|
19588
19948
|
outline: 0;
|
|
19589
19949
|
}
|
|
19590
19950
|
.table-link {
|
|
@@ -19599,11 +19959,15 @@ caption {
|
|
|
19599
19959
|
transition: none;
|
|
19600
19960
|
}
|
|
19601
19961
|
}
|
|
19962
|
+
.c-prefers-reduced-motion .table-link {
|
|
19963
|
+
transition: none;
|
|
19964
|
+
}
|
|
19965
|
+
|
|
19602
19966
|
.table-link:hover, .table-link.hover {
|
|
19603
19967
|
color: #272833;
|
|
19604
19968
|
}
|
|
19605
19969
|
.table-link.focus, .table-link:focus {
|
|
19606
|
-
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #
|
|
19970
|
+
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #528eff;
|
|
19607
19971
|
outline: 0;
|
|
19608
19972
|
}
|
|
19609
19973
|
.table-action-link {
|
|
@@ -19623,6 +19987,10 @@ caption {
|
|
|
19623
19987
|
transition: none;
|
|
19624
19988
|
}
|
|
19625
19989
|
}
|
|
19990
|
+
.c-prefers-reduced-motion .table-action-link {
|
|
19991
|
+
transition: none;
|
|
19992
|
+
}
|
|
19993
|
+
|
|
19626
19994
|
.table-action-link:hover, .table-action-link.hover {
|
|
19627
19995
|
text-decoration: none;
|
|
19628
19996
|
background-color: rgba(0, 0, 0, 0.02);
|
|
@@ -19631,7 +19999,7 @@ caption {
|
|
|
19631
19999
|
.table-action-link.focus, .table-action-link:focus {
|
|
19632
20000
|
background-color: rgba(0, 0, 0, 0.02);
|
|
19633
20001
|
color: #272833;
|
|
19634
|
-
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #
|
|
20002
|
+
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #528eff;
|
|
19635
20003
|
outline: 0;
|
|
19636
20004
|
}
|
|
19637
20005
|
.table-action-link:active {
|
|
@@ -19919,6 +20287,11 @@ caption {
|
|
|
19919
20287
|
transition: none;
|
|
19920
20288
|
}
|
|
19921
20289
|
}
|
|
20290
|
+
.c-prefers-reduced-motion .table-list-title[href],
|
|
20291
|
+
.c-prefers-reduced-motion .table-list-title [href] {
|
|
20292
|
+
transition: none;
|
|
20293
|
+
}
|
|
20294
|
+
|
|
19922
20295
|
.table-list-title[href]:hover, .table-list-title[href].hover,
|
|
19923
20296
|
.table-list-title [href]:hover,
|
|
19924
20297
|
.table-list-title [href].hover {
|
|
@@ -19927,7 +20300,7 @@ caption {
|
|
|
19927
20300
|
.table-list-title[href].focus, .table-list-title[href]:focus,
|
|
19928
20301
|
.table-list-title [href].focus,
|
|
19929
20302
|
.table-list-title [href]:focus {
|
|
19930
|
-
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #
|
|
20303
|
+
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #528eff;
|
|
19931
20304
|
outline: 0;
|
|
19932
20305
|
}
|
|
19933
20306
|
.table-list-link {
|
|
@@ -19942,11 +20315,15 @@ caption {
|
|
|
19942
20315
|
transition: none;
|
|
19943
20316
|
}
|
|
19944
20317
|
}
|
|
20318
|
+
.c-prefers-reduced-motion .table-list-link {
|
|
20319
|
+
transition: none;
|
|
20320
|
+
}
|
|
20321
|
+
|
|
19945
20322
|
.table-list-link:hover, .table-list-link.hover {
|
|
19946
20323
|
color: #272833;
|
|
19947
20324
|
}
|
|
19948
20325
|
.table-list-link.focus, .table-list-link:focus {
|
|
19949
|
-
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #
|
|
20326
|
+
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #528eff;
|
|
19950
20327
|
outline: 0;
|
|
19951
20328
|
}
|
|
19952
20329
|
.table-list-action-link {
|
|
@@ -19965,6 +20342,10 @@ caption {
|
|
|
19965
20342
|
transition: none;
|
|
19966
20343
|
}
|
|
19967
20344
|
}
|
|
20345
|
+
.c-prefers-reduced-motion .table-list-action-link {
|
|
20346
|
+
transition: none;
|
|
20347
|
+
}
|
|
20348
|
+
|
|
19968
20349
|
.table-list-action-link:hover, .table-list-action-link.hover {
|
|
19969
20350
|
text-decoration: none;
|
|
19970
20351
|
background-color: rgba(0, 0, 0, 0.02);
|
|
@@ -19973,7 +20354,7 @@ caption {
|
|
|
19973
20354
|
.table-list-action-link.focus, .table-list-action-link:focus {
|
|
19974
20355
|
background-color: rgba(0, 0, 0, 0.02);
|
|
19975
20356
|
color: #272833;
|
|
19976
|
-
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #
|
|
20357
|
+
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #528eff;
|
|
19977
20358
|
outline: 0;
|
|
19978
20359
|
}
|
|
19979
20360
|
.table-list-action-link:active {
|
|
@@ -20625,10 +21006,10 @@ caption {
|
|
|
20625
21006
|
width: 2.5rem;
|
|
20626
21007
|
}
|
|
20627
21008
|
.tbar-stacked .tbar-btn-monospaced:focus, .tbar-stacked .tbar-btn-monospaced.focus {
|
|
20628
|
-
box-shadow: inset 0 0 0 0.125rem #
|
|
21009
|
+
box-shadow: inset 0 0 0 0.125rem #528eff, inset 0 0 0 0.25rem #fff;
|
|
20629
21010
|
}
|
|
20630
21011
|
.tbar-stacked .tbar-btn-monospaced:active:focus {
|
|
20631
|
-
box-shadow: inset 0 0 0 0.125rem #
|
|
21012
|
+
box-shadow: inset 0 0 0 0.125rem #528eff, inset 0 0 0 0.25rem #fff;
|
|
20632
21013
|
}
|
|
20633
21014
|
.tbar-stacked .tbar-btn-monospaced .c-inner {
|
|
20634
21015
|
margin-bottom: 0;
|
|
@@ -21084,6 +21465,10 @@ caption {
|
|
|
21084
21465
|
transition: none;
|
|
21085
21466
|
}
|
|
21086
21467
|
}
|
|
21468
|
+
.c-prefers-reduced-motion .toggle-switch-check ~ .toggle-switch-bar::before {
|
|
21469
|
+
transition: none;
|
|
21470
|
+
}
|
|
21471
|
+
|
|
21087
21472
|
.toggle-switch-check ~ .toggle-switch-bar::after {
|
|
21088
21473
|
background-color: #fff;
|
|
21089
21474
|
border-color: #fff;
|
|
@@ -21105,6 +21490,10 @@ caption {
|
|
|
21105
21490
|
transition: none;
|
|
21106
21491
|
}
|
|
21107
21492
|
}
|
|
21493
|
+
.c-prefers-reduced-motion .toggle-switch-check ~ .toggle-switch-bar::after {
|
|
21494
|
+
transition: none;
|
|
21495
|
+
}
|
|
21496
|
+
|
|
21108
21497
|
.toggle-switch-check ~ .toggle-switch-bar .toggle-switch-handle::before {
|
|
21109
21498
|
transition: background-color 100ms ease-in, border-color 100ms ease-in, box-shadow 150ms ease-in-out, color 100ms ease-in, left 100ms ease-in, right 100ms ease-in;
|
|
21110
21499
|
}
|
|
@@ -21113,6 +21502,10 @@ caption {
|
|
|
21113
21502
|
transition: none;
|
|
21114
21503
|
}
|
|
21115
21504
|
}
|
|
21505
|
+
.c-prefers-reduced-motion .toggle-switch-check ~ .toggle-switch-bar .toggle-switch-handle::before {
|
|
21506
|
+
transition: none;
|
|
21507
|
+
}
|
|
21508
|
+
|
|
21116
21509
|
.toggle-switch-check ~ .toggle-switch-bar .toggle-switch-handle::after {
|
|
21117
21510
|
content: '\FEFF' attr(data-label-off);
|
|
21118
21511
|
margin-left: 56px;
|
|
@@ -21124,6 +21517,10 @@ caption {
|
|
|
21124
21517
|
transition: none;
|
|
21125
21518
|
}
|
|
21126
21519
|
}
|
|
21520
|
+
.c-prefers-reduced-motion .toggle-switch-check ~ .toggle-switch-bar .toggle-switch-handle::after {
|
|
21521
|
+
transition: none;
|
|
21522
|
+
}
|
|
21523
|
+
|
|
21127
21524
|
.toggle-switch-check ~ .toggle-switch-bar .toggle-switch-icon {
|
|
21128
21525
|
color: #fff;
|
|
21129
21526
|
left: 4px;
|
|
@@ -21141,6 +21538,10 @@ caption {
|
|
|
21141
21538
|
transition: none;
|
|
21142
21539
|
}
|
|
21143
21540
|
}
|
|
21541
|
+
.c-prefers-reduced-motion .toggle-switch-check ~ .toggle-switch-bar .toggle-switch-icon {
|
|
21542
|
+
transition: none;
|
|
21543
|
+
}
|
|
21544
|
+
|
|
21144
21545
|
.toggle-switch-check ~ .toggle-switch-bar .toggle-switch-icon-on {
|
|
21145
21546
|
left: 4px;
|
|
21146
21547
|
opacity: 0;
|
|
@@ -21155,7 +21556,7 @@ caption {
|
|
|
21155
21556
|
opacity: 0;
|
|
21156
21557
|
}
|
|
21157
21558
|
.toggle-switch-check:focus ~ .toggle-switch-bar::before {
|
|
21158
|
-
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #
|
|
21559
|
+
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #528eff;
|
|
21159
21560
|
}
|
|
21160
21561
|
.toggle-switch-check[disabled] ~ .toggle-switch-bar, .toggle-switch-check:disabled ~ .toggle-switch-bar {
|
|
21161
21562
|
cursor: not-allowed;
|
|
@@ -21603,10 +22004,10 @@ caption {
|
|
|
21603
22004
|
width: 24px;
|
|
21604
22005
|
}
|
|
21605
22006
|
.treeview .btn-monospaced:focus, .treeview .btn-monospaced.focus {
|
|
21606
|
-
box-shadow: inset 0 0 0 0.125rem #
|
|
22007
|
+
box-shadow: inset 0 0 0 0.125rem #528eff, inset 0 0 0 0.25rem #fff;
|
|
21607
22008
|
}
|
|
21608
22009
|
.treeview .btn-monospaced:active:focus {
|
|
21609
|
-
box-shadow: inset 0 0 0 0.125rem #
|
|
22010
|
+
box-shadow: inset 0 0 0 0.125rem #528eff, inset 0 0 0 0.25rem #fff;
|
|
21610
22011
|
}
|
|
21611
22012
|
.treeview .custom-control {
|
|
21612
22013
|
margin-left: 4px;
|
|
@@ -21668,6 +22069,10 @@ caption {
|
|
|
21668
22069
|
transition: none;
|
|
21669
22070
|
}
|
|
21670
22071
|
}
|
|
22072
|
+
.c-prefers-reduced-motion .treeview.show-component-expander-on-hover:hover .component-expander, .c-prefers-reduced-motion .treeview.show-component-expander-on-hover.hover .component-expander {
|
|
22073
|
+
transition: none;
|
|
22074
|
+
}
|
|
22075
|
+
|
|
21671
22076
|
.treeview.show-component-expander-on-hover .treeview-link:focus .component-expander, .treeview.show-component-expander-on-hover .treeview-link.focus .component-expander {
|
|
21672
22077
|
opacity: 1;
|
|
21673
22078
|
transition: none;
|
|
@@ -21681,6 +22086,10 @@ caption {
|
|
|
21681
22086
|
transition: none;
|
|
21682
22087
|
}
|
|
21683
22088
|
}
|
|
22089
|
+
.c-prefers-reduced-motion .treeview.show-component-expander-on-hover .component-expander {
|
|
22090
|
+
transition: none;
|
|
22091
|
+
}
|
|
22092
|
+
|
|
21684
22093
|
.treeview .quick-action-item {
|
|
21685
22094
|
margin: 0 2px;
|
|
21686
22095
|
min-height: 0;
|
|
@@ -21711,6 +22120,25 @@ caption {
|
|
|
21711
22120
|
overflow-wrap: break-word;
|
|
21712
22121
|
word-wrap: break-word;
|
|
21713
22122
|
}
|
|
22123
|
+
.treeview-dropping-indicator-top {
|
|
22124
|
+
background-color: transparent;
|
|
22125
|
+
display: block;
|
|
22126
|
+
height: 2px;
|
|
22127
|
+
margin-top: -2px;
|
|
22128
|
+
outline: none;
|
|
22129
|
+
width: 100%;
|
|
22130
|
+
}
|
|
22131
|
+
.treeview-dropping-indicator-bottom {
|
|
22132
|
+
background-color: transparent;
|
|
22133
|
+
display: block;
|
|
22134
|
+
height: 2px;
|
|
22135
|
+
margin-bottom: -2px;
|
|
22136
|
+
outline: none;
|
|
22137
|
+
width: 100%;
|
|
22138
|
+
}
|
|
22139
|
+
.treeview-dropping-indicator-over {
|
|
22140
|
+
background-color: #528eff;
|
|
22141
|
+
}
|
|
21714
22142
|
.treeview-link {
|
|
21715
22143
|
background-color: transparent;
|
|
21716
22144
|
cursor: pointer;
|
|
@@ -21733,21 +22161,15 @@ caption {
|
|
|
21733
22161
|
text-decoration: none;
|
|
21734
22162
|
}
|
|
21735
22163
|
.treeview-link.focus, .treeview-link:focus {
|
|
21736
|
-
box-shadow: inset 0 0 0 0.125rem #
|
|
22164
|
+
box-shadow: inset 0 0 0 0.125rem #528eff, inset 0 0 0 0.25rem #fff;
|
|
21737
22165
|
outline: 0;
|
|
21738
22166
|
}
|
|
21739
22167
|
.treeview-link:disabled, .treeview-link.disabled {
|
|
21740
22168
|
cursor: not-allowed;
|
|
21741
22169
|
}
|
|
21742
|
-
.treeview-link.treeview-dropping-bottom {
|
|
21743
|
-
box-shadow: 0 2px 0 0 #80acff;
|
|
21744
|
-
}
|
|
21745
22170
|
.treeview-link.treeview-dropping-middle {
|
|
21746
22171
|
background-color: #f0f5ff;
|
|
21747
|
-
border-color: #
|
|
21748
|
-
}
|
|
21749
|
-
.treeview-link.treeview-dropping-top {
|
|
21750
|
-
box-shadow: 0 -2px 0 0 #80acff;
|
|
22172
|
+
border-color: #528eff;
|
|
21751
22173
|
}
|
|
21752
22174
|
.treeview-link.show .component-expander .component-expanded-d-none, .treeview-link[aria-expanded=true] .component-expander .component-expanded-d-none {
|
|
21753
22175
|
display: none;
|
|
@@ -21770,7 +22192,7 @@ caption {
|
|
|
21770
22192
|
}
|
|
21771
22193
|
.treeview-dragging {
|
|
21772
22194
|
background-color: #fff;
|
|
21773
|
-
border-color: #
|
|
22195
|
+
border-color: #528eff;
|
|
21774
22196
|
border-radius: 0.1875rem;
|
|
21775
22197
|
border-style: solid;
|
|
21776
22198
|
border-width: 1px;
|
|
@@ -21887,6 +22309,10 @@ caption {
|
|
|
21887
22309
|
transition: none;
|
|
21888
22310
|
}
|
|
21889
22311
|
}
|
|
22312
|
+
.c-prefers-reduced-motion .close {
|
|
22313
|
+
transition: none;
|
|
22314
|
+
}
|
|
22315
|
+
|
|
21890
22316
|
.close:hover {
|
|
21891
22317
|
color: #272833;
|
|
21892
22318
|
opacity: 1;
|
|
@@ -21894,7 +22320,7 @@ caption {
|
|
|
21894
22320
|
outline: 0;
|
|
21895
22321
|
}
|
|
21896
22322
|
.close:focus {
|
|
21897
|
-
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #
|
|
22323
|
+
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #528eff;
|
|
21898
22324
|
outline: 0;
|
|
21899
22325
|
opacity: 0.75;
|
|
21900
22326
|
}
|
|
@@ -21910,7 +22336,7 @@ caption {
|
|
|
21910
22336
|
}
|
|
21911
22337
|
|
|
21912
22338
|
.c-focus-inset:focus:not(:disabled):not(.disabled):not([disabled]), .c-focus-inset.focus:not(:disabled):not(.disabled):not([disabled]) {
|
|
21913
|
-
box-shadow: inset 0 0 0 0.125rem #
|
|
22339
|
+
box-shadow: inset 0 0 0 0.125rem #528eff, inset 0 0 0 0.25rem #fff;
|
|
21914
22340
|
border-color: #80acff;
|
|
21915
22341
|
outline: 0;
|
|
21916
22342
|
}
|
|
@@ -22144,7 +22570,7 @@ ul.autofit-row {
|
|
|
22144
22570
|
outline: 0;
|
|
22145
22571
|
}
|
|
22146
22572
|
.inline-scroller:focus-visible {
|
|
22147
|
-
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #
|
|
22573
|
+
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #528eff;
|
|
22148
22574
|
}
|
|
22149
22575
|
|
|
22150
22576
|
.inline-item {
|
|
@@ -32280,6 +32706,11 @@ a.text-dark:hover, a.text-dark:focus {
|
|
|
32280
32706
|
visibility: hidden !important;
|
|
32281
32707
|
}
|
|
32282
32708
|
|
|
32709
|
+
.c-prefers-reduced-motion {
|
|
32710
|
+
scroll-behavior: auto;
|
|
32711
|
+
transition: none;
|
|
32712
|
+
}
|
|
32713
|
+
|
|
32283
32714
|
@keyframes loading-animation-circle {
|
|
32284
32715
|
100% {
|
|
32285
32716
|
transform: rotate(360deg);
|
|
@@ -32309,6 +32740,10 @@ a.text-dark:hover, a.text-dark:focus {
|
|
|
32309
32740
|
top: 50%;
|
|
32310
32741
|
width: 0.25em;
|
|
32311
32742
|
}
|
|
32743
|
+
.c-prefers-reduced-motion .loading-animation::before {
|
|
32744
|
+
animation: none;
|
|
32745
|
+
}
|
|
32746
|
+
|
|
32312
32747
|
.loading-animation::after {
|
|
32313
32748
|
animation: loading-animation-circle 1s linear infinite;
|
|
32314
32749
|
background-color: currentColor;
|
|
@@ -32322,6 +32757,9 @@ a.text-dark:hover, a.text-dark:focus {
|
|
|
32322
32757
|
padding: 0.25em;
|
|
32323
32758
|
width: 1em;
|
|
32324
32759
|
}
|
|
32760
|
+
.c-prefers-reduced-motion .loading-animation::after {
|
|
32761
|
+
animation: none;
|
|
32762
|
+
}
|
|
32325
32763
|
|
|
32326
32764
|
@keyframes loading-animation-squares-box-1 {
|
|
32327
32765
|
0% {
|
|
@@ -32400,6 +32838,10 @@ a.text-dark:hover, a.text-dark:focus {
|
|
|
32400
32838
|
transform: scale(1);
|
|
32401
32839
|
width: 1em;
|
|
32402
32840
|
}
|
|
32841
|
+
.c-prefers-reduced-motion .loading-animation-squares::before {
|
|
32842
|
+
animation: none;
|
|
32843
|
+
}
|
|
32844
|
+
|
|
32403
32845
|
.loading-animation-squares::after {
|
|
32404
32846
|
animation: loading-animation-squares-box-2 2.4s ease-in-out infinite;
|
|
32405
32847
|
background-color: currentColor;
|
|
@@ -32415,6 +32857,9 @@ a.text-dark:hover, a.text-dark:focus {
|
|
|
32415
32857
|
transform: scale(2);
|
|
32416
32858
|
width: 1em;
|
|
32417
32859
|
}
|
|
32860
|
+
.c-prefers-reduced-motion .loading-animation-squares::after {
|
|
32861
|
+
animation: none;
|
|
32862
|
+
}
|
|
32418
32863
|
|
|
32419
32864
|
.loading-animation-xs {
|
|
32420
32865
|
font-size: 0.625rem;
|