@clayui/css 3.95.2 → 3.98.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/css/atlas.css +405 -94
- package/lib/css/atlas.css.map +1 -1
- package/lib/css/base.css +210 -82
- package/lib/css/base.css.map +1 -1
- package/lib/css/cadmin.css +375 -178
- package/lib/css/cadmin.css.map +1 -1
- package/lib/images/icons/accessibility.svg +9 -0
- package/lib/images/icons/icons.svg +1 -1
- package/lib/images/icons/stars.svg +9 -0
- package/package.json +2 -2
- package/src/images/icons/accessibility.svg +9 -0
- package/src/images/icons/stars.svg +9 -0
- package/src/scss/_license-text.scss +1 -1
- package/src/scss/atlas/variables/_forms.scss +38 -0
- package/src/scss/atlas/variables/_menubar.scss +87 -9
- package/src/scss/atlas/variables/_pagination.scss +56 -4
- package/src/scss/atlas/variables/_tables.scss +4 -4
- package/src/scss/cadmin/components/_date-picker.scss +4 -0
- package/src/scss/cadmin/components/_forms.scss +1 -25
- package/src/scss/cadmin/components/_grid.scss +0 -12
- package/src/scss/cadmin/components/_multi-step-nav.scss +1 -11
- package/src/scss/cadmin/components/_navbar.scss +1 -6
- package/src/scss/cadmin/components/_progress-bars.scss +6 -0
- package/src/scss/cadmin/components/_type.scss +0 -21
- package/src/scss/cadmin/components/_utilities-functional-important.scss +30 -10
- package/src/scss/cadmin/variables/_buttons.scss +12 -2
- package/src/scss/cadmin/variables/_forms.scss +31 -0
- package/src/scss/cadmin/variables/_menubar.scss +100 -45
- package/src/scss/cadmin/variables/_multi-step-nav.scss +18 -0
- package/src/scss/cadmin/variables/_navbar.scss +13 -0
- package/src/scss/cadmin/variables/_pagination.scss +48 -4
- package/src/scss/cadmin/variables/_tables.scss +4 -4
- package/src/scss/cadmin/variables/_utilities.scss +111 -36
- package/src/scss/components/_date-picker.scss +4 -0
- package/src/scss/components/_forms.scss +1 -25
- package/src/scss/components/_grid.scss +0 -10
- package/src/scss/components/_multi-step-nav.scss +9 -20
- package/src/scss/components/_navbar.scss +1 -6
- package/src/scss/components/_type.scss +0 -21
- package/src/scss/components/_utilities-functional-important.scss +27 -8
- package/src/scss/functions/_lx-icons-generated.scss +4 -0
- package/src/scss/mixins/_dropdown-menu.scss +37 -1
- package/src/scss/mixins/_globals.scss +46 -17
- package/src/scss/mixins/_input-groups.scss +8 -0
- package/src/scss/mixins/_links.scss +44 -0
- package/src/scss/mixins/_transition.scss +2 -7
- package/src/scss/mixins/_type.scss +7 -3
- package/src/scss/variables/_buttons.scss +2 -0
- package/src/scss/variables/_dropdowns.scss +54 -0
- package/src/scss/variables/_forms.scss +48 -3
- package/src/scss/variables/_icons.scss +1 -1
- package/src/scss/variables/_menubar.scss +8 -10
- package/src/scss/variables/_multi-step-nav.scss +43 -1
- package/src/scss/variables/_navbar.scss +14 -0
- package/src/scss/variables/_utilities.scss +111 -36
package/lib/css/cadmin.css
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
@charset "UTF-8";
|
|
2
2
|
/**
|
|
3
|
-
* Clay 3.
|
|
3
|
+
* Clay 3.98.0
|
|
4
4
|
*
|
|
5
5
|
* SPDX-FileCopyrightText: © 2020 Liferay, Inc. <https://liferay.com>
|
|
6
6
|
* SPDX-FileCopyrightText: © 2020 Contributors to the project Clay <https://github.com/liferay/clay/graphs/contributors>
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
* SPDX-License-Identifier: LicenseRef-MIT-Bootstrap
|
|
17
17
|
*/
|
|
18
18
|
/**
|
|
19
|
-
* Clay 3.
|
|
19
|
+
* Clay 3.98.0
|
|
20
20
|
*
|
|
21
21
|
* SPDX-FileCopyrightText: © 2020 Liferay, Inc. <https://liferay.com>
|
|
22
22
|
* SPDX-FileCopyrightText: © 2020 Contributors to the project Clay <https://github.com/liferay/clay/graphs/contributors>
|
|
@@ -628,22 +628,6 @@ html:not(#__):not(#___) .cadmin .c-kbd-dark {
|
|
|
628
628
|
border-color: #393a4a;
|
|
629
629
|
color: #fff;
|
|
630
630
|
}
|
|
631
|
-
html:not(#__):not(#___) .cadmin .text-truncate {
|
|
632
|
-
display: block;
|
|
633
|
-
}
|
|
634
|
-
html:not(#__):not(#___) .cadmin .text-truncate-inline {
|
|
635
|
-
display: inline-flex;
|
|
636
|
-
max-width: 100%;
|
|
637
|
-
}
|
|
638
|
-
html:not(#__):not(#___) .cadmin .text-truncate-inline .text-truncate {
|
|
639
|
-
display: inline-block;
|
|
640
|
-
max-width: 100%;
|
|
641
|
-
overflow: hidden;
|
|
642
|
-
text-overflow: ellipsis;
|
|
643
|
-
vertical-align: bottom;
|
|
644
|
-
white-space: nowrap;
|
|
645
|
-
word-wrap: normal;
|
|
646
|
-
}
|
|
647
631
|
html:not(#__):not(#___) .cadmin code {
|
|
648
632
|
color: #e83e8c;
|
|
649
633
|
font-size: 87.5%;
|
|
@@ -900,6 +884,7 @@ html:not(#__):not(#___) .cadmin .btn {
|
|
|
900
884
|
display: inline-block;
|
|
901
885
|
font-size: 16px;
|
|
902
886
|
font-weight: 600;
|
|
887
|
+
letter-spacing: inherit;
|
|
903
888
|
line-height: 1.5;
|
|
904
889
|
padding-bottom: 7px;
|
|
905
890
|
padding-left: 15px;
|
|
@@ -919,7 +904,7 @@ html:not(#__):not(#___) .cadmin .btn {
|
|
|
919
904
|
transition: none;
|
|
920
905
|
}
|
|
921
906
|
}
|
|
922
|
-
html:not(#__):not(#___) .
|
|
907
|
+
html:not(#__):not(#___) .c-prefers-reduced-motion .cadmin .btn {
|
|
923
908
|
transition: none;
|
|
924
909
|
}
|
|
925
910
|
|
|
@@ -956,8 +941,10 @@ html:not(#__):not(#___) .cadmin .btn .c-inner {
|
|
|
956
941
|
margin-right: -15px;
|
|
957
942
|
margin-top: -7px;
|
|
958
943
|
}
|
|
959
|
-
html:not(#__):not(#___) .cadmin .btn .
|
|
944
|
+
html:not(#__):not(#___) .cadmin .btn .lexicon-icon {
|
|
960
945
|
font-size: 16px;
|
|
946
|
+
}
|
|
947
|
+
html:not(#__):not(#___) .cadmin .btn .inline-item {
|
|
961
948
|
line-height: 1;
|
|
962
949
|
margin-top: -3px;
|
|
963
950
|
}
|
|
@@ -1023,8 +1010,8 @@ html:not(#__):not(#___) .cadmin .btn-group-lg .btn-group > .btn .c-inner, html:n
|
|
|
1023
1010
|
margin-right: -24px;
|
|
1024
1011
|
margin-top: -9.5px;
|
|
1025
1012
|
}
|
|
1026
|
-
html:not(#__):not(#___) .cadmin .btn-group-lg > .btn .
|
|
1027
|
-
html:not(#__):not(#___) .cadmin .btn-group-lg .btn-group > .btn .
|
|
1013
|
+
html:not(#__):not(#___) .cadmin .btn-group-lg > .btn .lexicon-icon,
|
|
1014
|
+
html:not(#__):not(#___) .cadmin .btn-group-lg .btn-group > .btn .lexicon-icon, html:not(#__):not(#___) .cadmin .btn-lg .lexicon-icon {
|
|
1028
1015
|
font-size: 18px;
|
|
1029
1016
|
}
|
|
1030
1017
|
html:not(#__):not(#___) .cadmin .btn-group-lg > .btn .btn-section,
|
|
@@ -1086,6 +1073,9 @@ html:not(#__):not(#___) .cadmin .btn-monospaced.btn-xs {
|
|
|
1086
1073
|
height: 1.5rem;
|
|
1087
1074
|
width: 1.4rem;
|
|
1088
1075
|
}
|
|
1076
|
+
html:not(#__):not(#___) .cadmin .btn-monospaced.btn-xs .lexicon-icon {
|
|
1077
|
+
font-size: inherit;
|
|
1078
|
+
}
|
|
1089
1079
|
html:not(#__):not(#___) .cadmin .btn-monospaced {
|
|
1090
1080
|
align-items: center;
|
|
1091
1081
|
display: inline-flex;
|
|
@@ -1774,7 +1764,7 @@ html:not(#__):not(#___) .cadmin .fade, html:not(#__):not(#___) .cadmin.fade {
|
|
|
1774
1764
|
transition: none;
|
|
1775
1765
|
}
|
|
1776
1766
|
}
|
|
1777
|
-
html:not(#__):not(#___) .
|
|
1767
|
+
html:not(#__):not(#___) .c-prefers-reduced-motion .cadmin .fade, html:not(#__):not(#___) .c-prefers-reduced-motion .cadmin.fade {
|
|
1778
1768
|
transition: none;
|
|
1779
1769
|
}
|
|
1780
1770
|
|
|
@@ -1795,7 +1785,7 @@ html:not(#__):not(#___) .cadmin .collapsing, html:not(#__):not(#___) .cadmin.col
|
|
|
1795
1785
|
transition: none;
|
|
1796
1786
|
}
|
|
1797
1787
|
}
|
|
1798
|
-
html:not(#__):not(#___) .
|
|
1788
|
+
html:not(#__):not(#___) .c-prefers-reduced-motion .cadmin .collapsing, html:not(#__):not(#___) .c-prefers-reduced-motion .cadmin.collapsing {
|
|
1799
1789
|
transition: none;
|
|
1800
1790
|
}
|
|
1801
1791
|
|
|
@@ -3043,11 +3033,6 @@ html:not(#__):not(#___) .cadmin .container-form-lg, html:not(#__):not(#___) .cad
|
|
|
3043
3033
|
padding-top: 16px;
|
|
3044
3034
|
}
|
|
3045
3035
|
}
|
|
3046
|
-
@media (max-width: 991.98px) {
|
|
3047
|
-
html:not(#__):not(#___) .cadmin .container-form-lg .menubar-vertical-expand-lg, html:not(#__):not(#___) .cadmin.container-form-lg .menubar-vertical-expand-lg {
|
|
3048
|
-
margin-top: -16px;
|
|
3049
|
-
}
|
|
3050
|
-
}
|
|
3051
3036
|
html:not(#__):not(#___) .cadmin .container-view, html:not(#__):not(#___) .cadmin.container-view {
|
|
3052
3037
|
padding-bottom: 24px;
|
|
3053
3038
|
padding-top: 24px;
|
|
@@ -3759,7 +3744,7 @@ html:not(#__):not(#___) .cadmin .badge {
|
|
|
3759
3744
|
transition: none;
|
|
3760
3745
|
}
|
|
3761
3746
|
}
|
|
3762
|
-
html:not(#__):not(#___) .
|
|
3747
|
+
html:not(#__):not(#___) .c-prefers-reduced-motion .cadmin .badge {
|
|
3763
3748
|
transition: none;
|
|
3764
3749
|
}
|
|
3765
3750
|
|
|
@@ -3973,7 +3958,7 @@ html:not(#__):not(#___) .cadmin .breadcrumb-link {
|
|
|
3973
3958
|
transition: none;
|
|
3974
3959
|
}
|
|
3975
3960
|
}
|
|
3976
|
-
html:not(#__):not(#___) .
|
|
3961
|
+
html:not(#__):not(#___) .c-prefers-reduced-motion .cadmin .breadcrumb-link {
|
|
3977
3962
|
transition: none;
|
|
3978
3963
|
}
|
|
3979
3964
|
|
|
@@ -4240,7 +4225,7 @@ html:not(#__):not(#___) .cadmin .label {
|
|
|
4240
4225
|
transition: none;
|
|
4241
4226
|
}
|
|
4242
4227
|
}
|
|
4243
|
-
html:not(#__):not(#___) .
|
|
4228
|
+
html:not(#__):not(#___) .c-prefers-reduced-motion .cadmin .label {
|
|
4244
4229
|
transition: none;
|
|
4245
4230
|
}
|
|
4246
4231
|
|
|
@@ -5487,7 +5472,7 @@ html:not(#__):not(#___) .cadmin .card-interactive {
|
|
|
5487
5472
|
transition: none;
|
|
5488
5473
|
}
|
|
5489
5474
|
}
|
|
5490
|
-
html:not(#__):not(#___) .
|
|
5475
|
+
html:not(#__):not(#___) .c-prefers-reduced-motion .cadmin .card-interactive {
|
|
5491
5476
|
transition: none;
|
|
5492
5477
|
}
|
|
5493
5478
|
|
|
@@ -5516,7 +5501,7 @@ html:not(#__):not(#___) .cadmin .card-interactive::after {
|
|
|
5516
5501
|
transition: none;
|
|
5517
5502
|
}
|
|
5518
5503
|
}
|
|
5519
|
-
html:not(#__):not(#___) .
|
|
5504
|
+
html:not(#__):not(#___) .c-prefers-reduced-motion .cadmin .card-interactive::after {
|
|
5520
5505
|
transition: none;
|
|
5521
5506
|
}
|
|
5522
5507
|
|
|
@@ -6436,6 +6421,7 @@ html:not(#__):not(#___) .cadmin .form-control {
|
|
|
6436
6421
|
font-size: 16px;
|
|
6437
6422
|
font-weight: 400;
|
|
6438
6423
|
height: 40px;
|
|
6424
|
+
letter-spacing: inherit;
|
|
6439
6425
|
line-height: 1.5;
|
|
6440
6426
|
min-width: 0;
|
|
6441
6427
|
padding-bottom: 7px;
|
|
@@ -6450,7 +6436,7 @@ html:not(#__):not(#___) .cadmin .form-control {
|
|
|
6450
6436
|
transition: none;
|
|
6451
6437
|
}
|
|
6452
6438
|
}
|
|
6453
|
-
html:not(#__):not(#___) .
|
|
6439
|
+
html:not(#__):not(#___) .c-prefers-reduced-motion .cadmin .form-control {
|
|
6454
6440
|
transition: none;
|
|
6455
6441
|
}
|
|
6456
6442
|
|
|
@@ -6527,16 +6513,17 @@ html:not(#__):not(#___) .cadmin fieldset[disabled] .form-control {
|
|
|
6527
6513
|
html:not(#__):not(#___) .cadmin .form-control-plaintext {
|
|
6528
6514
|
background-clip: border-box;
|
|
6529
6515
|
background-color: transparent;
|
|
6530
|
-
border-color: transparent;
|
|
6531
|
-
border-style: solid;
|
|
6532
6516
|
border-bottom-width: 1px;
|
|
6517
|
+
border-color: transparent;
|
|
6533
6518
|
border-left-width: 1px;
|
|
6534
6519
|
border-right-width: 1px;
|
|
6520
|
+
border-style: solid;
|
|
6535
6521
|
border-top-width: 1px;
|
|
6536
6522
|
color: #272833;
|
|
6537
6523
|
display: block;
|
|
6538
6524
|
font-size: 16px;
|
|
6539
6525
|
height: 40px;
|
|
6526
|
+
letter-spacing: inherit;
|
|
6540
6527
|
line-height: 1.5;
|
|
6541
6528
|
margin-bottom: 0;
|
|
6542
6529
|
min-width: 0;
|
|
@@ -6832,7 +6819,7 @@ html:not(#__):not(#___) .cadmin .form-control[type=range]::-webkit-slider-thumb
|
|
|
6832
6819
|
transition: none;
|
|
6833
6820
|
}
|
|
6834
6821
|
}
|
|
6835
|
-
html:not(#__):not(#___) .
|
|
6822
|
+
html:not(#__):not(#___) .c-prefers-reduced-motion .cadmin .form-control[type=range]::-webkit-slider-thumb {
|
|
6836
6823
|
transition: none;
|
|
6837
6824
|
}
|
|
6838
6825
|
|
|
@@ -6911,7 +6898,7 @@ html:not(#__):not(#___) .cadmin .form-control-plaintext[readonly] {
|
|
|
6911
6898
|
transition: none;
|
|
6912
6899
|
}
|
|
6913
6900
|
}
|
|
6914
|
-
html:not(#__):not(#___) .
|
|
6901
|
+
html:not(#__):not(#___) .c-prefers-reduced-motion .cadmin .form-control-plaintext[readonly] {
|
|
6915
6902
|
transition: none;
|
|
6916
6903
|
}
|
|
6917
6904
|
|
|
@@ -7111,7 +7098,7 @@ html:not(#__):not(#___) .cadmin .c-link {
|
|
|
7111
7098
|
transition: none;
|
|
7112
7099
|
}
|
|
7113
7100
|
}
|
|
7114
|
-
html:not(#__):not(#___) .
|
|
7101
|
+
html:not(#__):not(#___) .c-prefers-reduced-motion .cadmin .c-link {
|
|
7115
7102
|
transition: none;
|
|
7116
7103
|
}
|
|
7117
7104
|
|
|
@@ -7148,7 +7135,7 @@ html:not(#__):not(#___) .cadmin .component-link {
|
|
|
7148
7135
|
transition: none;
|
|
7149
7136
|
}
|
|
7150
7137
|
}
|
|
7151
|
-
html:not(#__):not(#___) .
|
|
7138
|
+
html:not(#__):not(#___) .c-prefers-reduced-motion .cadmin .component-link {
|
|
7152
7139
|
transition: none;
|
|
7153
7140
|
}
|
|
7154
7141
|
|
|
@@ -7173,7 +7160,7 @@ html:not(#__):not(#___) .cadmin .link-primary {
|
|
|
7173
7160
|
transition: none;
|
|
7174
7161
|
}
|
|
7175
7162
|
}
|
|
7176
|
-
html:not(#__):not(#___) .
|
|
7163
|
+
html:not(#__):not(#___) .c-prefers-reduced-motion .cadmin .link-primary {
|
|
7177
7164
|
transition: none;
|
|
7178
7165
|
}
|
|
7179
7166
|
|
|
@@ -7195,7 +7182,7 @@ html:not(#__):not(#___) .cadmin .link-secondary {
|
|
|
7195
7182
|
transition: none;
|
|
7196
7183
|
}
|
|
7197
7184
|
}
|
|
7198
|
-
html:not(#__):not(#___) .
|
|
7185
|
+
html:not(#__):not(#___) .c-prefers-reduced-motion .cadmin .link-secondary {
|
|
7199
7186
|
transition: none;
|
|
7200
7187
|
}
|
|
7201
7188
|
|
|
@@ -7234,7 +7221,7 @@ html:not(#__):not(#___) .cadmin .link-outline {
|
|
|
7234
7221
|
transition: none;
|
|
7235
7222
|
}
|
|
7236
7223
|
}
|
|
7237
|
-
html:not(#__):not(#___) .
|
|
7224
|
+
html:not(#__):not(#___) .c-prefers-reduced-motion .cadmin .link-outline {
|
|
7238
7225
|
transition: none;
|
|
7239
7226
|
}
|
|
7240
7227
|
|
|
@@ -7365,7 +7352,7 @@ html:not(#__):not(#___) .cadmin .component-title [href] {
|
|
|
7365
7352
|
transition: none;
|
|
7366
7353
|
}
|
|
7367
7354
|
}
|
|
7368
|
-
html:not(#__):not(#___) .
|
|
7355
|
+
html:not(#__):not(#___) .c-prefers-reduced-motion .cadmin .component-title[href], html:not(#__):not(#___) .c-prefers-reduced-motion .cadmin .component-title [href] {
|
|
7369
7356
|
transition: none;
|
|
7370
7357
|
}
|
|
7371
7358
|
|
|
@@ -7399,7 +7386,7 @@ html:not(#__):not(#___) .cadmin .component-subtitle [href] {
|
|
|
7399
7386
|
transition: none;
|
|
7400
7387
|
}
|
|
7401
7388
|
}
|
|
7402
|
-
html:not(#__):not(#___) .
|
|
7389
|
+
html:not(#__):not(#___) .c-prefers-reduced-motion .cadmin .component-subtitle[href], html:not(#__):not(#___) .c-prefers-reduced-motion .cadmin .component-subtitle [href] {
|
|
7403
7390
|
transition: none;
|
|
7404
7391
|
}
|
|
7405
7392
|
|
|
@@ -7437,7 +7424,7 @@ html:not(#__):not(#___) .cadmin .component-action {
|
|
|
7437
7424
|
transition: none;
|
|
7438
7425
|
}
|
|
7439
7426
|
}
|
|
7440
|
-
html:not(#__):not(#___) .
|
|
7427
|
+
html:not(#__):not(#___) .c-prefers-reduced-motion .cadmin .component-action {
|
|
7441
7428
|
transition: none;
|
|
7442
7429
|
}
|
|
7443
7430
|
|
|
@@ -7542,7 +7529,7 @@ html:not(#__):not(#___) .cadmin .clay-range-input .tooltip {
|
|
|
7542
7529
|
transition: none;
|
|
7543
7530
|
}
|
|
7544
7531
|
}
|
|
7545
|
-
html:not(#__):not(#___) .
|
|
7532
|
+
html:not(#__):not(#___) .c-prefers-reduced-motion .cadmin .clay-range-input .tooltip {
|
|
7546
7533
|
transition: none;
|
|
7547
7534
|
}
|
|
7548
7535
|
|
|
@@ -7886,7 +7873,7 @@ html:not(#__):not(#___) .cadmin .clay-color-pointer {
|
|
|
7886
7873
|
transition: none;
|
|
7887
7874
|
}
|
|
7888
7875
|
}
|
|
7889
|
-
html:not(#__):not(#___) .
|
|
7876
|
+
html:not(#__):not(#___) .c-prefers-reduced-motion .cadmin .clay-color-pointer {
|
|
7890
7877
|
transition: none;
|
|
7891
7878
|
}
|
|
7892
7879
|
|
|
@@ -8079,7 +8066,7 @@ html:not(#__):not(#___) .cadmin .custom-control-label::before {
|
|
|
8079
8066
|
transition: none;
|
|
8080
8067
|
}
|
|
8081
8068
|
}
|
|
8082
|
-
html:not(#__):not(#___) .
|
|
8069
|
+
html:not(#__):not(#___) .c-prefers-reduced-motion .cadmin .custom-control-label::before {
|
|
8083
8070
|
transition: none;
|
|
8084
8071
|
}
|
|
8085
8072
|
|
|
@@ -8130,7 +8117,7 @@ html:not(#__):not(#___) .cadmin .custom-control-label::before {
|
|
|
8130
8117
|
transition: none;
|
|
8131
8118
|
}
|
|
8132
8119
|
}
|
|
8133
|
-
html:not(#__):not(#___) .
|
|
8120
|
+
html:not(#__):not(#___) .c-prefers-reduced-motion .cadmin .custom-control-label::before {
|
|
8134
8121
|
transition: none;
|
|
8135
8122
|
}
|
|
8136
8123
|
|
|
@@ -8424,7 +8411,7 @@ html:not(#__):not(#___) .cadmin .date-picker-nav .nav-btn {
|
|
|
8424
8411
|
transition: none;
|
|
8425
8412
|
}
|
|
8426
8413
|
}
|
|
8427
|
-
html:not(#__):not(#___) .
|
|
8414
|
+
html:not(#__):not(#___) .c-prefers-reduced-motion .cadmin .date-picker-nav .nav-btn {
|
|
8428
8415
|
transition: none;
|
|
8429
8416
|
}
|
|
8430
8417
|
|
|
@@ -8481,6 +8468,29 @@ html:not(#__):not(#___) .cadmin .date-picker-nav select.form-control:disabled, h
|
|
|
8481
8468
|
background-color: transparent;
|
|
8482
8469
|
color: #a7a9bc;
|
|
8483
8470
|
}
|
|
8471
|
+
html:not(#__):not(#___) .cadmin .date-picker-nav .form-control-select {
|
|
8472
|
+
background-color: transparent;
|
|
8473
|
+
border-color: transparent;
|
|
8474
|
+
color: #6b6c7e;
|
|
8475
|
+
font-size: 14px;
|
|
8476
|
+
font-weight: 600;
|
|
8477
|
+
height: 32px;
|
|
8478
|
+
padding-bottom: 0;
|
|
8479
|
+
padding-left: 8px;
|
|
8480
|
+
padding-top: 0;
|
|
8481
|
+
}
|
|
8482
|
+
html:not(#__):not(#___) .cadmin .date-picker-nav .form-control-select:hover, html:not(#__):not(#___) .cadmin .date-picker-nav .form-control-select.hover {
|
|
8483
|
+
background-color: #f1f2f5;
|
|
8484
|
+
color: #272833;
|
|
8485
|
+
}
|
|
8486
|
+
html:not(#__):not(#___) .cadmin .date-picker-nav .form-control-select:focus, html:not(#__):not(#___) .cadmin .date-picker-nav .form-control-select.focus {
|
|
8487
|
+
background-color: #f1f2f5;
|
|
8488
|
+
color: #272833;
|
|
8489
|
+
}
|
|
8490
|
+
html:not(#__):not(#___) .cadmin .date-picker-nav .form-control-select:disabled, html:not(#__):not(#___) .cadmin .date-picker-nav .form-control-select.disabled {
|
|
8491
|
+
background-color: transparent;
|
|
8492
|
+
color: #a7a9bc;
|
|
8493
|
+
}
|
|
8484
8494
|
html:not(#__):not(#___) .cadmin .date-picker-nav-item {
|
|
8485
8495
|
align-items: center;
|
|
8486
8496
|
display: flex;
|
|
@@ -8548,7 +8558,7 @@ html:not(#__):not(#___) .cadmin .date-picker-calendar-item {
|
|
|
8548
8558
|
transition: none;
|
|
8549
8559
|
}
|
|
8550
8560
|
}
|
|
8551
|
-
html:not(#__):not(#___) .
|
|
8561
|
+
html:not(#__):not(#___) .c-prefers-reduced-motion .cadmin .date-picker-calendar-item {
|
|
8552
8562
|
transition: none;
|
|
8553
8563
|
}
|
|
8554
8564
|
|
|
@@ -9078,9 +9088,6 @@ html:not(#__):not(#___) .cadmin .input-group-text-secondary label {
|
|
|
9078
9088
|
html:not(#__):not(#___) .cadmin .input-group-lg > .input-group-item > .btn {
|
|
9079
9089
|
font-size: 18px;
|
|
9080
9090
|
}
|
|
9081
|
-
html:not(#__):not(#___) .cadmin .input-group-lg > .input-group-item > .btn .inline-item {
|
|
9082
|
-
font-size: 18px;
|
|
9083
|
-
}
|
|
9084
9091
|
html:not(#__):not(#___) .cadmin .input-group-lg > .input-group-item > .btn .btn-section {
|
|
9085
9092
|
font-size: 13px;
|
|
9086
9093
|
}
|
|
@@ -9282,7 +9289,7 @@ html:not(#__):not(#___) .cadmin .input-group .input-group-inset-item {
|
|
|
9282
9289
|
transition: none;
|
|
9283
9290
|
}
|
|
9284
9291
|
}
|
|
9285
|
-
html:not(#__):not(#___) .
|
|
9292
|
+
html:not(#__):not(#___) .c-prefers-reduced-motion .cadmin .input-group .input-group-inset-item {
|
|
9286
9293
|
transition: none;
|
|
9287
9294
|
}
|
|
9288
9295
|
|
|
@@ -9505,7 +9512,7 @@ html:not(#__):not(#___) .cadmin .list-group-title [href] {
|
|
|
9505
9512
|
transition: none;
|
|
9506
9513
|
}
|
|
9507
9514
|
}
|
|
9508
|
-
html:not(#__):not(#___) .
|
|
9515
|
+
html:not(#__):not(#___) .c-prefers-reduced-motion .cadmin .list-group-title[href], html:not(#__):not(#___) .c-prefers-reduced-motion .cadmin .list-group-title [href] {
|
|
9509
9516
|
transition: none;
|
|
9510
9517
|
}
|
|
9511
9518
|
|
|
@@ -9538,7 +9545,7 @@ html:not(#__):not(#___) .cadmin .list-group-subtitle [href] {
|
|
|
9538
9545
|
transition: none;
|
|
9539
9546
|
}
|
|
9540
9547
|
}
|
|
9541
|
-
html:not(#__):not(#___) .
|
|
9548
|
+
html:not(#__):not(#___) .c-prefers-reduced-motion .cadmin .list-group-subtitle[href], html:not(#__):not(#___) .c-prefers-reduced-motion .cadmin .list-group-subtitle [href] {
|
|
9542
9549
|
transition: none;
|
|
9543
9550
|
}
|
|
9544
9551
|
|
|
@@ -9571,7 +9578,7 @@ html:not(#__):not(#___) .cadmin .list-group-text [href] {
|
|
|
9571
9578
|
transition: none;
|
|
9572
9579
|
}
|
|
9573
9580
|
}
|
|
9574
|
-
html:not(#__):not(#___) .
|
|
9581
|
+
html:not(#__):not(#___) .c-prefers-reduced-motion .cadmin .list-group-text[href], html:not(#__):not(#___) .c-prefers-reduced-motion .cadmin .list-group-text [href] {
|
|
9575
9582
|
transition: none;
|
|
9576
9583
|
}
|
|
9577
9584
|
|
|
@@ -9605,7 +9612,7 @@ html:not(#__):not(#___) .cadmin .list-group-subtext [href] {
|
|
|
9605
9612
|
transition: none;
|
|
9606
9613
|
}
|
|
9607
9614
|
}
|
|
9608
|
-
html:not(#__):not(#___) .
|
|
9615
|
+
html:not(#__):not(#___) .c-prefers-reduced-motion .cadmin .list-group-subtext[href], html:not(#__):not(#___) .c-prefers-reduced-motion .cadmin .list-group-subtext [href] {
|
|
9609
9616
|
transition: none;
|
|
9610
9617
|
}
|
|
9611
9618
|
|
|
@@ -9972,7 +9979,7 @@ html:not(#__):not(#___) .cadmin .modal.fade .modal-dialog, html:not(#__):not(#__
|
|
|
9972
9979
|
transition: none;
|
|
9973
9980
|
}
|
|
9974
9981
|
}
|
|
9975
|
-
html:not(#__):not(#___) .
|
|
9982
|
+
html:not(#__):not(#___) .c-prefers-reduced-motion .cadmin .modal.fade .modal-dialog, html:not(#__):not(#___) .c-prefers-reduced-motion .cadmin.modal.fade .modal-dialog {
|
|
9976
9983
|
transition: none;
|
|
9977
9984
|
}
|
|
9978
9985
|
|
|
@@ -10442,7 +10449,7 @@ html:not(#__):not(#___) .cadmin .multi-step-indicator-label-top .multi-step-indi
|
|
|
10442
10449
|
bottom: 36px;
|
|
10443
10450
|
}
|
|
10444
10451
|
html:not(#__):not(#___) .cadmin .multi-step-title-center .multi-step-title {
|
|
10445
|
-
margin-left:
|
|
10452
|
+
margin-left: calc(32px * 0.5);
|
|
10446
10453
|
max-width: 100px;
|
|
10447
10454
|
overflow: hidden;
|
|
10448
10455
|
position: relative;
|
|
@@ -10591,7 +10598,7 @@ html:not(#__):not(#___) .cadmin .multi-step-icon {
|
|
|
10591
10598
|
transition: none;
|
|
10592
10599
|
}
|
|
10593
10600
|
}
|
|
10594
|
-
html:not(#__):not(#___) .
|
|
10601
|
+
html:not(#__):not(#___) .c-prefers-reduced-motion .cadmin .multi-step-icon {
|
|
10595
10602
|
transition: none;
|
|
10596
10603
|
}
|
|
10597
10604
|
|
|
@@ -11107,7 +11114,7 @@ html:not(#__):not(#___) .cadmin .nav-tabs .nav-link {
|
|
|
11107
11114
|
transition: none;
|
|
11108
11115
|
}
|
|
11109
11116
|
}
|
|
11110
|
-
html:not(#__):not(#___) .
|
|
11117
|
+
html:not(#__):not(#___) .c-prefers-reduced-motion .cadmin .nav-tabs .nav-link {
|
|
11111
11118
|
transition: none;
|
|
11112
11119
|
}
|
|
11113
11120
|
|
|
@@ -11193,13 +11200,7 @@ html:not(#__):not(#___) .cadmin .menubar-vertical-expand-md .menubar-collapse.co
|
|
|
11193
11200
|
}
|
|
11194
11201
|
@media (max-width: 767.98px) {
|
|
11195
11202
|
html:not(#__):not(#___) .cadmin .menubar-vertical-expand-md {
|
|
11196
|
-
|
|
11197
|
-
display: flex;
|
|
11198
|
-
flex-wrap: wrap;
|
|
11199
|
-
justify-content: space-between;
|
|
11200
|
-
margin-bottom: 24px;
|
|
11201
|
-
margin-left: -12px;
|
|
11202
|
-
margin-right: -12px;
|
|
11203
|
+
margin-bottom: 16px;
|
|
11203
11204
|
max-width: none;
|
|
11204
11205
|
}
|
|
11205
11206
|
html:not(#__):not(#___) .cadmin .menubar-vertical-expand-md .menubar-collapse {
|
|
@@ -11207,9 +11208,7 @@ html:not(#__):not(#___) .cadmin .menubar-vertical-expand-md .menubar-collapse.co
|
|
|
11207
11208
|
border-style: solid;
|
|
11208
11209
|
border-width: 1px;
|
|
11209
11210
|
display: none;
|
|
11210
|
-
|
|
11211
|
-
position: absolute;
|
|
11212
|
-
right: -1px;
|
|
11211
|
+
position: relative;
|
|
11213
11212
|
top: 100%;
|
|
11214
11213
|
z-index: 499;
|
|
11215
11214
|
}
|
|
@@ -11224,6 +11223,8 @@ html:not(#__):not(#___) .cadmin .menubar-vertical-expand-md .menubar-collapse.co
|
|
|
11224
11223
|
padding-right: 8px;
|
|
11225
11224
|
}
|
|
11226
11225
|
html:not(#__):not(#___) .cadmin .menubar-vertical-expand-md .menubar-toggler .c-inner {
|
|
11226
|
+
margin-left: -8px;
|
|
11227
|
+
margin-right: -8px;
|
|
11227
11228
|
max-width: none;
|
|
11228
11229
|
}
|
|
11229
11230
|
html:not(#__):not(#___) .cadmin .menubar-vertical-expand-md .menubar-toggler .lexicon-icon {
|
|
@@ -11258,26 +11259,39 @@ html:not(#__):not(#___) .cadmin .menubar-vertical-expand-md .menubar-collapse.co
|
|
|
11258
11259
|
html:not(#__):not(#___) .cadmin .menubar-vertical-expand-md.menubar-transparent .nav-link {
|
|
11259
11260
|
border-radius: 4px;
|
|
11260
11261
|
color: #6b6c7e;
|
|
11262
|
+
letter-spacing: 0.02em;
|
|
11263
|
+
margin-bottom: 4px;
|
|
11261
11264
|
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
|
|
11262
|
-
margin-bottom: 0.25rem;
|
|
11263
11265
|
}
|
|
11264
11266
|
@media (prefers-reduced-motion: reduce) {
|
|
11265
11267
|
html:not(#__):not(#___) .cadmin .menubar-vertical-expand-md.menubar-transparent .nav-link {
|
|
11266
11268
|
transition: none;
|
|
11267
11269
|
}
|
|
11268
11270
|
}
|
|
11269
|
-
html:not(#__):not(#___) .
|
|
11271
|
+
html:not(#__):not(#___) .c-prefers-reduced-motion .cadmin .menubar-vertical-expand-md.menubar-transparent .nav-link {
|
|
11270
11272
|
transition: none;
|
|
11271
11273
|
}
|
|
11272
11274
|
|
|
11275
|
+
html:not(#__):not(#___) .cadmin .menubar-vertical-expand-md.menubar-transparent .nav-link::before {
|
|
11276
|
+
border-radius: 4px 0 0 4px;
|
|
11277
|
+
bottom: 0;
|
|
11278
|
+
content: "";
|
|
11279
|
+
display: block;
|
|
11280
|
+
left: 0;
|
|
11281
|
+
position: absolute;
|
|
11282
|
+
top: 0;
|
|
11283
|
+
}
|
|
11273
11284
|
html:not(#__):not(#___) .cadmin .menubar-vertical-expand-md.menubar-transparent .nav-link:hover, html:not(#__):not(#___) .cadmin .menubar-vertical-expand-md.menubar-transparent .nav-link.hover {
|
|
11274
11285
|
background-color: rgba(39, 40, 51, 0.04);
|
|
11275
11286
|
color: #272833;
|
|
11276
|
-
box-shadow: inset 0.125rem 0 0 0 #88889a;
|
|
11277
11287
|
font-weight: 600;
|
|
11288
|
+
letter-spacing: 0;
|
|
11289
|
+
}
|
|
11290
|
+
html:not(#__):not(#___) .cadmin .menubar-vertical-expand-md.menubar-transparent .nav-link:hover::before, html:not(#__):not(#___) .cadmin .menubar-vertical-expand-md.menubar-transparent .nav-link.hover::before {
|
|
11291
|
+
background: #88889a;
|
|
11292
|
+
width: 3px;
|
|
11278
11293
|
}
|
|
11279
11294
|
html:not(#__):not(#___) .cadmin .menubar-vertical-expand-md.menubar-transparent .nav-link.focus, html:not(#__):not(#___) .cadmin .menubar-vertical-expand-md.menubar-transparent .nav-link:focus {
|
|
11280
|
-
box-shadow: inset 0 0 0 2px #528eff, inset 0 0 0 4px #fff;
|
|
11281
11295
|
color: #272833;
|
|
11282
11296
|
outline: 0;
|
|
11283
11297
|
}
|
|
@@ -11294,26 +11308,45 @@ html:not(#__):not(#___) .cadmin .menubar-vertical-expand-md.menubar-transparent
|
|
|
11294
11308
|
top: 0;
|
|
11295
11309
|
}
|
|
11296
11310
|
html:not(#__):not(#___) .cadmin .menubar-vertical-expand-md.menubar-transparent .nav-link:active {
|
|
11297
|
-
color:
|
|
11311
|
+
color: #272833;
|
|
11298
11312
|
}
|
|
11299
11313
|
html:not(#__):not(#___) .cadmin .menubar-vertical-expand-md.menubar-transparent .nav-link.active {
|
|
11300
11314
|
font-weight: 600;
|
|
11301
11315
|
background-color: rgba(11, 95, 255, 0.06);
|
|
11302
|
-
box-shadow: inset 0.25rem 0 0 0 #528eff;
|
|
11303
11316
|
color: #272833;
|
|
11317
|
+
letter-spacing: 0;
|
|
11318
|
+
}
|
|
11319
|
+
html:not(#__):not(#___) .cadmin .menubar-vertical-expand-md.menubar-transparent .nav-link.active::before {
|
|
11320
|
+
background-color: #528eff;
|
|
11321
|
+
width: 4px;
|
|
11304
11322
|
}
|
|
11305
11323
|
html:not(#__):not(#___) .cadmin .menubar-vertical-expand-md.menubar-transparent .nav-link:disabled, html:not(#__):not(#___) .cadmin .menubar-vertical-expand-md.menubar-transparent .nav-link.disabled {
|
|
11324
|
+
background-color: transparent;
|
|
11306
11325
|
color: rgba(0, 0, 0, 0.3);
|
|
11307
11326
|
box-shadow: none;
|
|
11327
|
+
font-weight: 400;
|
|
11328
|
+
letter-spacing: 0.02em;
|
|
11329
|
+
}
|
|
11330
|
+
html:not(#__):not(#___) .cadmin .menubar-vertical-expand-md.menubar-transparent .nav-link:disabled::before, html:not(#__):not(#___) .cadmin .menubar-vertical-expand-md.menubar-transparent .nav-link.disabled::before {
|
|
11331
|
+
content: none;
|
|
11332
|
+
}
|
|
11333
|
+
html:not(#__):not(#___) .cadmin .menubar-vertical-expand-md.menubar-transparent .nav-link:disabled::after, html:not(#__):not(#___) .cadmin .menubar-vertical-expand-md.menubar-transparent .nav-link.disabled::after {
|
|
11334
|
+
content: none;
|
|
11308
11335
|
}
|
|
11309
11336
|
html:not(#__):not(#___) .cadmin .menubar-vertical-expand-md.menubar-transparent .nav-link[aria-expanded=true], html:not(#__):not(#___) .cadmin .menubar-vertical-expand-md.menubar-transparent .nav-link.show {
|
|
11310
11337
|
font-weight: 600;
|
|
11338
|
+
background-color: transparent;
|
|
11311
11339
|
color: #272833;
|
|
11340
|
+
letter-spacing: 0;
|
|
11341
|
+
}
|
|
11342
|
+
html:not(#__):not(#___) .cadmin .menubar-vertical-expand-md.menubar-transparent .nav-link[aria-expanded=true]::before, html:not(#__):not(#___) .cadmin .menubar-vertical-expand-md.menubar-transparent .nav-link.show::before {
|
|
11343
|
+
background-color: transparent;
|
|
11344
|
+
}
|
|
11345
|
+
html:not(#__):not(#___) .cadmin .menubar-vertical-expand-md.menubar-transparent .nav-link[aria-expanded=true]:hover::before, html:not(#__):not(#___) .cadmin .menubar-vertical-expand-md.menubar-transparent .nav-link.show:hover::before {
|
|
11346
|
+
background-color: #88889a;
|
|
11347
|
+
width: 3px;
|
|
11312
11348
|
}
|
|
11313
11349
|
@media (max-width: 767.98px) {
|
|
11314
|
-
html:not(#__):not(#___) .cadmin .menubar-vertical-expand-md.menubar-transparent {
|
|
11315
|
-
background-color: #fff;
|
|
11316
|
-
}
|
|
11317
11350
|
html:not(#__):not(#___) .cadmin .menubar-vertical-expand-md.menubar-transparent .menubar-collapse {
|
|
11318
11351
|
background-color: #fff;
|
|
11319
11352
|
border-color: #e7e7ed;
|
|
@@ -11321,8 +11354,7 @@ html:not(#__):not(#___) .cadmin .menubar-vertical-expand-md.menubar-transparent
|
|
|
11321
11354
|
box-shadow: 0 1px 5px -1px rgba(0, 0, 0, 0.3);
|
|
11322
11355
|
}
|
|
11323
11356
|
html:not(#__):not(#___) .cadmin .menubar-vertical-expand-md.menubar-transparent .menubar-toggler {
|
|
11324
|
-
|
|
11325
|
-
color: #272833;
|
|
11357
|
+
color: #6b6c7e;
|
|
11326
11358
|
font-size: 14px;
|
|
11327
11359
|
font-weight: 600;
|
|
11328
11360
|
text-decoration: none;
|
|
@@ -11335,7 +11367,7 @@ html:not(#__):not(#___) .cadmin .menubar-vertical-expand-md.menubar-transparent
|
|
|
11335
11367
|
}
|
|
11336
11368
|
}
|
|
11337
11369
|
@media (max-width: 767.98px) {
|
|
11338
|
-
html:not(#__):not(#___) .
|
|
11370
|
+
html:not(#__):not(#___) .c-prefers-reduced-motion .cadmin .menubar-vertical-expand-md.menubar-transparent .menubar-toggler {
|
|
11339
11371
|
transition: none;
|
|
11340
11372
|
}
|
|
11341
11373
|
}
|
|
@@ -11345,6 +11377,9 @@ html:not(#__):not(#___) .cadmin .menubar-vertical-expand-md.menubar-transparent
|
|
|
11345
11377
|
color: #272833;
|
|
11346
11378
|
margin-bottom: 0;
|
|
11347
11379
|
}
|
|
11380
|
+
html:not(#__):not(#___) .cadmin .menubar-vertical-expand-md.menubar-transparent .nav-link::before {
|
|
11381
|
+
content: none;
|
|
11382
|
+
}
|
|
11348
11383
|
html:not(#__):not(#___) .cadmin .menubar-vertical-expand-md.menubar-transparent .nav-link:hover, html:not(#__):not(#___) .cadmin .menubar-vertical-expand-md.menubar-transparent .nav-link.hover {
|
|
11349
11384
|
background-color: rgba(39, 40, 51, 0.04);
|
|
11350
11385
|
color: #272833;
|
|
@@ -11411,13 +11446,7 @@ html:not(#__):not(#___) .cadmin .menubar-vertical-expand-lg .menubar-collapse.co
|
|
|
11411
11446
|
}
|
|
11412
11447
|
@media (max-width: 991.98px) {
|
|
11413
11448
|
html:not(#__):not(#___) .cadmin .menubar-vertical-expand-lg {
|
|
11414
|
-
|
|
11415
|
-
display: flex;
|
|
11416
|
-
flex-wrap: wrap;
|
|
11417
|
-
justify-content: space-between;
|
|
11418
|
-
margin-bottom: 24px;
|
|
11419
|
-
margin-left: -12px;
|
|
11420
|
-
margin-right: -12px;
|
|
11449
|
+
margin-bottom: 16px;
|
|
11421
11450
|
max-width: none;
|
|
11422
11451
|
}
|
|
11423
11452
|
html:not(#__):not(#___) .cadmin .menubar-vertical-expand-lg .menubar-collapse {
|
|
@@ -11425,9 +11454,7 @@ html:not(#__):not(#___) .cadmin .menubar-vertical-expand-lg .menubar-collapse.co
|
|
|
11425
11454
|
border-style: solid;
|
|
11426
11455
|
border-width: 1px;
|
|
11427
11456
|
display: none;
|
|
11428
|
-
|
|
11429
|
-
position: absolute;
|
|
11430
|
-
right: -1px;
|
|
11457
|
+
position: relative;
|
|
11431
11458
|
top: 100%;
|
|
11432
11459
|
z-index: 499;
|
|
11433
11460
|
}
|
|
@@ -11442,6 +11469,8 @@ html:not(#__):not(#___) .cadmin .menubar-vertical-expand-lg .menubar-collapse.co
|
|
|
11442
11469
|
padding-right: 8px;
|
|
11443
11470
|
}
|
|
11444
11471
|
html:not(#__):not(#___) .cadmin .menubar-vertical-expand-lg .menubar-toggler .c-inner {
|
|
11472
|
+
margin-left: -8px;
|
|
11473
|
+
margin-right: -8px;
|
|
11445
11474
|
max-width: none;
|
|
11446
11475
|
}
|
|
11447
11476
|
html:not(#__):not(#___) .cadmin .menubar-vertical-expand-lg .menubar-toggler .lexicon-icon {
|
|
@@ -11476,6 +11505,8 @@ html:not(#__):not(#___) .cadmin .menubar-vertical-expand-lg .menubar-collapse.co
|
|
|
11476
11505
|
html:not(#__):not(#___) .cadmin .menubar-vertical-expand-lg.menubar-transparent .nav-link {
|
|
11477
11506
|
border-radius: 4px;
|
|
11478
11507
|
color: #6b6c7e;
|
|
11508
|
+
letter-spacing: 0.02em;
|
|
11509
|
+
margin-bottom: 4px;
|
|
11479
11510
|
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
|
|
11480
11511
|
}
|
|
11481
11512
|
@media (prefers-reduced-motion: reduce) {
|
|
@@ -11483,18 +11514,30 @@ html:not(#__):not(#___) .cadmin .menubar-vertical-expand-lg.menubar-transparent
|
|
|
11483
11514
|
transition: none;
|
|
11484
11515
|
}
|
|
11485
11516
|
}
|
|
11486
|
-
html:not(#__):not(#___) .
|
|
11517
|
+
html:not(#__):not(#___) .c-prefers-reduced-motion .cadmin .menubar-vertical-expand-lg.menubar-transparent .nav-link {
|
|
11487
11518
|
transition: none;
|
|
11488
11519
|
}
|
|
11489
11520
|
|
|
11521
|
+
html:not(#__):not(#___) .cadmin .menubar-vertical-expand-lg.menubar-transparent .nav-link::before {
|
|
11522
|
+
border-radius: 4px 0 0 4px;
|
|
11523
|
+
bottom: 0;
|
|
11524
|
+
content: "";
|
|
11525
|
+
display: block;
|
|
11526
|
+
left: 0;
|
|
11527
|
+
position: absolute;
|
|
11528
|
+
top: 0;
|
|
11529
|
+
}
|
|
11490
11530
|
html:not(#__):not(#___) .cadmin .menubar-vertical-expand-lg.menubar-transparent .nav-link:hover, html:not(#__):not(#___) .cadmin .menubar-vertical-expand-lg.menubar-transparent .nav-link.hover {
|
|
11491
11531
|
background-color: rgba(39, 40, 51, 0.04);
|
|
11492
11532
|
color: #272833;
|
|
11493
|
-
box-shadow: inset 0.125rem 0 0 0 #88889a;
|
|
11494
11533
|
font-weight: 600;
|
|
11534
|
+
letter-spacing: 0;
|
|
11535
|
+
}
|
|
11536
|
+
html:not(#__):not(#___) .cadmin .menubar-vertical-expand-lg.menubar-transparent .nav-link:hover::before, html:not(#__):not(#___) .cadmin .menubar-vertical-expand-lg.menubar-transparent .nav-link.hover::before {
|
|
11537
|
+
background: #88889a;
|
|
11538
|
+
width: 3px;
|
|
11495
11539
|
}
|
|
11496
11540
|
html:not(#__):not(#___) .cadmin .menubar-vertical-expand-lg.menubar-transparent .nav-link.focus, html:not(#__):not(#___) .cadmin .menubar-vertical-expand-lg.menubar-transparent .nav-link:focus {
|
|
11497
|
-
background-color: rgba(11, 95, 255, 0.04);
|
|
11498
11541
|
color: #272833;
|
|
11499
11542
|
outline: 0;
|
|
11500
11543
|
}
|
|
@@ -11510,27 +11553,45 @@ html:not(#__):not(#___) .cadmin .menubar-vertical-expand-lg.menubar-transparent
|
|
|
11510
11553
|
top: 0;
|
|
11511
11554
|
}
|
|
11512
11555
|
html:not(#__):not(#___) .cadmin .menubar-vertical-expand-lg.menubar-transparent .nav-link:active {
|
|
11513
|
-
color:
|
|
11556
|
+
color: #272833;
|
|
11514
11557
|
}
|
|
11515
11558
|
html:not(#__):not(#___) .cadmin .menubar-vertical-expand-lg.menubar-transparent .nav-link.active {
|
|
11516
11559
|
font-weight: 600;
|
|
11517
11560
|
background-color: rgba(11, 95, 255, 0.06);
|
|
11518
|
-
box-shadow: inset 0.25rem 0 0 0 #528eff;
|
|
11519
11561
|
color: #272833;
|
|
11562
|
+
letter-spacing: 0;
|
|
11563
|
+
}
|
|
11564
|
+
html:not(#__):not(#___) .cadmin .menubar-vertical-expand-lg.menubar-transparent .nav-link.active::before {
|
|
11565
|
+
background-color: #528eff;
|
|
11566
|
+
width: 4px;
|
|
11520
11567
|
}
|
|
11521
11568
|
html:not(#__):not(#___) .cadmin .menubar-vertical-expand-lg.menubar-transparent .nav-link:disabled, html:not(#__):not(#___) .cadmin .menubar-vertical-expand-lg.menubar-transparent .nav-link.disabled {
|
|
11569
|
+
background-color: transparent;
|
|
11522
11570
|
color: rgba(0, 0, 0, 0.3);
|
|
11523
11571
|
box-shadow: none;
|
|
11572
|
+
font-weight: 400;
|
|
11573
|
+
letter-spacing: 0.02em;
|
|
11574
|
+
}
|
|
11575
|
+
html:not(#__):not(#___) .cadmin .menubar-vertical-expand-lg.menubar-transparent .nav-link:disabled::before, html:not(#__):not(#___) .cadmin .menubar-vertical-expand-lg.menubar-transparent .nav-link.disabled::before {
|
|
11576
|
+
content: none;
|
|
11577
|
+
}
|
|
11578
|
+
html:not(#__):not(#___) .cadmin .menubar-vertical-expand-lg.menubar-transparent .nav-link:disabled::after, html:not(#__):not(#___) .cadmin .menubar-vertical-expand-lg.menubar-transparent .nav-link.disabled::after {
|
|
11579
|
+
content: none;
|
|
11524
11580
|
}
|
|
11525
11581
|
html:not(#__):not(#___) .cadmin .menubar-vertical-expand-lg.menubar-transparent .nav-link[aria-expanded=true], html:not(#__):not(#___) .cadmin .menubar-vertical-expand-lg.menubar-transparent .nav-link.show {
|
|
11526
11582
|
font-weight: 600;
|
|
11527
|
-
|
|
11583
|
+
background-color: transparent;
|
|
11528
11584
|
color: #272833;
|
|
11585
|
+
letter-spacing: 0;
|
|
11586
|
+
}
|
|
11587
|
+
html:not(#__):not(#___) .cadmin .menubar-vertical-expand-lg.menubar-transparent .nav-link[aria-expanded=true]::before, html:not(#__):not(#___) .cadmin .menubar-vertical-expand-lg.menubar-transparent .nav-link.show::before {
|
|
11588
|
+
background-color: transparent;
|
|
11589
|
+
}
|
|
11590
|
+
html:not(#__):not(#___) .cadmin .menubar-vertical-expand-lg.menubar-transparent .nav-link[aria-expanded=true]:hover::before, html:not(#__):not(#___) .cadmin .menubar-vertical-expand-lg.menubar-transparent .nav-link.show:hover::before {
|
|
11591
|
+
background-color: #88889a;
|
|
11592
|
+
width: 3px;
|
|
11529
11593
|
}
|
|
11530
11594
|
@media (max-width: 991.98px) {
|
|
11531
|
-
html:not(#__):not(#___) .cadmin .menubar-vertical-expand-lg.menubar-transparent {
|
|
11532
|
-
background-color: #fff;
|
|
11533
|
-
}
|
|
11534
11595
|
html:not(#__):not(#___) .cadmin .menubar-vertical-expand-lg.menubar-transparent .menubar-collapse {
|
|
11535
11596
|
background-color: #fff;
|
|
11536
11597
|
border-color: #e7e7ed;
|
|
@@ -11538,7 +11599,7 @@ html:not(#__):not(#___) .cadmin .menubar-vertical-expand-lg.menubar-transparent
|
|
|
11538
11599
|
box-shadow: 0 1px 5px -1px rgba(0, 0, 0, 0.3);
|
|
11539
11600
|
}
|
|
11540
11601
|
html:not(#__):not(#___) .cadmin .menubar-vertical-expand-lg.menubar-transparent .menubar-toggler {
|
|
11541
|
-
color: #
|
|
11602
|
+
color: #6b6c7e;
|
|
11542
11603
|
font-size: 14px;
|
|
11543
11604
|
font-weight: 600;
|
|
11544
11605
|
text-decoration: none;
|
|
@@ -11551,7 +11612,7 @@ html:not(#__):not(#___) .cadmin .menubar-vertical-expand-lg.menubar-transparent
|
|
|
11551
11612
|
}
|
|
11552
11613
|
}
|
|
11553
11614
|
@media (max-width: 991.98px) {
|
|
11554
|
-
html:not(#__):not(#___) .
|
|
11615
|
+
html:not(#__):not(#___) .c-prefers-reduced-motion .cadmin .menubar-vertical-expand-lg.menubar-transparent .menubar-toggler {
|
|
11555
11616
|
transition: none;
|
|
11556
11617
|
}
|
|
11557
11618
|
}
|
|
@@ -11561,6 +11622,9 @@ html:not(#__):not(#___) .cadmin .menubar-vertical-expand-lg.menubar-transparent
|
|
|
11561
11622
|
color: #272833;
|
|
11562
11623
|
margin-bottom: 0;
|
|
11563
11624
|
}
|
|
11625
|
+
html:not(#__):not(#___) .cadmin .menubar-vertical-expand-lg.menubar-transparent .nav-link::before {
|
|
11626
|
+
content: none;
|
|
11627
|
+
}
|
|
11564
11628
|
html:not(#__):not(#___) .cadmin .menubar-vertical-expand-lg.menubar-transparent .nav-link:hover, html:not(#__):not(#___) .cadmin .menubar-vertical-expand-lg.menubar-transparent .nav-link.hover {
|
|
11565
11629
|
background-color: rgba(39, 40, 51, 0.04);
|
|
11566
11630
|
color: #6b6c7e;
|
|
@@ -12647,7 +12711,7 @@ html:not(#__):not(#___) .cadmin .management-bar .navbar-nav .nav-link {
|
|
|
12647
12711
|
transition: none;
|
|
12648
12712
|
}
|
|
12649
12713
|
}
|
|
12650
|
-
html:not(#__):not(#___) .
|
|
12714
|
+
html:not(#__):not(#___) .c-prefers-reduced-motion .cadmin .management-bar .navbar-nav .nav-link {
|
|
12651
12715
|
transition: none;
|
|
12652
12716
|
}
|
|
12653
12717
|
|
|
@@ -12667,7 +12731,7 @@ html:not(#__):not(#___) .cadmin .management-bar .navbar-brand {
|
|
|
12667
12731
|
transition: none;
|
|
12668
12732
|
}
|
|
12669
12733
|
}
|
|
12670
|
-
html:not(#__):not(#___) .
|
|
12734
|
+
html:not(#__):not(#___) .c-prefers-reduced-motion .cadmin .management-bar .navbar-brand {
|
|
12671
12735
|
transition: none;
|
|
12672
12736
|
}
|
|
12673
12737
|
|
|
@@ -13283,20 +13347,32 @@ html:not(#__):not(#___) .cadmin .page-link {
|
|
|
13283
13347
|
transition: none;
|
|
13284
13348
|
}
|
|
13285
13349
|
}
|
|
13286
|
-
html:not(#__):not(#___) .
|
|
13350
|
+
html:not(#__):not(#___) .c-prefers-reduced-motion .cadmin .page-link {
|
|
13287
13351
|
transition: none;
|
|
13288
13352
|
}
|
|
13289
13353
|
|
|
13354
|
+
html:not(#__):not(#___) .cadmin .page-link::before {
|
|
13355
|
+
border-radius: 0 0 4px 4px;
|
|
13356
|
+
bottom: 0;
|
|
13357
|
+
content: "";
|
|
13358
|
+
display: block;
|
|
13359
|
+
left: 0;
|
|
13360
|
+
position: absolute;
|
|
13361
|
+
right: 0;
|
|
13362
|
+
}
|
|
13290
13363
|
html:not(#__):not(#___) .cadmin .page-link:hover, html:not(#__):not(#___) .cadmin .page-link.hover {
|
|
13291
13364
|
background-color: rgba(39, 40, 51, 0.04);
|
|
13292
13365
|
border-color: transparent;
|
|
13293
|
-
box-shadow: inset 0 -0.125rem 0 0 #88889a;
|
|
13294
13366
|
color: #272833;
|
|
13295
13367
|
font-weight: 600;
|
|
13296
13368
|
letter-spacing: 0;
|
|
13297
13369
|
text-decoration: none;
|
|
13298
13370
|
z-index: 2;
|
|
13299
13371
|
}
|
|
13372
|
+
html:not(#__):not(#___) .cadmin .page-link:hover::before, html:not(#__):not(#___) .cadmin .page-link.hover::before {
|
|
13373
|
+
background-color: #88889a;
|
|
13374
|
+
height: 3px;
|
|
13375
|
+
}
|
|
13300
13376
|
html:not(#__):not(#___) .cadmin .page-link.focus, html:not(#__):not(#___) .cadmin .page-link:focus {
|
|
13301
13377
|
border-color: transparent;
|
|
13302
13378
|
box-shadow: none;
|
|
@@ -13319,7 +13395,6 @@ html:not(#__):not(#___) .cadmin .page-link.focus::after, html:not(#__):not(#___)
|
|
|
13319
13395
|
html:not(#__):not(#___) .cadmin .page-link:active {
|
|
13320
13396
|
background-color: rgba(11, 95, 255, 0.06);
|
|
13321
13397
|
border-color: transparent;
|
|
13322
|
-
box-shadow: inset 0 -0.125rem 0 0 #528eff;
|
|
13323
13398
|
color: #272833;
|
|
13324
13399
|
font-weight: 600;
|
|
13325
13400
|
letter-spacing: 0;
|
|
@@ -13329,11 +13404,14 @@ html:not(#__):not(#___) .cadmin .page-link.active {
|
|
|
13329
13404
|
background-color: rgba(11, 95, 255, 0.06);
|
|
13330
13405
|
border-color: transparent;
|
|
13331
13406
|
color: #272833;
|
|
13332
|
-
box-shadow: inset 0 -0.25rem 0 0 #528eff;
|
|
13333
13407
|
font-weight: 600;
|
|
13334
13408
|
letter-spacing: 0;
|
|
13335
13409
|
z-index: 3;
|
|
13336
13410
|
}
|
|
13411
|
+
html:not(#__):not(#___) .cadmin .page-link.active::before {
|
|
13412
|
+
background-color: #528eff;
|
|
13413
|
+
height: 4px;
|
|
13414
|
+
}
|
|
13337
13415
|
html:not(#__):not(#___) .cadmin .page-link:disabled, html:not(#__):not(#___) .cadmin .page-link.disabled {
|
|
13338
13416
|
background-color: transparent;
|
|
13339
13417
|
border-color: transparent;
|
|
@@ -13344,6 +13422,9 @@ html:not(#__):not(#___) .cadmin .page-link:disabled, html:not(#__):not(#___) .ca
|
|
|
13344
13422
|
pointer-events: auto;
|
|
13345
13423
|
z-index: 0;
|
|
13346
13424
|
}
|
|
13425
|
+
html:not(#__):not(#___) .cadmin .page-link:disabled::before, html:not(#__):not(#___) .cadmin .page-link.disabled::before {
|
|
13426
|
+
content: none;
|
|
13427
|
+
}
|
|
13347
13428
|
html:not(#__):not(#___) .cadmin .page-link:disabled:focus::after, html:not(#__):not(#___) .cadmin .page-link.disabled:focus::after {
|
|
13348
13429
|
content: none;
|
|
13349
13430
|
}
|
|
@@ -13351,11 +13432,17 @@ html:not(#__):not(#___) .cadmin .page-link[aria-expanded=true], html:not(#__):no
|
|
|
13351
13432
|
background-color: rgba(11, 95, 255, 0.06);
|
|
13352
13433
|
border-color: transparent;
|
|
13353
13434
|
color: #272833;
|
|
13354
|
-
box-shadow: inset 0 -0.25rem 0 0 #528eff;
|
|
13355
13435
|
font-weight: 600;
|
|
13356
13436
|
letter-spacing: 0;
|
|
13357
13437
|
z-index: 3;
|
|
13358
13438
|
}
|
|
13439
|
+
html:not(#__):not(#___) .cadmin .page-link[aria-expanded=true]::before, html:not(#__):not(#___) .cadmin .page-link.show::before {
|
|
13440
|
+
background-color: transparent;
|
|
13441
|
+
}
|
|
13442
|
+
html:not(#__):not(#___) .cadmin .page-link[aria-expanded=true]:hover::before, html:not(#__):not(#___) .cadmin .page-link.show:hover::before {
|
|
13443
|
+
background-color: #88889a;
|
|
13444
|
+
height: 3px;
|
|
13445
|
+
}
|
|
13359
13446
|
html:not(#__):not(#___) .cadmin .page-link > .c-inner {
|
|
13360
13447
|
margin-bottom: 0;
|
|
13361
13448
|
margin-left: -10px;
|
|
@@ -13373,10 +13460,13 @@ html:not(#__):not(#___) .cadmin .page-item.active .page-link {
|
|
|
13373
13460
|
background-color: rgba(11, 95, 255, 0.06);
|
|
13374
13461
|
border-color: transparent;
|
|
13375
13462
|
color: #272833;
|
|
13376
|
-
box-shadow: inset 0 -0.25rem 0 0 #528eff;
|
|
13377
13463
|
font-weight: 600;
|
|
13378
13464
|
letter-spacing: 0;
|
|
13379
13465
|
}
|
|
13466
|
+
html:not(#__):not(#___) .cadmin .page-item.active .page-link::before {
|
|
13467
|
+
background-color: #528eff;
|
|
13468
|
+
height: 4px;
|
|
13469
|
+
}
|
|
13380
13470
|
html:not(#__):not(#___) .cadmin .page-item.disabled .page-link {
|
|
13381
13471
|
background-color: transparent;
|
|
13382
13472
|
border-color: transparent;
|
|
@@ -13387,6 +13477,9 @@ html:not(#__):not(#___) .cadmin .page-item.disabled .page-link {
|
|
|
13387
13477
|
pointer-events: auto;
|
|
13388
13478
|
z-index: 0;
|
|
13389
13479
|
}
|
|
13480
|
+
html:not(#__):not(#___) .cadmin .page-item.disabled .page-link::before {
|
|
13481
|
+
content: none;
|
|
13482
|
+
}
|
|
13390
13483
|
html:not(#__):not(#___) .cadmin .page-item.disabled .page-link.focus::after, html:not(#__):not(#___) .cadmin .page-item.disabled .page-link:focus::after {
|
|
13391
13484
|
content: none;
|
|
13392
13485
|
}
|
|
@@ -13428,10 +13521,20 @@ html:not(#__):not(#___) .cadmin .pagination-items-per-page > button {
|
|
|
13428
13521
|
transition: none;
|
|
13429
13522
|
}
|
|
13430
13523
|
}
|
|
13431
|
-
html:not(#__):not(#___) .
|
|
13524
|
+
html:not(#__):not(#___) .c-prefers-reduced-motion .cadmin .pagination-items-per-page > a, html:not(#__):not(#___) .c-prefers-reduced-motion .cadmin .pagination-items-per-page > button {
|
|
13432
13525
|
transition: none;
|
|
13433
13526
|
}
|
|
13434
13527
|
|
|
13528
|
+
html:not(#__):not(#___) .cadmin .pagination-items-per-page > a::before,
|
|
13529
|
+
html:not(#__):not(#___) .cadmin .pagination-items-per-page > button::before {
|
|
13530
|
+
border-radius: 0 0 4px 4px;
|
|
13531
|
+
bottom: 0;
|
|
13532
|
+
content: "";
|
|
13533
|
+
display: block;
|
|
13534
|
+
left: 0;
|
|
13535
|
+
position: absolute;
|
|
13536
|
+
right: 0;
|
|
13537
|
+
}
|
|
13435
13538
|
html:not(#__):not(#___) .cadmin .pagination-items-per-page > a:hover, html:not(#__):not(#___) .cadmin .pagination-items-per-page > a.hover,
|
|
13436
13539
|
html:not(#__):not(#___) .cadmin .pagination-items-per-page > button:hover,
|
|
13437
13540
|
html:not(#__):not(#___) .cadmin .pagination-items-per-page > button.hover {
|
|
@@ -13481,8 +13584,20 @@ html:not(#__):not(#___) .cadmin .pagination-items-per-page > button.disabled {
|
|
|
13481
13584
|
box-shadow: none;
|
|
13482
13585
|
color: #6b6c7e;
|
|
13483
13586
|
cursor: not-allowed;
|
|
13587
|
+
font-weight: 400;
|
|
13484
13588
|
opacity: 0.5;
|
|
13485
13589
|
pointer-events: auto;
|
|
13590
|
+
letter-spacing: 0.033em;
|
|
13591
|
+
}
|
|
13592
|
+
html:not(#__):not(#___) .cadmin .pagination-items-per-page > a:disabled::before, html:not(#__):not(#___) .cadmin .pagination-items-per-page > a.disabled::before,
|
|
13593
|
+
html:not(#__):not(#___) .cadmin .pagination-items-per-page > button:disabled::before,
|
|
13594
|
+
html:not(#__):not(#___) .cadmin .pagination-items-per-page > button.disabled::before {
|
|
13595
|
+
content: none;
|
|
13596
|
+
}
|
|
13597
|
+
html:not(#__):not(#___) .cadmin .pagination-items-per-page > a:disabled:focus::after, html:not(#__):not(#___) .cadmin .pagination-items-per-page > a.disabled:focus::after,
|
|
13598
|
+
html:not(#__):not(#___) .cadmin .pagination-items-per-page > button:disabled:focus::after,
|
|
13599
|
+
html:not(#__):not(#___) .cadmin .pagination-items-per-page > button.disabled:focus::after {
|
|
13600
|
+
content: none;
|
|
13486
13601
|
}
|
|
13487
13602
|
html:not(#__):not(#___) .cadmin .pagination-items-per-page > a[aria-expanded=true], html:not(#__):not(#___) .cadmin .pagination-items-per-page > a.show,
|
|
13488
13603
|
html:not(#__):not(#___) .cadmin .pagination-items-per-page > button[aria-expanded=true],
|
|
@@ -13491,9 +13606,19 @@ html:not(#__):not(#___) .cadmin .pagination-items-per-page > button.show {
|
|
|
13491
13606
|
border-color: transparent;
|
|
13492
13607
|
color: #272833;
|
|
13493
13608
|
font-weight: 600;
|
|
13494
|
-
box-shadow: inset 0 -0.25rem 0 0 #528eff;
|
|
13495
13609
|
letter-spacing: 0;
|
|
13496
13610
|
}
|
|
13611
|
+
html:not(#__):not(#___) .cadmin .pagination-items-per-page > a[aria-expanded=true]::before, html:not(#__):not(#___) .cadmin .pagination-items-per-page > a.show::before,
|
|
13612
|
+
html:not(#__):not(#___) .cadmin .pagination-items-per-page > button[aria-expanded=true]::before,
|
|
13613
|
+
html:not(#__):not(#___) .cadmin .pagination-items-per-page > button.show::before {
|
|
13614
|
+
background-color: transparent;
|
|
13615
|
+
}
|
|
13616
|
+
html:not(#__):not(#___) .cadmin .pagination-items-per-page > a[aria-expanded=true]:hover::before, html:not(#__):not(#___) .cadmin .pagination-items-per-page > a.show:hover::before,
|
|
13617
|
+
html:not(#__):not(#___) .cadmin .pagination-items-per-page > button[aria-expanded=true]:hover::before,
|
|
13618
|
+
html:not(#__):not(#___) .cadmin .pagination-items-per-page > button.show:hover::before {
|
|
13619
|
+
background-color: #88889a;
|
|
13620
|
+
height: 3px;
|
|
13621
|
+
}
|
|
13497
13622
|
html:not(#__):not(#___) .cadmin .pagination-items-per-page > a > .c-inner,
|
|
13498
13623
|
html:not(#__):not(#___) .cadmin .pagination-items-per-page > button > .c-inner {
|
|
13499
13624
|
margin-bottom: 0;
|
|
@@ -13513,8 +13638,19 @@ html:not(#__):not(#___) .cadmin .pagination-items-per-page.disabled > button {
|
|
|
13513
13638
|
box-shadow: none;
|
|
13514
13639
|
color: #6b6c7e;
|
|
13515
13640
|
cursor: not-allowed;
|
|
13641
|
+
font-weight: 400;
|
|
13516
13642
|
opacity: 0.5;
|
|
13517
13643
|
pointer-events: auto;
|
|
13644
|
+
letter-spacing: 0.033em;
|
|
13645
|
+
}
|
|
13646
|
+
html:not(#__):not(#___) .cadmin .pagination-items-per-page.disabled > a::before,
|
|
13647
|
+
html:not(#__):not(#___) .cadmin .pagination-items-per-page.disabled > button::before {
|
|
13648
|
+
content: none;
|
|
13649
|
+
}
|
|
13650
|
+
html:not(#__):not(#___) .cadmin .pagination-items-per-page.disabled > a.focus::after, html:not(#__):not(#___) .cadmin .pagination-items-per-page.disabled > a:focus::after,
|
|
13651
|
+
html:not(#__):not(#___) .cadmin .pagination-items-per-page.disabled > button.focus::after,
|
|
13652
|
+
html:not(#__):not(#___) .cadmin .pagination-items-per-page.disabled > button:focus::after {
|
|
13653
|
+
content: none;
|
|
13518
13654
|
}
|
|
13519
13655
|
@media (max-width: 767.98px) {
|
|
13520
13656
|
html:not(#__):not(#___) .cadmin .pagination-items-per-page + .pagination-results {
|
|
@@ -13691,7 +13827,7 @@ html:not(#__):not(#___) .cadmin .panel-header-link {
|
|
|
13691
13827
|
transition: none;
|
|
13692
13828
|
}
|
|
13693
13829
|
}
|
|
13694
|
-
html:not(#__):not(#___) .
|
|
13830
|
+
html:not(#__):not(#___) .c-prefers-reduced-motion .cadmin .panel-header-link {
|
|
13695
13831
|
transition: none;
|
|
13696
13832
|
}
|
|
13697
13833
|
|
|
@@ -14311,7 +14447,7 @@ html:not(#__):not(#___) .cadmin .progress-bar {
|
|
|
14311
14447
|
transition: none;
|
|
14312
14448
|
}
|
|
14313
14449
|
}
|
|
14314
|
-
html:not(#__):not(#___) .
|
|
14450
|
+
html:not(#__):not(#___) .c-prefers-reduced-motion .cadmin .progress-bar {
|
|
14315
14451
|
transition: none;
|
|
14316
14452
|
}
|
|
14317
14453
|
|
|
@@ -14335,6 +14471,10 @@ html:not(#__):not(#___) .cadmin .progress-bar-animated {
|
|
|
14335
14471
|
animation: none;
|
|
14336
14472
|
}
|
|
14337
14473
|
}
|
|
14474
|
+
html:not(#__):not(#___) .c-prefers-reduced-motion .cadmin .progress-bar-animated {
|
|
14475
|
+
animation: none;
|
|
14476
|
+
}
|
|
14477
|
+
|
|
14338
14478
|
html:not(#__):not(#___) .cadmin .progress-lg,
|
|
14339
14479
|
html:not(#__):not(#___) .cadmin .progress-lg > .progress {
|
|
14340
14480
|
border-radius: 100px;
|
|
@@ -14635,7 +14775,7 @@ html:not(#__):not(#___) .cadmin a.sheet-subtitle {
|
|
|
14635
14775
|
transition: none;
|
|
14636
14776
|
}
|
|
14637
14777
|
}
|
|
14638
|
-
html:not(#__):not(#___) .
|
|
14778
|
+
html:not(#__):not(#___) .c-prefers-reduced-motion .cadmin a.sheet-subtitle {
|
|
14639
14779
|
transition: none;
|
|
14640
14780
|
}
|
|
14641
14781
|
|
|
@@ -14798,7 +14938,7 @@ html:not(#__):not(#___) .cadmin.sidenav-transition .sidenav-menu-slider {
|
|
|
14798
14938
|
transition: none;
|
|
14799
14939
|
}
|
|
14800
14940
|
}
|
|
14801
|
-
html:not(#__):not(#___) .
|
|
14941
|
+
html:not(#__):not(#___) .c-prefers-reduced-motion .cadmin .sidenav-transition .sidenav-content, html:not(#__):not(#___) .c-prefers-reduced-motion .cadmin .sidenav-transition .sidenav-menu, html:not(#__):not(#___) .c-prefers-reduced-motion .cadmin .sidenav-transition .sidenav-menu-slider, html:not(#__):not(#___) .c-prefers-reduced-motion .cadmin.sidenav-transition .sidenav-content, html:not(#__):not(#___) .c-prefers-reduced-motion .cadmin.sidenav-transition .sidenav-menu, html:not(#__):not(#___) .c-prefers-reduced-motion .cadmin.sidenav-transition .sidenav-menu-slider {
|
|
14802
14942
|
transition: none;
|
|
14803
14943
|
}
|
|
14804
14944
|
|
|
@@ -14810,7 +14950,7 @@ html:not(#__):not(#___) .cadmin .sidenav-transition, html:not(#__):not(#___) .ca
|
|
|
14810
14950
|
transition: none;
|
|
14811
14951
|
}
|
|
14812
14952
|
}
|
|
14813
|
-
html:not(#__):not(#___) .
|
|
14953
|
+
html:not(#__):not(#___) .c-prefers-reduced-motion .cadmin .sidenav-transition, html:not(#__):not(#___) .c-prefers-reduced-motion .cadmin.sidenav-transition {
|
|
14814
14954
|
transition: none;
|
|
14815
14955
|
}
|
|
14816
14956
|
|
|
@@ -15051,7 +15191,7 @@ html:not(#__):not(#___) .cadmin .sidebar-dark .nav-nested .nav-link {
|
|
|
15051
15191
|
transition: none;
|
|
15052
15192
|
}
|
|
15053
15193
|
}
|
|
15054
|
-
html:not(#__):not(#___) .
|
|
15194
|
+
html:not(#__):not(#___) .c-prefers-reduced-motion .cadmin .sidebar-dark .nav-nested .nav-link {
|
|
15055
15195
|
transition: none;
|
|
15056
15196
|
}
|
|
15057
15197
|
|
|
@@ -15113,7 +15253,7 @@ html:not(#__):not(#___) .cadmin .sidebar-dark-l2 .nav-nested .nav-link {
|
|
|
15113
15253
|
transition: none;
|
|
15114
15254
|
}
|
|
15115
15255
|
}
|
|
15116
|
-
html:not(#__):not(#___) .
|
|
15256
|
+
html:not(#__):not(#___) .c-prefers-reduced-motion .cadmin .sidebar-dark-l2 .nav-nested .nav-link {
|
|
15117
15257
|
transition: none;
|
|
15118
15258
|
}
|
|
15119
15259
|
|
|
@@ -15149,7 +15289,7 @@ html:not(#__):not(#___) .cadmin .c-slideout-transition-in {
|
|
|
15149
15289
|
transition: none;
|
|
15150
15290
|
}
|
|
15151
15291
|
}
|
|
15152
|
-
html:not(#__):not(#___) .
|
|
15292
|
+
html:not(#__):not(#___) .c-prefers-reduced-motion .cadmin .c-slideout-transition-in {
|
|
15153
15293
|
transition: none;
|
|
15154
15294
|
}
|
|
15155
15295
|
|
|
@@ -15161,7 +15301,7 @@ html:not(#__):not(#___) .cadmin .c-slideout-transition-out {
|
|
|
15161
15301
|
transition: none;
|
|
15162
15302
|
}
|
|
15163
15303
|
}
|
|
15164
|
-
html:not(#__):not(#___) .
|
|
15304
|
+
html:not(#__):not(#___) .c-prefers-reduced-motion .cadmin .c-slideout-transition-out {
|
|
15165
15305
|
transition: none;
|
|
15166
15306
|
}
|
|
15167
15307
|
|
|
@@ -15332,7 +15472,7 @@ html:not(#__):not(#___) .cadmin .table thead th [href] {
|
|
|
15332
15472
|
transition: none;
|
|
15333
15473
|
}
|
|
15334
15474
|
}
|
|
15335
|
-
html:not(#__):not(#___) .
|
|
15475
|
+
html:not(#__):not(#___) .c-prefers-reduced-motion .cadmin .table thead th [href] {
|
|
15336
15476
|
transition: none;
|
|
15337
15477
|
}
|
|
15338
15478
|
|
|
@@ -15549,7 +15689,7 @@ html:not(#__):not(#___) .cadmin .table-title {
|
|
|
15549
15689
|
html:not(#__):not(#___) .cadmin .table-title a {
|
|
15550
15690
|
border-radius: 1px;
|
|
15551
15691
|
color: #272833;
|
|
15552
|
-
display: inline-
|
|
15692
|
+
display: inline-flex;
|
|
15553
15693
|
max-width: 100%;
|
|
15554
15694
|
transition: box-shadow 0.15s ease-in-out;
|
|
15555
15695
|
}
|
|
@@ -15558,7 +15698,7 @@ html:not(#__):not(#___) .cadmin .table-title a {
|
|
|
15558
15698
|
transition: none;
|
|
15559
15699
|
}
|
|
15560
15700
|
}
|
|
15561
|
-
html:not(#__):not(#___) .
|
|
15701
|
+
html:not(#__):not(#___) .c-prefers-reduced-motion .cadmin .table-title a {
|
|
15562
15702
|
transition: none;
|
|
15563
15703
|
}
|
|
15564
15704
|
|
|
@@ -15572,7 +15712,7 @@ html:not(#__):not(#___) .cadmin .table-title a.focus, html:not(#__):not(#___) .c
|
|
|
15572
15712
|
html:not(#__):not(#___) .cadmin .table-link {
|
|
15573
15713
|
border-radius: 1px;
|
|
15574
15714
|
color: #272833;
|
|
15575
|
-
display: inline-
|
|
15715
|
+
display: inline-flex;
|
|
15576
15716
|
max-width: 100%;
|
|
15577
15717
|
transition: box-shadow 0.15s ease-in-out;
|
|
15578
15718
|
}
|
|
@@ -15581,7 +15721,7 @@ html:not(#__):not(#___) .cadmin .table-link {
|
|
|
15581
15721
|
transition: none;
|
|
15582
15722
|
}
|
|
15583
15723
|
}
|
|
15584
|
-
html:not(#__):not(#___) .
|
|
15724
|
+
html:not(#__):not(#___) .c-prefers-reduced-motion .cadmin .table-link {
|
|
15585
15725
|
transition: none;
|
|
15586
15726
|
}
|
|
15587
15727
|
|
|
@@ -15609,7 +15749,7 @@ html:not(#__):not(#___) .cadmin .table-action-link {
|
|
|
15609
15749
|
transition: none;
|
|
15610
15750
|
}
|
|
15611
15751
|
}
|
|
15612
|
-
html:not(#__):not(#___) .
|
|
15752
|
+
html:not(#__):not(#___) .c-prefers-reduced-motion .cadmin .table-action-link {
|
|
15613
15753
|
transition: none;
|
|
15614
15754
|
}
|
|
15615
15755
|
|
|
@@ -15889,7 +16029,7 @@ html:not(#__):not(#___) .cadmin .table-list-title {
|
|
|
15889
16029
|
html:not(#__):not(#___) .cadmin .table-list-title a {
|
|
15890
16030
|
border-radius: 1px;
|
|
15891
16031
|
color: #272833;
|
|
15892
|
-
display: inline-
|
|
16032
|
+
display: inline-flex;
|
|
15893
16033
|
max-width: 100%;
|
|
15894
16034
|
transition: box-shadow 0.15s ease-in-out;
|
|
15895
16035
|
}
|
|
@@ -15898,7 +16038,7 @@ html:not(#__):not(#___) .cadmin .table-list-title a {
|
|
|
15898
16038
|
transition: none;
|
|
15899
16039
|
}
|
|
15900
16040
|
}
|
|
15901
|
-
html:not(#__):not(#___) .
|
|
16041
|
+
html:not(#__):not(#___) .c-prefers-reduced-motion .cadmin .table-list-title a {
|
|
15902
16042
|
transition: none;
|
|
15903
16043
|
}
|
|
15904
16044
|
|
|
@@ -15912,7 +16052,7 @@ html:not(#__):not(#___) .cadmin .table-list-title a.focus, html:not(#__):not(#__
|
|
|
15912
16052
|
html:not(#__):not(#___) .cadmin .table-list-link {
|
|
15913
16053
|
border-radius: 1px;
|
|
15914
16054
|
color: #272833;
|
|
15915
|
-
display: inline-
|
|
16055
|
+
display: inline-flex;
|
|
15916
16056
|
max-width: 100%;
|
|
15917
16057
|
transition: box-shadow 0.15s ease-in-out;
|
|
15918
16058
|
}
|
|
@@ -15921,7 +16061,7 @@ html:not(#__):not(#___) .cadmin .table-list-link {
|
|
|
15921
16061
|
transition: none;
|
|
15922
16062
|
}
|
|
15923
16063
|
}
|
|
15924
|
-
html:not(#__):not(#___) .
|
|
16064
|
+
html:not(#__):not(#___) .c-prefers-reduced-motion .cadmin .table-list-link {
|
|
15925
16065
|
transition: none;
|
|
15926
16066
|
}
|
|
15927
16067
|
|
|
@@ -15948,7 +16088,7 @@ html:not(#__):not(#___) .cadmin .table-list-action-link {
|
|
|
15948
16088
|
transition: none;
|
|
15949
16089
|
}
|
|
15950
16090
|
}
|
|
15951
|
-
html:not(#__):not(#___) .
|
|
16091
|
+
html:not(#__):not(#___) .c-prefers-reduced-motion .cadmin .table-list-action-link {
|
|
15952
16092
|
transition: none;
|
|
15953
16093
|
}
|
|
15954
16094
|
|
|
@@ -17075,7 +17215,7 @@ html:not(#__):not(#___) .cadmin .toggle-switch-check ~ .toggle-switch-bar::befor
|
|
|
17075
17215
|
transition: none;
|
|
17076
17216
|
}
|
|
17077
17217
|
}
|
|
17078
|
-
html:not(#__):not(#___) .
|
|
17218
|
+
html:not(#__):not(#___) .c-prefers-reduced-motion .cadmin .toggle-switch-check ~ .toggle-switch-bar::before {
|
|
17079
17219
|
transition: none;
|
|
17080
17220
|
}
|
|
17081
17221
|
|
|
@@ -17100,7 +17240,7 @@ html:not(#__):not(#___) .cadmin .toggle-switch-check ~ .toggle-switch-bar::after
|
|
|
17100
17240
|
transition: none;
|
|
17101
17241
|
}
|
|
17102
17242
|
}
|
|
17103
|
-
html:not(#__):not(#___) .
|
|
17243
|
+
html:not(#__):not(#___) .c-prefers-reduced-motion .cadmin .toggle-switch-check ~ .toggle-switch-bar::after {
|
|
17104
17244
|
transition: none;
|
|
17105
17245
|
}
|
|
17106
17246
|
|
|
@@ -17112,7 +17252,7 @@ html:not(#__):not(#___) .cadmin .toggle-switch-check ~ .toggle-switch-bar .toggl
|
|
|
17112
17252
|
transition: none;
|
|
17113
17253
|
}
|
|
17114
17254
|
}
|
|
17115
|
-
html:not(#__):not(#___) .
|
|
17255
|
+
html:not(#__):not(#___) .c-prefers-reduced-motion .cadmin .toggle-switch-check ~ .toggle-switch-bar .toggle-switch-handle::before {
|
|
17116
17256
|
transition: none;
|
|
17117
17257
|
}
|
|
17118
17258
|
|
|
@@ -17127,7 +17267,7 @@ html:not(#__):not(#___) .cadmin .toggle-switch-check ~ .toggle-switch-bar .toggl
|
|
|
17127
17267
|
transition: none;
|
|
17128
17268
|
}
|
|
17129
17269
|
}
|
|
17130
|
-
html:not(#__):not(#___) .
|
|
17270
|
+
html:not(#__):not(#___) .c-prefers-reduced-motion .cadmin .toggle-switch-check ~ .toggle-switch-bar .toggle-switch-handle::after {
|
|
17131
17271
|
transition: none;
|
|
17132
17272
|
}
|
|
17133
17273
|
|
|
@@ -17148,7 +17288,7 @@ html:not(#__):not(#___) .cadmin .toggle-switch-check ~ .toggle-switch-bar .toggl
|
|
|
17148
17288
|
transition: none;
|
|
17149
17289
|
}
|
|
17150
17290
|
}
|
|
17151
|
-
html:not(#__):not(#___) .
|
|
17291
|
+
html:not(#__):not(#___) .c-prefers-reduced-motion .cadmin .toggle-switch-check ~ .toggle-switch-bar .toggle-switch-icon {
|
|
17152
17292
|
transition: none;
|
|
17153
17293
|
}
|
|
17154
17294
|
|
|
@@ -17656,7 +17796,7 @@ html:not(#__):not(#___) .cadmin .treeview.show-component-expander-on-hover:hover
|
|
|
17656
17796
|
transition: none;
|
|
17657
17797
|
}
|
|
17658
17798
|
}
|
|
17659
|
-
html:not(#__):not(#___) .
|
|
17799
|
+
html:not(#__):not(#___) .c-prefers-reduced-motion .cadmin .treeview.show-component-expander-on-hover:hover .component-expander, html:not(#__):not(#___) .c-prefers-reduced-motion .cadmin .treeview.show-component-expander-on-hover.hover .component-expander {
|
|
17660
17800
|
transition: none;
|
|
17661
17801
|
}
|
|
17662
17802
|
|
|
@@ -17673,7 +17813,7 @@ html:not(#__):not(#___) .cadmin .treeview.show-component-expander-on-hover .comp
|
|
|
17673
17813
|
transition: none;
|
|
17674
17814
|
}
|
|
17675
17815
|
}
|
|
17676
|
-
html:not(#__):not(#___) .
|
|
17816
|
+
html:not(#__):not(#___) .c-prefers-reduced-motion .cadmin .treeview.show-component-expander-on-hover .component-expander {
|
|
17677
17817
|
transition: none;
|
|
17678
17818
|
}
|
|
17679
17819
|
|
|
@@ -17887,7 +18027,7 @@ html:not(#__):not(#___) .cadmin .close::-ms-expand {
|
|
|
17887
18027
|
transition: none;
|
|
17888
18028
|
}
|
|
17889
18029
|
}
|
|
17890
|
-
html:not(#__):not(#___) .
|
|
18030
|
+
html:not(#__):not(#___) .c-prefers-reduced-motion .cadmin .close {
|
|
17891
18031
|
transition: none;
|
|
17892
18032
|
}
|
|
17893
18033
|
|
|
@@ -18099,7 +18239,6 @@ html:not(#__):not(#___) .cadmin .c-inner {
|
|
|
18099
18239
|
padding-left: inherit;
|
|
18100
18240
|
padding-right: inherit;
|
|
18101
18241
|
padding-top: inherit;
|
|
18102
|
-
text-overflow: inherit;
|
|
18103
18242
|
width: inherit;
|
|
18104
18243
|
}
|
|
18105
18244
|
html:not(#__):not(#___) .cadmin .heading-start {
|
|
@@ -21934,32 +22073,6 @@ html:not(#__):not(#___) .cadmin .d-inline-flex, html:not(#__):not(#___) .cadmin.
|
|
|
21934
22073
|
html:not(#__):not(#___) .cadmin .hide {
|
|
21935
22074
|
display: none !important;
|
|
21936
22075
|
}
|
|
21937
|
-
html:not(#__):not(#___) .cadmin .d-block-c-prefers-reduced-motion {
|
|
21938
|
-
display: none !important;
|
|
21939
|
-
}
|
|
21940
|
-
html:not(#__):not(#___) .cadmin .d-inline-block-c-prefers-reduced-motion {
|
|
21941
|
-
display: none !important;
|
|
21942
|
-
}
|
|
21943
|
-
@media (prefers-reduced-motion: reduce) {
|
|
21944
|
-
html:not(#__):not(#___) .cadmin .d-none-c-prefers-reduced-motion {
|
|
21945
|
-
display: none !important;
|
|
21946
|
-
}
|
|
21947
|
-
html:not(#__):not(#___) .cadmin .d-block-c-prefers-reduced-motion {
|
|
21948
|
-
display: block !important;
|
|
21949
|
-
}
|
|
21950
|
-
html:not(#__):not(#___) .cadmin .d-inline-block-c-prefers-reduced-motion {
|
|
21951
|
-
display: inline-block !important;
|
|
21952
|
-
}
|
|
21953
|
-
}
|
|
21954
|
-
html:not(#__):not(#___) .cadmin .c-prefers-reduced-motion .d-none-c-prefers-reduced-motion {
|
|
21955
|
-
display: none !important;
|
|
21956
|
-
}
|
|
21957
|
-
html:not(#__):not(#___) .cadmin .c-prefers-reduced-motion .d-block-c-prefers-reduced-motion {
|
|
21958
|
-
display: block !important;
|
|
21959
|
-
}
|
|
21960
|
-
html:not(#__):not(#___) .cadmin .c-prefers-reduced-motion .d-inline-block-c-prefers-reduced-motion {
|
|
21961
|
-
display: inline-block !important;
|
|
21962
|
-
}
|
|
21963
22076
|
@media print {
|
|
21964
22077
|
html:not(#__):not(#___) .cadmin .d-print-none {
|
|
21965
22078
|
display: none !important;
|
|
@@ -25902,9 +26015,24 @@ html:not(#__):not(#___) .cadmin .text-nowrap {
|
|
|
25902
26015
|
white-space: nowrap !important;
|
|
25903
26016
|
}
|
|
25904
26017
|
html:not(#__):not(#___) .cadmin .text-truncate {
|
|
26018
|
+
display: block;
|
|
26019
|
+
overflow: hidden;
|
|
26020
|
+
text-overflow: ellipsis;
|
|
26021
|
+
white-space: nowrap;
|
|
26022
|
+
}
|
|
26023
|
+
html:not(#__):not(#___) .cadmin .text-truncate-inline {
|
|
26024
|
+
display: inline-flex;
|
|
26025
|
+
max-width: 100%;
|
|
26026
|
+
}
|
|
26027
|
+
html:not(#__):not(#___) .cadmin .text-truncate-inline .text-truncate {
|
|
26028
|
+
display: inline-block;
|
|
26029
|
+
max-width: 100%;
|
|
25905
26030
|
overflow: hidden;
|
|
25906
26031
|
text-overflow: ellipsis;
|
|
26032
|
+
vertical-align: bottom;
|
|
25907
26033
|
white-space: nowrap;
|
|
26034
|
+
overflow-wrap: normal;
|
|
26035
|
+
word-wrap: normal;
|
|
25908
26036
|
}
|
|
25909
26037
|
html:not(#__):not(#___) .cadmin .text-left {
|
|
25910
26038
|
text-align: left !important;
|
|
@@ -26122,10 +26250,59 @@ html:not(#__):not(#___) .cadmin .visible {
|
|
|
26122
26250
|
html:not(#__):not(#___) .cadmin .invisible {
|
|
26123
26251
|
visibility: hidden !important;
|
|
26124
26252
|
}
|
|
26125
|
-
html:not(#__):not(#___) .
|
|
26253
|
+
html:not(#__):not(#___) .c-prefers-link-underline .cadmin [href]:not(.disabled):not([role=button]) {
|
|
26254
|
+
text-decoration: underline !important;
|
|
26255
|
+
}
|
|
26256
|
+
html:not(#__):not(#___) .c-prefers-link-underline .cadmin .btn-monospaced[href]:not(.disabled):not([role=button]):not([role=tab])::after, html:not(#__):not(#___) .c-prefers-link-underline .cadmin .nav-btn-monospaced[href]:not(.disabled):not([role=button]):not([role=tab])::after, html:not(#__):not(#___) .c-prefers-link-underline .cadmin .nav-link-monospaced[href]:not(.disabled):not([role=button]):not([role=tab])::after {
|
|
26257
|
+
content: " ";
|
|
26258
|
+
position: absolute;
|
|
26259
|
+
text-decoration: underline !important;
|
|
26260
|
+
}
|
|
26261
|
+
html:not(#__):not(#___) .c-prefers-link-underline .cadmin .multi-step-item.active .multi-step-icon[href]:not([role=button])::after, html:not(#__):not(#___) .c-prefers-link-underline .cadmin .multi-step-item.complete .multi-step-icon[href]:not([role=button])::after, html:not(#__):not(#___) .c-prefers-link-underline .cadmin .multi-step-item.error .multi-step-icon[href]:not([role=button])::after, html:not(#__):not(#___) .c-prefers-link-underline .cadmin .dropdown .multi-step-icon[href]:not([role=button])::after {
|
|
26262
|
+
content: " ";
|
|
26263
|
+
position: absolute;
|
|
26264
|
+
text-decoration: underline !important;
|
|
26265
|
+
}
|
|
26266
|
+
html:not(#__):not(#___) .c-prefers-link-underline .cadmin .multi-step-item.disabled .multi-step-icon[href]:not([role=button])::after {
|
|
26267
|
+
text-decoration: none !important;
|
|
26268
|
+
}
|
|
26269
|
+
|
|
26270
|
+
html:not(#__):not(#___) .c-prefers-letter-spacing-1 .cadmin {
|
|
26271
|
+
letter-spacing: 1px !important;
|
|
26272
|
+
}
|
|
26273
|
+
|
|
26274
|
+
html:not(#__):not(#___) .cadmin .d-block-c-prefers-reduced-motion {
|
|
26275
|
+
display: none !important;
|
|
26276
|
+
}
|
|
26277
|
+
html:not(#__):not(#___) .cadmin .d-inline-block-c-prefers-reduced-motion {
|
|
26278
|
+
display: none !important;
|
|
26279
|
+
}
|
|
26280
|
+
@media (prefers-reduced-motion: reduce) {
|
|
26281
|
+
html:not(#__):not(#___) .cadmin .d-none-c-prefers-reduced-motion {
|
|
26282
|
+
display: none !important;
|
|
26283
|
+
}
|
|
26284
|
+
html:not(#__):not(#___) .cadmin .d-block-c-prefers-reduced-motion {
|
|
26285
|
+
display: block !important;
|
|
26286
|
+
}
|
|
26287
|
+
html:not(#__):not(#___) .cadmin .d-inline-block-c-prefers-reduced-motion {
|
|
26288
|
+
display: inline-block !important;
|
|
26289
|
+
}
|
|
26290
|
+
}
|
|
26291
|
+
html:not(#__):not(#___) .c-prefers-reduced-motion .cadmin .d-none-c-prefers-reduced-motion {
|
|
26292
|
+
display: none !important;
|
|
26293
|
+
}
|
|
26294
|
+
html:not(#__):not(#___) .c-prefers-reduced-motion .cadmin .d-block-c-prefers-reduced-motion {
|
|
26295
|
+
display: block !important;
|
|
26296
|
+
}
|
|
26297
|
+
html:not(#__):not(#___) .c-prefers-reduced-motion .cadmin .d-inline-block-c-prefers-reduced-motion {
|
|
26298
|
+
display: inline-block !important;
|
|
26299
|
+
}
|
|
26300
|
+
|
|
26301
|
+
html:not(#__):not(#___) .c-prefers-reduced-motion .cadmin {
|
|
26126
26302
|
scroll-behavior: auto;
|
|
26127
26303
|
transition: none;
|
|
26128
26304
|
}
|
|
26305
|
+
|
|
26129
26306
|
@keyframes cadmin-loading-animation-circle {
|
|
26130
26307
|
100% {
|
|
26131
26308
|
transform: rotate(360deg);
|
|
@@ -26155,7 +26332,12 @@ html:not(#__):not(#___) .cadmin .loading-animation::before {
|
|
|
26155
26332
|
top: 50%;
|
|
26156
26333
|
width: 0.25em;
|
|
26157
26334
|
}
|
|
26158
|
-
|
|
26335
|
+
@media (prefers-reduced-motion: reduce) {
|
|
26336
|
+
html:not(#__):not(#___) .cadmin .loading-animation::before {
|
|
26337
|
+
animation: none;
|
|
26338
|
+
}
|
|
26339
|
+
}
|
|
26340
|
+
html:not(#__):not(#___) .c-prefers-reduced-motion .cadmin .loading-animation::before {
|
|
26159
26341
|
animation: none;
|
|
26160
26342
|
}
|
|
26161
26343
|
|
|
@@ -26172,7 +26354,12 @@ html:not(#__):not(#___) .cadmin .loading-animation::after {
|
|
|
26172
26354
|
padding: 0.25em;
|
|
26173
26355
|
width: 1em;
|
|
26174
26356
|
}
|
|
26175
|
-
|
|
26357
|
+
@media (prefers-reduced-motion: reduce) {
|
|
26358
|
+
html:not(#__):not(#___) .cadmin .loading-animation::after {
|
|
26359
|
+
animation: none;
|
|
26360
|
+
}
|
|
26361
|
+
}
|
|
26362
|
+
html:not(#__):not(#___) .c-prefers-reduced-motion .cadmin .loading-animation::after {
|
|
26176
26363
|
animation: none;
|
|
26177
26364
|
}
|
|
26178
26365
|
|
|
@@ -26253,7 +26440,12 @@ html:not(#__):not(#___) .cadmin .loading-animation-squares::before {
|
|
|
26253
26440
|
transform: scale(1);
|
|
26254
26441
|
width: 1em;
|
|
26255
26442
|
}
|
|
26256
|
-
|
|
26443
|
+
@media (prefers-reduced-motion: reduce) {
|
|
26444
|
+
html:not(#__):not(#___) .cadmin .loading-animation-squares::before {
|
|
26445
|
+
animation: none;
|
|
26446
|
+
}
|
|
26447
|
+
}
|
|
26448
|
+
html:not(#__):not(#___) .c-prefers-reduced-motion .cadmin .loading-animation-squares::before {
|
|
26257
26449
|
animation: none;
|
|
26258
26450
|
}
|
|
26259
26451
|
|
|
@@ -26272,7 +26464,12 @@ html:not(#__):not(#___) .cadmin .loading-animation-squares::after {
|
|
|
26272
26464
|
transform: scale(2);
|
|
26273
26465
|
width: 1em;
|
|
26274
26466
|
}
|
|
26275
|
-
|
|
26467
|
+
@media (prefers-reduced-motion: reduce) {
|
|
26468
|
+
html:not(#__):not(#___) .cadmin .loading-animation-squares::after {
|
|
26469
|
+
animation: none;
|
|
26470
|
+
}
|
|
26471
|
+
}
|
|
26472
|
+
html:not(#__):not(#___) .c-prefers-reduced-motion .cadmin .loading-animation-squares::after {
|
|
26276
26473
|
animation: none;
|
|
26277
26474
|
}
|
|
26278
26475
|
|