@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/atlas.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>
|
|
@@ -546,24 +546,6 @@ strong {
|
|
|
546
546
|
color: #fff;
|
|
547
547
|
}
|
|
548
548
|
|
|
549
|
-
.text-truncate {
|
|
550
|
-
display: block;
|
|
551
|
-
}
|
|
552
|
-
|
|
553
|
-
.text-truncate-inline {
|
|
554
|
-
display: inline-flex;
|
|
555
|
-
max-width: 100%;
|
|
556
|
-
}
|
|
557
|
-
.text-truncate-inline .text-truncate {
|
|
558
|
-
display: inline-block;
|
|
559
|
-
max-width: 100%;
|
|
560
|
-
overflow: hidden;
|
|
561
|
-
text-overflow: ellipsis;
|
|
562
|
-
vertical-align: bottom;
|
|
563
|
-
white-space: nowrap;
|
|
564
|
-
word-wrap: normal;
|
|
565
|
-
}
|
|
566
|
-
|
|
567
549
|
code {
|
|
568
550
|
color: #ff73c3;
|
|
569
551
|
font-size: 87.5%;
|
|
@@ -1187,6 +1169,7 @@ button.collapse-icon .c-inner {
|
|
|
1187
1169
|
display: inline-block;
|
|
1188
1170
|
font-size: 1rem;
|
|
1189
1171
|
font-weight: 600;
|
|
1172
|
+
letter-spacing: inherit;
|
|
1190
1173
|
line-height: 1.5;
|
|
1191
1174
|
padding-bottom: 0.4375rem;
|
|
1192
1175
|
padding-left: 0.9375rem;
|
|
@@ -1354,6 +1337,7 @@ input[type=button].btn-block {
|
|
|
1354
1337
|
cursor: pointer;
|
|
1355
1338
|
font-size: inherit;
|
|
1356
1339
|
font-weight: inherit;
|
|
1340
|
+
letter-spacing: inherit;
|
|
1357
1341
|
line-height: inherit;
|
|
1358
1342
|
max-width: 100%;
|
|
1359
1343
|
padding: 0;
|
|
@@ -3313,11 +3297,6 @@ input[type=button].btn-block {
|
|
|
3313
3297
|
padding-top: 1rem;
|
|
3314
3298
|
}
|
|
3315
3299
|
}
|
|
3316
|
-
@media (max-width: 991.98px) {
|
|
3317
|
-
.container-form-lg .menubar-vertical-expand-lg {
|
|
3318
|
-
margin-top: -1rem;
|
|
3319
|
-
}
|
|
3320
|
-
}
|
|
3321
3300
|
|
|
3322
3301
|
.container-view {
|
|
3323
3302
|
padding-bottom: 1.5rem;
|
|
@@ -6689,6 +6668,77 @@ input[type=button].btn-block {
|
|
|
6689
6668
|
padding-left: 1.5rem;
|
|
6690
6669
|
padding-right: 1.5rem;
|
|
6691
6670
|
}
|
|
6671
|
+
.dropdown-menu-select.dropdown-menu .dropdown-item-scroll {
|
|
6672
|
+
font-size: 1rem;
|
|
6673
|
+
height: 2rem;
|
|
6674
|
+
padding: 0;
|
|
6675
|
+
position: absolute;
|
|
6676
|
+
text-align: center;
|
|
6677
|
+
z-index: 1;
|
|
6678
|
+
}
|
|
6679
|
+
.dropdown-menu-select.dropdown-menu .dropdown-item-scroll:hover, .dropdown-menu-select.dropdown-menu .dropdown-item-scroll.hover {
|
|
6680
|
+
background-color: #f0f5ff;
|
|
6681
|
+
background-image: none;
|
|
6682
|
+
color: #272833;
|
|
6683
|
+
}
|
|
6684
|
+
.dropdown-menu-select.dropdown-menu .dropdown-item-scroll:focus, .dropdown-menu-select.dropdown-menu .dropdown-item-scroll.focus {
|
|
6685
|
+
background-color: #f0f5ff;
|
|
6686
|
+
background-image: none;
|
|
6687
|
+
color: #272833;
|
|
6688
|
+
}
|
|
6689
|
+
.dropdown-menu-select.dropdown-menu .dropdown-item-scroll:active {
|
|
6690
|
+
background-color: #f0f5ff;
|
|
6691
|
+
background-image: none;
|
|
6692
|
+
color: #272833;
|
|
6693
|
+
}
|
|
6694
|
+
.dropdown-menu-select.dropdown-menu .dropdown-item-scroll:active label {
|
|
6695
|
+
color: #272833;
|
|
6696
|
+
}
|
|
6697
|
+
.dropdown-menu-select.dropdown-menu .dropdown-item-scroll:active .form-check-label {
|
|
6698
|
+
color: #272833;
|
|
6699
|
+
}
|
|
6700
|
+
.dropdown-menu-select.dropdown-menu .dropdown-item-scroll.active {
|
|
6701
|
+
background-color: #f0f5ff;
|
|
6702
|
+
background-image: none;
|
|
6703
|
+
color: #272833;
|
|
6704
|
+
}
|
|
6705
|
+
.dropdown-menu-select.dropdown-menu .dropdown-item-scroll.active label {
|
|
6706
|
+
color: #272833;
|
|
6707
|
+
}
|
|
6708
|
+
.dropdown-menu-select.dropdown-menu .dropdown-item-scroll.active .form-check-label {
|
|
6709
|
+
color: #272833;
|
|
6710
|
+
}
|
|
6711
|
+
.dropdown-menu-select.dropdown-menu .dropdown-item-scroll:disabled, .dropdown-menu-select.dropdown-menu .dropdown-item-scroll.disabled {
|
|
6712
|
+
background-color: transparent;
|
|
6713
|
+
background-image: none;
|
|
6714
|
+
color: #a7a9bc;
|
|
6715
|
+
cursor: not-allowed;
|
|
6716
|
+
}
|
|
6717
|
+
.dropdown-menu-select.dropdown-menu .dropdown-item-scroll:disabled label,
|
|
6718
|
+
.dropdown-menu-select.dropdown-menu .dropdown-item-scroll:disabled .form-check-label, .dropdown-menu-select.dropdown-menu .dropdown-item-scroll.disabled label,
|
|
6719
|
+
.dropdown-menu-select.dropdown-menu .dropdown-item-scroll.disabled .form-check-label {
|
|
6720
|
+
color: #a7a9bc;
|
|
6721
|
+
}
|
|
6722
|
+
.dropdown-menu-select.dropdown-menu .dropdown-item-scroll .c-inner {
|
|
6723
|
+
flex-grow: 1;
|
|
6724
|
+
width: auto;
|
|
6725
|
+
}
|
|
6726
|
+
.dropdown-menu-select.dropdown-menu .dropdown-item-scroll-down {
|
|
6727
|
+
background-image: linear-gradient(to top, white 84%, rgba(255, 255, 255, 0) 100%);
|
|
6728
|
+
bottom: 0.375rem;
|
|
6729
|
+
}
|
|
6730
|
+
.dropdown-menu-select.dropdown-menu .dropdown-item-scroll-down .c-inner {
|
|
6731
|
+
flex-grow: 1;
|
|
6732
|
+
width: auto;
|
|
6733
|
+
}
|
|
6734
|
+
.dropdown-menu-select.dropdown-menu .dropdown-item-scroll-up {
|
|
6735
|
+
background-image: linear-gradient(to bottom, white 84%, rgba(255, 255, 255, 0) 100%);
|
|
6736
|
+
top: 0.375rem;
|
|
6737
|
+
}
|
|
6738
|
+
.dropdown-menu-select.dropdown-menu .dropdown-item-scroll-up .c-inner {
|
|
6739
|
+
flex-grow: 1;
|
|
6740
|
+
width: auto;
|
|
6741
|
+
}
|
|
6692
6742
|
.dropdown-menu-select.dropdown-menu .dropdown-divider {
|
|
6693
6743
|
margin: 0.3125rem 0;
|
|
6694
6744
|
}
|
|
@@ -6700,6 +6750,10 @@ input[type=button].btn-block {
|
|
|
6700
6750
|
right: 0.5rem;
|
|
6701
6751
|
top: 0.5rem;
|
|
6702
6752
|
}
|
|
6753
|
+
.dropdown-menu-select.dropdown-menu-height-lg .inline-scroller {
|
|
6754
|
+
max-height: 432px;
|
|
6755
|
+
}
|
|
6756
|
+
|
|
6703
6757
|
.dropdown-menu-left {
|
|
6704
6758
|
left: 0;
|
|
6705
6759
|
right: auto;
|
|
@@ -7391,6 +7445,7 @@ fieldset[disabled] label .form-control {
|
|
|
7391
7445
|
font-size: 1rem;
|
|
7392
7446
|
font-weight: 400;
|
|
7393
7447
|
height: 2.5rem;
|
|
7448
|
+
letter-spacing: inherit;
|
|
7394
7449
|
line-height: 1.5;
|
|
7395
7450
|
min-width: 0;
|
|
7396
7451
|
padding-bottom: 0.4375rem;
|
|
@@ -7484,16 +7539,17 @@ fieldset[disabled] .form-control {
|
|
|
7484
7539
|
.form-control-plaintext {
|
|
7485
7540
|
background-clip: border-box;
|
|
7486
7541
|
background-color: transparent;
|
|
7487
|
-
border-color: transparent;
|
|
7488
|
-
border-style: solid;
|
|
7489
7542
|
border-bottom-width: 0.0625rem;
|
|
7543
|
+
border-color: transparent;
|
|
7490
7544
|
border-left-width: 0.0625rem;
|
|
7491
7545
|
border-right-width: 0.0625rem;
|
|
7546
|
+
border-style: solid;
|
|
7492
7547
|
border-top-width: 0.0625rem;
|
|
7493
7548
|
color: #272833;
|
|
7494
7549
|
display: block;
|
|
7495
7550
|
font-size: 1rem;
|
|
7496
7551
|
height: 2.5rem;
|
|
7552
|
+
letter-spacing: inherit;
|
|
7497
7553
|
line-height: 1.5;
|
|
7498
7554
|
margin-bottom: 0;
|
|
7499
7555
|
min-width: 0;
|
|
@@ -9954,6 +10010,29 @@ label.custom-control-label {
|
|
|
9954
10010
|
background-color: transparent;
|
|
9955
10011
|
color: #a7a9bc;
|
|
9956
10012
|
}
|
|
10013
|
+
.date-picker-nav .form-control-select {
|
|
10014
|
+
background-color: transparent;
|
|
10015
|
+
border-color: transparent;
|
|
10016
|
+
color: #6b6c7e;
|
|
10017
|
+
font-size: 0.875rem;
|
|
10018
|
+
font-weight: 600;
|
|
10019
|
+
height: 2rem;
|
|
10020
|
+
padding-bottom: 0;
|
|
10021
|
+
padding-left: 0.5rem;
|
|
10022
|
+
padding-top: 0;
|
|
10023
|
+
}
|
|
10024
|
+
.date-picker-nav .form-control-select:hover, .date-picker-nav .form-control-select.hover {
|
|
10025
|
+
background-color: #f1f2f5;
|
|
10026
|
+
color: #272833;
|
|
10027
|
+
}
|
|
10028
|
+
.date-picker-nav .form-control-select:focus, .date-picker-nav .form-control-select.focus {
|
|
10029
|
+
background-color: #f1f2f5;
|
|
10030
|
+
color: #272833;
|
|
10031
|
+
}
|
|
10032
|
+
.date-picker-nav .form-control-select:disabled, .date-picker-nav .form-control-select.disabled {
|
|
10033
|
+
background-color: transparent;
|
|
10034
|
+
color: #a7a9bc;
|
|
10035
|
+
}
|
|
9957
10036
|
.date-picker-nav-item {
|
|
9958
10037
|
align-items: center;
|
|
9959
10038
|
display: flex;
|
|
@@ -10711,8 +10790,31 @@ label.custom-control-label {
|
|
|
10711
10790
|
overflow-wrap: break-word;
|
|
10712
10791
|
word-wrap: break-word;
|
|
10713
10792
|
}
|
|
10793
|
+
.input-group-item::after {
|
|
10794
|
+
border-radius: inherit;
|
|
10795
|
+
bottom: 0;
|
|
10796
|
+
content: "";
|
|
10797
|
+
display: block;
|
|
10798
|
+
left: 0;
|
|
10799
|
+
pointer-events: none;
|
|
10800
|
+
position: absolute;
|
|
10801
|
+
right: 0;
|
|
10802
|
+
top: 0;
|
|
10803
|
+
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
|
|
10804
|
+
}
|
|
10805
|
+
@media (prefers-reduced-motion: reduce) {
|
|
10806
|
+
.input-group-item::after {
|
|
10807
|
+
transition: none;
|
|
10808
|
+
}
|
|
10809
|
+
}
|
|
10810
|
+
.c-prefers-reduced-motion .input-group-item::after {
|
|
10811
|
+
transition: none;
|
|
10812
|
+
}
|
|
10813
|
+
|
|
10714
10814
|
.input-group-item.focus {
|
|
10715
10815
|
border-radius: 0.25rem;
|
|
10816
|
+
}
|
|
10817
|
+
.input-group-item.focus::after {
|
|
10716
10818
|
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #528eff;
|
|
10717
10819
|
}
|
|
10718
10820
|
.input-group-item.focus.input-group-prepend {
|
|
@@ -12383,7 +12485,6 @@ label.custom-control-label {
|
|
|
12383
12485
|
white-space: nowrap;
|
|
12384
12486
|
width: auto;
|
|
12385
12487
|
}
|
|
12386
|
-
|
|
12387
12488
|
.multi-step-item {
|
|
12388
12489
|
margin-bottom: 10px;
|
|
12389
12490
|
position: relative;
|
|
@@ -12426,7 +12527,6 @@ label.custom-control-label {
|
|
|
12426
12527
|
background-color: #da1414;
|
|
12427
12528
|
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");
|
|
12428
12529
|
color: #fff;
|
|
12429
|
-
text-indent: -100px;
|
|
12430
12530
|
}
|
|
12431
12531
|
.multi-step-item.error .multi-step-icon[data-multi-step-icon]::before {
|
|
12432
12532
|
content: none;
|
|
@@ -12497,13 +12597,12 @@ label.custom-control-label {
|
|
|
12497
12597
|
font-weight: 600;
|
|
12498
12598
|
left: 50%;
|
|
12499
12599
|
max-width: 100px;
|
|
12500
|
-
position: absolute;
|
|
12501
|
-
transform: translateX(-50%);
|
|
12502
12600
|
overflow: hidden;
|
|
12601
|
+
position: absolute;
|
|
12503
12602
|
text-overflow: ellipsis;
|
|
12603
|
+
transform: translateX(-50%);
|
|
12504
12604
|
white-space: nowrap;
|
|
12505
12605
|
}
|
|
12506
|
-
|
|
12507
12606
|
.multi-step-icon {
|
|
12508
12607
|
align-items: center;
|
|
12509
12608
|
background-color: #e7e7ed;
|
|
@@ -12792,7 +12891,6 @@ label.custom-control-label {
|
|
|
12792
12891
|
text-overflow: ellipsis;
|
|
12793
12892
|
white-space: nowrap;
|
|
12794
12893
|
}
|
|
12795
|
-
|
|
12796
12894
|
.dropdown-toggle .nav-text-truncate {
|
|
12797
12895
|
max-width: calc(100% - 24px);
|
|
12798
12896
|
}
|
|
@@ -13083,9 +13181,7 @@ label.custom-control-label {
|
|
|
13083
13181
|
}
|
|
13084
13182
|
@media (max-width: 767.98px) {
|
|
13085
13183
|
.menubar-vertical-expand-md {
|
|
13086
|
-
margin-bottom:
|
|
13087
|
-
margin-left: -12px;
|
|
13088
|
-
margin-right: -12px;
|
|
13184
|
+
margin-bottom: 1rem;
|
|
13089
13185
|
max-width: none;
|
|
13090
13186
|
}
|
|
13091
13187
|
.menubar-vertical-expand-md .menubar-collapse {
|
|
@@ -13102,12 +13198,14 @@ label.custom-control-label {
|
|
|
13102
13198
|
border-color: transparent;
|
|
13103
13199
|
border-style: solid;
|
|
13104
13200
|
border-width: 0.0625rem;
|
|
13105
|
-
display: flex;
|
|
13201
|
+
display: inline-flex;
|
|
13106
13202
|
height: 2rem;
|
|
13107
13203
|
padding-left: 0.5rem;
|
|
13108
13204
|
padding-right: 0.5rem;
|
|
13109
13205
|
}
|
|
13110
13206
|
.menubar-vertical-expand-md .menubar-toggler .c-inner {
|
|
13207
|
+
margin-left: -0.5rem;
|
|
13208
|
+
margin-right: -0.5rem;
|
|
13111
13209
|
max-width: none;
|
|
13112
13210
|
}
|
|
13113
13211
|
.menubar-vertical-expand-md .menubar-toggler .lexicon-icon {
|
|
@@ -13142,8 +13240,9 @@ label.custom-control-label {
|
|
|
13142
13240
|
.menubar-vertical-expand-md.menubar-transparent .nav-link {
|
|
13143
13241
|
border-radius: 0.25rem;
|
|
13144
13242
|
color: #6b6c7e;
|
|
13145
|
-
|
|
13243
|
+
letter-spacing: 0.02em;
|
|
13146
13244
|
margin-bottom: 0.25rem;
|
|
13245
|
+
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;
|
|
13147
13246
|
}
|
|
13148
13247
|
@media (prefers-reduced-motion: reduce) {
|
|
13149
13248
|
.menubar-vertical-expand-md.menubar-transparent .nav-link {
|
|
@@ -13154,11 +13253,24 @@ label.custom-control-label {
|
|
|
13154
13253
|
transition: none;
|
|
13155
13254
|
}
|
|
13156
13255
|
|
|
13256
|
+
.menubar-vertical-expand-md.menubar-transparent .nav-link::before {
|
|
13257
|
+
border-radius: 0.25rem 0 0 0.25rem;
|
|
13258
|
+
bottom: 0;
|
|
13259
|
+
content: "";
|
|
13260
|
+
display: block;
|
|
13261
|
+
left: 0;
|
|
13262
|
+
position: absolute;
|
|
13263
|
+
top: 0;
|
|
13264
|
+
}
|
|
13157
13265
|
.menubar-vertical-expand-md.menubar-transparent .nav-link:hover, .menubar-vertical-expand-md.menubar-transparent .nav-link.hover {
|
|
13158
13266
|
background-color: rgba(39, 40, 51, 0.04);
|
|
13159
13267
|
color: #272833;
|
|
13160
|
-
box-shadow: inset 0.125rem 0 0 0 #88889a;
|
|
13161
13268
|
font-weight: 600;
|
|
13269
|
+
letter-spacing: 0;
|
|
13270
|
+
}
|
|
13271
|
+
.menubar-vertical-expand-md.menubar-transparent .nav-link:hover::before, .menubar-vertical-expand-md.menubar-transparent .nav-link.hover::before {
|
|
13272
|
+
background: #88889a;
|
|
13273
|
+
width: 0.1875rem;
|
|
13162
13274
|
}
|
|
13163
13275
|
.menubar-vertical-expand-md.menubar-transparent .nav-link.focus, .menubar-vertical-expand-md.menubar-transparent .nav-link:focus {
|
|
13164
13276
|
color: #272833;
|
|
@@ -13182,16 +13294,37 @@ label.custom-control-label {
|
|
|
13182
13294
|
.menubar-vertical-expand-md.menubar-transparent .nav-link.active {
|
|
13183
13295
|
font-weight: 600;
|
|
13184
13296
|
background-color: rgba(11, 95, 255, 0.06);
|
|
13185
|
-
box-shadow: inset 0.25rem 0 0 0 #528eff;
|
|
13186
13297
|
color: #272833;
|
|
13298
|
+
letter-spacing: 0;
|
|
13299
|
+
}
|
|
13300
|
+
.menubar-vertical-expand-md.menubar-transparent .nav-link.active::before {
|
|
13301
|
+
background-color: #528eff;
|
|
13302
|
+
width: 0.25rem;
|
|
13187
13303
|
}
|
|
13188
13304
|
.menubar-vertical-expand-md.menubar-transparent .nav-link:disabled, .menubar-vertical-expand-md.menubar-transparent .nav-link.disabled {
|
|
13305
|
+
background-color: transparent;
|
|
13189
13306
|
color: rgba(0, 0, 0, 0.3);
|
|
13190
13307
|
box-shadow: none;
|
|
13308
|
+
font-weight: 400;
|
|
13309
|
+
letter-spacing: 0.02em;
|
|
13310
|
+
}
|
|
13311
|
+
.menubar-vertical-expand-md.menubar-transparent .nav-link:disabled::before, .menubar-vertical-expand-md.menubar-transparent .nav-link.disabled::before {
|
|
13312
|
+
content: none;
|
|
13313
|
+
}
|
|
13314
|
+
.menubar-vertical-expand-md.menubar-transparent .nav-link:disabled::after, .menubar-vertical-expand-md.menubar-transparent .nav-link.disabled::after {
|
|
13315
|
+
content: none;
|
|
13191
13316
|
}
|
|
13192
13317
|
.menubar-vertical-expand-md.menubar-transparent .nav-link[aria-expanded=true], .menubar-vertical-expand-md.menubar-transparent .nav-link.show {
|
|
13193
13318
|
font-weight: 600;
|
|
13194
13319
|
color: #272833;
|
|
13320
|
+
letter-spacing: 0;
|
|
13321
|
+
}
|
|
13322
|
+
.menubar-vertical-expand-md.menubar-transparent .nav-link[aria-expanded=true]::before, .menubar-vertical-expand-md.menubar-transparent .nav-link.show::before {
|
|
13323
|
+
background-color: transparent;
|
|
13324
|
+
}
|
|
13325
|
+
.menubar-vertical-expand-md.menubar-transparent .nav-link[aria-expanded=true]:hover::before, .menubar-vertical-expand-md.menubar-transparent .nav-link.show:hover::before {
|
|
13326
|
+
background-color: #88889a;
|
|
13327
|
+
width: 0.1875rem;
|
|
13195
13328
|
}
|
|
13196
13329
|
@media (max-width: 767.98px) {
|
|
13197
13330
|
.menubar-vertical-expand-md.menubar-transparent {
|
|
@@ -13205,7 +13338,7 @@ label.custom-control-label {
|
|
|
13205
13338
|
}
|
|
13206
13339
|
.menubar-vertical-expand-md.menubar-transparent .menubar-toggler {
|
|
13207
13340
|
text-decoration: none;
|
|
13208
|
-
color: #
|
|
13341
|
+
color: #6b6c7e;
|
|
13209
13342
|
font-size: 0.875rem;
|
|
13210
13343
|
font-weight: 600;
|
|
13211
13344
|
transition: box-shadow 0.15s ease-in-out;
|
|
@@ -13227,6 +13360,9 @@ label.custom-control-label {
|
|
|
13227
13360
|
color: #272833;
|
|
13228
13361
|
margin-bottom: 0;
|
|
13229
13362
|
}
|
|
13363
|
+
.menubar-vertical-expand-md.menubar-transparent .nav-link::before {
|
|
13364
|
+
content: none;
|
|
13365
|
+
}
|
|
13230
13366
|
.menubar-vertical-expand-md.menubar-transparent .nav-link:hover, .menubar-vertical-expand-md.menubar-transparent .nav-link.hover {
|
|
13231
13367
|
background-color: rgba(39, 40, 51, 0.04);
|
|
13232
13368
|
color: #1c1d25;
|
|
@@ -13290,9 +13426,7 @@ label.custom-control-label {
|
|
|
13290
13426
|
}
|
|
13291
13427
|
@media (max-width: 991.98px) {
|
|
13292
13428
|
.menubar-vertical-expand-lg {
|
|
13293
|
-
margin-bottom:
|
|
13294
|
-
margin-left: -12px;
|
|
13295
|
-
margin-right: -12px;
|
|
13429
|
+
margin-bottom: 1rem;
|
|
13296
13430
|
max-width: none;
|
|
13297
13431
|
}
|
|
13298
13432
|
.menubar-vertical-expand-lg .menubar-collapse {
|
|
@@ -13309,12 +13443,14 @@ label.custom-control-label {
|
|
|
13309
13443
|
border-color: transparent;
|
|
13310
13444
|
border-style: solid;
|
|
13311
13445
|
border-width: 0.0625rem;
|
|
13312
|
-
display: flex;
|
|
13446
|
+
display: inline-flex;
|
|
13313
13447
|
height: 2rem;
|
|
13314
13448
|
padding-left: 0.5rem;
|
|
13315
13449
|
padding-right: 0.5rem;
|
|
13316
13450
|
}
|
|
13317
13451
|
.menubar-vertical-expand-lg .menubar-toggler .c-inner {
|
|
13452
|
+
margin-left: -0.5rem;
|
|
13453
|
+
margin-right: -0.5rem;
|
|
13318
13454
|
max-width: none;
|
|
13319
13455
|
}
|
|
13320
13456
|
.menubar-vertical-expand-lg .menubar-toggler .lexicon-icon {
|
|
@@ -13349,8 +13485,9 @@ label.custom-control-label {
|
|
|
13349
13485
|
.menubar-vertical-expand-lg.menubar-transparent .nav-link {
|
|
13350
13486
|
border-radius: 0.25rem;
|
|
13351
13487
|
color: #6b6c7e;
|
|
13352
|
-
|
|
13488
|
+
letter-spacing: 0.02em;
|
|
13353
13489
|
margin-bottom: 0.25rem;
|
|
13490
|
+
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;
|
|
13354
13491
|
}
|
|
13355
13492
|
@media (prefers-reduced-motion: reduce) {
|
|
13356
13493
|
.menubar-vertical-expand-lg.menubar-transparent .nav-link {
|
|
@@ -13361,14 +13498,26 @@ label.custom-control-label {
|
|
|
13361
13498
|
transition: none;
|
|
13362
13499
|
}
|
|
13363
13500
|
|
|
13501
|
+
.menubar-vertical-expand-lg.menubar-transparent .nav-link::before {
|
|
13502
|
+
border-radius: 0.25rem 0 0 0.25rem;
|
|
13503
|
+
bottom: 0;
|
|
13504
|
+
content: "";
|
|
13505
|
+
display: block;
|
|
13506
|
+
left: 0;
|
|
13507
|
+
position: absolute;
|
|
13508
|
+
top: 0;
|
|
13509
|
+
}
|
|
13364
13510
|
.menubar-vertical-expand-lg.menubar-transparent .nav-link:hover, .menubar-vertical-expand-lg.menubar-transparent .nav-link.hover {
|
|
13365
13511
|
background-color: rgba(39, 40, 51, 0.04);
|
|
13366
13512
|
color: #272833;
|
|
13367
|
-
box-shadow: inset 0.125rem 0 0 0 #88889a;
|
|
13368
13513
|
font-weight: 600;
|
|
13514
|
+
letter-spacing: 0;
|
|
13515
|
+
}
|
|
13516
|
+
.menubar-vertical-expand-lg.menubar-transparent .nav-link:hover::before, .menubar-vertical-expand-lg.menubar-transparent .nav-link.hover::before {
|
|
13517
|
+
background: #88889a;
|
|
13518
|
+
width: 0.1875rem;
|
|
13369
13519
|
}
|
|
13370
13520
|
.menubar-vertical-expand-lg.menubar-transparent .nav-link.focus, .menubar-vertical-expand-lg.menubar-transparent .nav-link:focus {
|
|
13371
|
-
background-color: rgba(11, 95, 255, 0.04);
|
|
13372
13521
|
color: #272833;
|
|
13373
13522
|
outline: 0;
|
|
13374
13523
|
}
|
|
@@ -13389,16 +13538,37 @@ label.custom-control-label {
|
|
|
13389
13538
|
.menubar-vertical-expand-lg.menubar-transparent .nav-link.active {
|
|
13390
13539
|
font-weight: 600;
|
|
13391
13540
|
background-color: rgba(11, 95, 255, 0.06);
|
|
13392
|
-
box-shadow: inset 0.25rem 0 0 0 #528eff;
|
|
13393
13541
|
color: #272833;
|
|
13542
|
+
letter-spacing: 0;
|
|
13543
|
+
}
|
|
13544
|
+
.menubar-vertical-expand-lg.menubar-transparent .nav-link.active::before {
|
|
13545
|
+
background-color: #528eff;
|
|
13546
|
+
width: 0.25rem;
|
|
13394
13547
|
}
|
|
13395
13548
|
.menubar-vertical-expand-lg.menubar-transparent .nav-link:disabled, .menubar-vertical-expand-lg.menubar-transparent .nav-link.disabled {
|
|
13549
|
+
background-color: transparent;
|
|
13396
13550
|
color: rgba(0, 0, 0, 0.3);
|
|
13397
13551
|
box-shadow: none;
|
|
13552
|
+
font-weight: 400;
|
|
13553
|
+
letter-spacing: 0.02em;
|
|
13554
|
+
}
|
|
13555
|
+
.menubar-vertical-expand-lg.menubar-transparent .nav-link:disabled::before, .menubar-vertical-expand-lg.menubar-transparent .nav-link.disabled::before {
|
|
13556
|
+
content: none;
|
|
13557
|
+
}
|
|
13558
|
+
.menubar-vertical-expand-lg.menubar-transparent .nav-link:disabled::after, .menubar-vertical-expand-lg.menubar-transparent .nav-link.disabled::after {
|
|
13559
|
+
content: none;
|
|
13398
13560
|
}
|
|
13399
13561
|
.menubar-vertical-expand-lg.menubar-transparent .nav-link[aria-expanded=true], .menubar-vertical-expand-lg.menubar-transparent .nav-link.show {
|
|
13400
13562
|
font-weight: 600;
|
|
13401
13563
|
color: #272833;
|
|
13564
|
+
letter-spacing: 0;
|
|
13565
|
+
}
|
|
13566
|
+
.menubar-vertical-expand-lg.menubar-transparent .nav-link[aria-expanded=true]::before, .menubar-vertical-expand-lg.menubar-transparent .nav-link.show::before {
|
|
13567
|
+
background-color: transparent;
|
|
13568
|
+
}
|
|
13569
|
+
.menubar-vertical-expand-lg.menubar-transparent .nav-link[aria-expanded=true]:hover::before, .menubar-vertical-expand-lg.menubar-transparent .nav-link.show:hover::before {
|
|
13570
|
+
background-color: #88889a;
|
|
13571
|
+
width: 0.1875rem;
|
|
13402
13572
|
}
|
|
13403
13573
|
@media (max-width: 991.98px) {
|
|
13404
13574
|
.menubar-vertical-expand-lg.menubar-transparent {
|
|
@@ -13412,7 +13582,7 @@ label.custom-control-label {
|
|
|
13412
13582
|
}
|
|
13413
13583
|
.menubar-vertical-expand-lg.menubar-transparent .menubar-toggler {
|
|
13414
13584
|
text-decoration: none;
|
|
13415
|
-
color: #
|
|
13585
|
+
color: #6b6c7e;
|
|
13416
13586
|
font-size: 0.875rem;
|
|
13417
13587
|
font-weight: 600;
|
|
13418
13588
|
transition: box-shadow 0.15s ease-in-out;
|
|
@@ -13434,6 +13604,9 @@ label.custom-control-label {
|
|
|
13434
13604
|
color: #272833;
|
|
13435
13605
|
margin-bottom: 0;
|
|
13436
13606
|
}
|
|
13607
|
+
.menubar-vertical-expand-lg.menubar-transparent .nav-link::before {
|
|
13608
|
+
content: none;
|
|
13609
|
+
}
|
|
13437
13610
|
.menubar-vertical-expand-lg.menubar-transparent .nav-link:hover, .menubar-vertical-expand-lg.menubar-transparent .nav-link.hover {
|
|
13438
13611
|
background-color: rgba(39, 40, 51, 0.04);
|
|
13439
13612
|
color: #1c1d25;
|
|
@@ -13599,11 +13772,11 @@ label.custom-control-label {
|
|
|
13599
13772
|
display: inline-block;
|
|
13600
13773
|
max-width: 100%;
|
|
13601
13774
|
overflow: hidden;
|
|
13775
|
+
text-decoration: inherit;
|
|
13602
13776
|
text-overflow: ellipsis;
|
|
13603
13777
|
vertical-align: bottom;
|
|
13604
13778
|
white-space: nowrap;
|
|
13605
13779
|
}
|
|
13606
|
-
|
|
13607
13780
|
.navbar-toggler-icon {
|
|
13608
13781
|
background-size: 100% 100%;
|
|
13609
13782
|
background: no-repeat center center;
|
|
@@ -17459,16 +17632,28 @@ label.custom-control-label {
|
|
|
17459
17632
|
transition: none;
|
|
17460
17633
|
}
|
|
17461
17634
|
|
|
17635
|
+
.page-link::before {
|
|
17636
|
+
border-radius: 0 0 0.25rem 0.25rem;
|
|
17637
|
+
bottom: 0;
|
|
17638
|
+
content: "";
|
|
17639
|
+
display: block;
|
|
17640
|
+
left: 0;
|
|
17641
|
+
position: absolute;
|
|
17642
|
+
right: 0;
|
|
17643
|
+
}
|
|
17462
17644
|
.page-link:hover, .page-link.hover {
|
|
17463
17645
|
background-color: rgba(39, 40, 51, 0.04);
|
|
17464
17646
|
border-color: transparent;
|
|
17465
17647
|
color: #272833;
|
|
17466
17648
|
text-decoration: none;
|
|
17467
17649
|
z-index: 2;
|
|
17468
|
-
box-shadow: inset 0 -0.125rem 0 0 #88889a;
|
|
17469
17650
|
font-weight: 600;
|
|
17470
17651
|
letter-spacing: 0;
|
|
17471
17652
|
}
|
|
17653
|
+
.page-link:hover::before, .page-link.hover::before {
|
|
17654
|
+
background-color: #88889a;
|
|
17655
|
+
height: 0.1875rem;
|
|
17656
|
+
}
|
|
17472
17657
|
.page-link.focus, .page-link:focus {
|
|
17473
17658
|
box-shadow: none;
|
|
17474
17659
|
outline: 0;
|
|
@@ -17493,7 +17678,6 @@ label.custom-control-label {
|
|
|
17493
17678
|
border-color: transparent;
|
|
17494
17679
|
color: #272833;
|
|
17495
17680
|
z-index: 3;
|
|
17496
|
-
box-shadow: inset 0 -0.125rem 0 0 #528eff;
|
|
17497
17681
|
font-weight: 600;
|
|
17498
17682
|
letter-spacing: 0;
|
|
17499
17683
|
}
|
|
@@ -17502,10 +17686,13 @@ label.custom-control-label {
|
|
|
17502
17686
|
border-color: transparent;
|
|
17503
17687
|
color: #272833;
|
|
17504
17688
|
z-index: 3;
|
|
17505
|
-
box-shadow: inset 0 -0.25rem 0 0 #528eff;
|
|
17506
17689
|
font-weight: 600;
|
|
17507
17690
|
letter-spacing: 0;
|
|
17508
17691
|
}
|
|
17692
|
+
.page-link.active::before {
|
|
17693
|
+
background-color: #528eff;
|
|
17694
|
+
height: 0.25rem;
|
|
17695
|
+
}
|
|
17509
17696
|
.page-link:disabled, .page-link.disabled {
|
|
17510
17697
|
background-color: transparent;
|
|
17511
17698
|
border-color: transparent;
|
|
@@ -17516,6 +17703,9 @@ label.custom-control-label {
|
|
|
17516
17703
|
pointer-events: auto;
|
|
17517
17704
|
z-index: 0;
|
|
17518
17705
|
}
|
|
17706
|
+
.page-link:disabled::before, .page-link.disabled::before {
|
|
17707
|
+
content: none;
|
|
17708
|
+
}
|
|
17519
17709
|
.page-link:disabled:focus::after, .page-link.disabled:focus::after {
|
|
17520
17710
|
content: none;
|
|
17521
17711
|
}
|
|
@@ -17527,10 +17717,16 @@ label.custom-control-label {
|
|
|
17527
17717
|
border-color: transparent;
|
|
17528
17718
|
color: #272833;
|
|
17529
17719
|
z-index: 3;
|
|
17530
|
-
box-shadow: inset 0 -0.25rem 0 0 #528eff;
|
|
17531
17720
|
font-weight: 600;
|
|
17532
17721
|
letter-spacing: 0;
|
|
17533
17722
|
}
|
|
17723
|
+
.page-link[aria-expanded=true]::before, .page-link.show::before {
|
|
17724
|
+
background-color: transparent;
|
|
17725
|
+
}
|
|
17726
|
+
.page-link[aria-expanded=true]:hover::before, .page-link.show:hover::before {
|
|
17727
|
+
background-color: #88889a;
|
|
17728
|
+
height: 0.1875rem;
|
|
17729
|
+
}
|
|
17534
17730
|
.page-link > .c-inner {
|
|
17535
17731
|
margin-bottom: 0;
|
|
17536
17732
|
margin-left: -0.625rem;
|
|
@@ -17550,10 +17746,13 @@ label.custom-control-label {
|
|
|
17550
17746
|
border-color: transparent;
|
|
17551
17747
|
color: #272833;
|
|
17552
17748
|
z-index: 3;
|
|
17553
|
-
box-shadow: inset 0 -0.25rem 0 0 #528eff;
|
|
17554
17749
|
font-weight: 600;
|
|
17555
17750
|
letter-spacing: 0;
|
|
17556
17751
|
}
|
|
17752
|
+
.page-item.active .page-link::before {
|
|
17753
|
+
background-color: #528eff;
|
|
17754
|
+
height: 0.25rem;
|
|
17755
|
+
}
|
|
17557
17756
|
.page-item.disabled .page-link {
|
|
17558
17757
|
background-color: transparent;
|
|
17559
17758
|
border-color: transparent;
|
|
@@ -17564,6 +17763,9 @@ label.custom-control-label {
|
|
|
17564
17763
|
pointer-events: auto;
|
|
17565
17764
|
z-index: 0;
|
|
17566
17765
|
}
|
|
17766
|
+
.page-item.disabled .page-link::before {
|
|
17767
|
+
content: none;
|
|
17768
|
+
}
|
|
17567
17769
|
.page-item.disabled .page-link.focus::after, .page-item.disabled .page-link:focus::after {
|
|
17568
17770
|
content: none;
|
|
17569
17771
|
}
|
|
@@ -17615,18 +17817,33 @@ label.custom-control-label {
|
|
|
17615
17817
|
transition: none;
|
|
17616
17818
|
}
|
|
17617
17819
|
|
|
17820
|
+
.pagination-items-per-page > a::before,
|
|
17821
|
+
.pagination-items-per-page > button::before {
|
|
17822
|
+
border-radius: 0 0 0.25rem 0.25rem;
|
|
17823
|
+
bottom: 0;
|
|
17824
|
+
content: "";
|
|
17825
|
+
display: block;
|
|
17826
|
+
left: 0;
|
|
17827
|
+
position: absolute;
|
|
17828
|
+
right: 0;
|
|
17829
|
+
}
|
|
17618
17830
|
.pagination-items-per-page > a:hover, .pagination-items-per-page > a.hover,
|
|
17619
17831
|
.pagination-items-per-page > button:hover,
|
|
17620
17832
|
.pagination-items-per-page > button.hover {
|
|
17621
17833
|
background-color: rgba(39, 40, 51, 0.04);
|
|
17622
17834
|
border-color: transparent;
|
|
17623
17835
|
color: #272833;
|
|
17624
|
-
box-shadow: inset 0 -0.125rem 0 0 #88889a;
|
|
17625
17836
|
font-weight: 600;
|
|
17626
17837
|
letter-spacing: 0;
|
|
17627
17838
|
text-decoration: none;
|
|
17628
17839
|
z-index: 2;
|
|
17629
17840
|
}
|
|
17841
|
+
.pagination-items-per-page > a:hover::before, .pagination-items-per-page > a.hover::before,
|
|
17842
|
+
.pagination-items-per-page > button:hover::before,
|
|
17843
|
+
.pagination-items-per-page > button.hover::before {
|
|
17844
|
+
background-color: #88889a;
|
|
17845
|
+
height: 0.1875rem;
|
|
17846
|
+
}
|
|
17630
17847
|
.pagination-items-per-page > a.focus, .pagination-items-per-page > a:focus,
|
|
17631
17848
|
.pagination-items-per-page > button.focus,
|
|
17632
17849
|
.pagination-items-per-page > button:focus {
|
|
@@ -17670,6 +17887,18 @@ label.custom-control-label {
|
|
|
17670
17887
|
cursor: not-allowed;
|
|
17671
17888
|
opacity: 0.5;
|
|
17672
17889
|
pointer-events: auto;
|
|
17890
|
+
font-weight: 400;
|
|
17891
|
+
letter-spacing: 0.033em;
|
|
17892
|
+
}
|
|
17893
|
+
.pagination-items-per-page > a:disabled::before, .pagination-items-per-page > a.disabled::before,
|
|
17894
|
+
.pagination-items-per-page > button:disabled::before,
|
|
17895
|
+
.pagination-items-per-page > button.disabled::before {
|
|
17896
|
+
content: none;
|
|
17897
|
+
}
|
|
17898
|
+
.pagination-items-per-page > a:disabled:focus::after, .pagination-items-per-page > a.disabled:focus::after,
|
|
17899
|
+
.pagination-items-per-page > button:disabled:focus::after,
|
|
17900
|
+
.pagination-items-per-page > button.disabled:focus::after {
|
|
17901
|
+
content: none;
|
|
17673
17902
|
}
|
|
17674
17903
|
.pagination-items-per-page > a[aria-expanded=true], .pagination-items-per-page > a.show,
|
|
17675
17904
|
.pagination-items-per-page > button[aria-expanded=true],
|
|
@@ -17678,9 +17907,19 @@ label.custom-control-label {
|
|
|
17678
17907
|
border-color: transparent;
|
|
17679
17908
|
color: #272833;
|
|
17680
17909
|
font-weight: 600;
|
|
17681
|
-
box-shadow: inset 0 -0.25rem 0 0 #528eff;
|
|
17682
17910
|
letter-spacing: 0;
|
|
17683
17911
|
}
|
|
17912
|
+
.pagination-items-per-page > a[aria-expanded=true]::before, .pagination-items-per-page > a.show::before,
|
|
17913
|
+
.pagination-items-per-page > button[aria-expanded=true]::before,
|
|
17914
|
+
.pagination-items-per-page > button.show::before {
|
|
17915
|
+
background-color: transparent;
|
|
17916
|
+
}
|
|
17917
|
+
.pagination-items-per-page > a[aria-expanded=true]:hover::before, .pagination-items-per-page > a.show:hover::before,
|
|
17918
|
+
.pagination-items-per-page > button[aria-expanded=true]:hover::before,
|
|
17919
|
+
.pagination-items-per-page > button.show:hover::before {
|
|
17920
|
+
background-color: #88889a;
|
|
17921
|
+
height: 0.1875rem;
|
|
17922
|
+
}
|
|
17684
17923
|
.pagination-items-per-page > a > .c-inner,
|
|
17685
17924
|
.pagination-items-per-page > button > .c-inner {
|
|
17686
17925
|
margin-bottom: 0;
|
|
@@ -17702,6 +17941,17 @@ label.custom-control-label {
|
|
|
17702
17941
|
cursor: not-allowed;
|
|
17703
17942
|
opacity: 0.5;
|
|
17704
17943
|
pointer-events: auto;
|
|
17944
|
+
font-weight: 400;
|
|
17945
|
+
letter-spacing: 0.033em;
|
|
17946
|
+
}
|
|
17947
|
+
.pagination-items-per-page.disabled > a::before,
|
|
17948
|
+
.pagination-items-per-page.disabled > button::before {
|
|
17949
|
+
content: none;
|
|
17950
|
+
}
|
|
17951
|
+
.pagination-items-per-page.disabled > a.focus::after, .pagination-items-per-page.disabled > a:focus::after,
|
|
17952
|
+
.pagination-items-per-page.disabled > button.focus::after,
|
|
17953
|
+
.pagination-items-per-page.disabled > button:focus::after {
|
|
17954
|
+
content: none;
|
|
17705
17955
|
}
|
|
17706
17956
|
@media (max-width: 767.98px) {
|
|
17707
17957
|
.pagination-items-per-page + .pagination-results {
|
|
@@ -20018,7 +20268,7 @@ caption {
|
|
|
20018
20268
|
.table-title [href] {
|
|
20019
20269
|
color: #272833;
|
|
20020
20270
|
border-radius: 1px;
|
|
20021
|
-
display: inline-
|
|
20271
|
+
display: inline-flex;
|
|
20022
20272
|
max-width: 100%;
|
|
20023
20273
|
transition: box-shadow 0.15s ease-in-out;
|
|
20024
20274
|
}
|
|
@@ -20047,7 +20297,7 @@ caption {
|
|
|
20047
20297
|
.table-link {
|
|
20048
20298
|
color: #272833;
|
|
20049
20299
|
border-radius: 1px;
|
|
20050
|
-
display: inline-
|
|
20300
|
+
display: inline-flex;
|
|
20051
20301
|
max-width: 100%;
|
|
20052
20302
|
transition: box-shadow 0.15s ease-in-out;
|
|
20053
20303
|
}
|
|
@@ -20374,7 +20624,7 @@ caption {
|
|
|
20374
20624
|
.table-list-title [href] {
|
|
20375
20625
|
color: #272833;
|
|
20376
20626
|
border-radius: 1px;
|
|
20377
|
-
display: inline-
|
|
20627
|
+
display: inline-flex;
|
|
20378
20628
|
max-width: 100%;
|
|
20379
20629
|
transition: box-shadow 0.15s ease-in-out;
|
|
20380
20630
|
}
|
|
@@ -20403,7 +20653,7 @@ caption {
|
|
|
20403
20653
|
.table-list-link {
|
|
20404
20654
|
color: #272833;
|
|
20405
20655
|
border-radius: 1px;
|
|
20406
|
-
display: inline-
|
|
20656
|
+
display: inline-flex;
|
|
20407
20657
|
max-width: 100%;
|
|
20408
20658
|
transition: box-shadow 0.15s ease-in-out;
|
|
20409
20659
|
}
|
|
@@ -22638,7 +22888,6 @@ ul.autofit-row {
|
|
|
22638
22888
|
padding-left: inherit;
|
|
22639
22889
|
padding-right: inherit;
|
|
22640
22890
|
padding-top: inherit;
|
|
22641
|
-
text-overflow: inherit;
|
|
22642
22891
|
width: inherit;
|
|
22643
22892
|
}
|
|
22644
22893
|
|
|
@@ -27495,37 +27744,6 @@ button.bg-dark:focus {
|
|
|
27495
27744
|
display: none !important;
|
|
27496
27745
|
}
|
|
27497
27746
|
|
|
27498
|
-
.d-block-c-prefers-reduced-motion {
|
|
27499
|
-
display: none !important;
|
|
27500
|
-
}
|
|
27501
|
-
|
|
27502
|
-
.d-inline-block-c-prefers-reduced-motion {
|
|
27503
|
-
display: none !important;
|
|
27504
|
-
}
|
|
27505
|
-
|
|
27506
|
-
@media (prefers-reduced-motion: reduce) {
|
|
27507
|
-
.d-none-c-prefers-reduced-motion {
|
|
27508
|
-
display: none !important;
|
|
27509
|
-
}
|
|
27510
|
-
|
|
27511
|
-
.d-block-c-prefers-reduced-motion {
|
|
27512
|
-
display: block !important;
|
|
27513
|
-
}
|
|
27514
|
-
|
|
27515
|
-
.d-inline-block-c-prefers-reduced-motion {
|
|
27516
|
-
display: inline-block !important;
|
|
27517
|
-
}
|
|
27518
|
-
}
|
|
27519
|
-
.c-prefers-reduced-motion .d-none-c-prefers-reduced-motion {
|
|
27520
|
-
display: none !important;
|
|
27521
|
-
}
|
|
27522
|
-
.c-prefers-reduced-motion .d-block-c-prefers-reduced-motion {
|
|
27523
|
-
display: block !important;
|
|
27524
|
-
}
|
|
27525
|
-
.c-prefers-reduced-motion .d-inline-block-c-prefers-reduced-motion {
|
|
27526
|
-
display: inline-block !important;
|
|
27527
|
-
}
|
|
27528
|
-
|
|
27529
27747
|
@media print {
|
|
27530
27748
|
.d-print-none {
|
|
27531
27749
|
display: none !important;
|
|
@@ -32554,11 +32772,25 @@ button.bg-dark:focus {
|
|
|
32554
32772
|
}
|
|
32555
32773
|
|
|
32556
32774
|
.text-truncate {
|
|
32775
|
+
display: block;
|
|
32557
32776
|
overflow: hidden;
|
|
32558
32777
|
text-overflow: ellipsis;
|
|
32559
32778
|
white-space: nowrap;
|
|
32560
32779
|
}
|
|
32561
|
-
|
|
32780
|
+
.text-truncate-inline {
|
|
32781
|
+
display: inline-flex;
|
|
32782
|
+
max-width: 100%;
|
|
32783
|
+
}
|
|
32784
|
+
.text-truncate-inline .text-truncate {
|
|
32785
|
+
display: inline-block;
|
|
32786
|
+
max-width: 100%;
|
|
32787
|
+
overflow: hidden;
|
|
32788
|
+
text-overflow: ellipsis;
|
|
32789
|
+
vertical-align: bottom;
|
|
32790
|
+
white-space: nowrap;
|
|
32791
|
+
overflow-wrap: normal;
|
|
32792
|
+
word-wrap: normal;
|
|
32793
|
+
}
|
|
32562
32794
|
.text-left {
|
|
32563
32795
|
text-align: left !important;
|
|
32564
32796
|
}
|
|
@@ -32834,6 +33066,65 @@ a.text-dark:hover, a.text-dark:focus {
|
|
|
32834
33066
|
visibility: hidden !important;
|
|
32835
33067
|
}
|
|
32836
33068
|
|
|
33069
|
+
.c-prefers-expanded-text .breadcrumb-text-truncate, .c-prefers-expanded-text .form-control-plaintext, .c-prefers-expanded-text .form-control-select, .c-prefers-expanded-text .modal-title, .c-prefers-expanded-text .multi-step-title-center .multi-step-title, .c-prefers-expanded-text .multi-step-indicator .multi-step-indicator-label, .c-prefers-expanded-text .nav-text-truncate, .c-prefers-expanded-text .navbar-text-truncate, .c-prefers-expanded-text .text-truncate, .c-prefers-expanded-text .text-truncate-inline .text-truncate {
|
|
33070
|
+
max-width: 100% !important;
|
|
33071
|
+
overflow-wrap: break-word !important;
|
|
33072
|
+
white-space: normal !important;
|
|
33073
|
+
word-wrap: break-word !important;
|
|
33074
|
+
}
|
|
33075
|
+
|
|
33076
|
+
.c-prefers-link-underline [href]:not(.disabled):not([role=button]) {
|
|
33077
|
+
text-decoration: underline !important;
|
|
33078
|
+
}
|
|
33079
|
+
.c-prefers-link-underline .btn-monospaced[href]:not(.disabled):not([role=button]):not([role=tab])::after, .c-prefers-link-underline .nav-btn-monospaced[href]:not(.disabled):not([role=button]):not([role=tab])::after, .c-prefers-link-underline .nav-link-monospaced[href]:not(.disabled):not([role=button]):not([role=tab])::after {
|
|
33080
|
+
content: " ";
|
|
33081
|
+
position: absolute;
|
|
33082
|
+
text-decoration: underline !important;
|
|
33083
|
+
}
|
|
33084
|
+
.c-prefers-link-underline .multi-step-item.active .multi-step-icon[href]:not([role=button])::after, .c-prefers-link-underline .multi-step-item.complete .multi-step-icon[href]:not([role=button])::after, .c-prefers-link-underline .multi-step-item.error .multi-step-icon[href]:not([role=button])::after, .c-prefers-link-underline .dropdown .multi-step-icon[href]:not([role=button])::after {
|
|
33085
|
+
content: " ";
|
|
33086
|
+
position: absolute;
|
|
33087
|
+
text-decoration: underline !important;
|
|
33088
|
+
}
|
|
33089
|
+
.c-prefers-link-underline .multi-step-item.disabled .multi-step-icon[href]:not([role=button])::after {
|
|
33090
|
+
text-decoration: none !important;
|
|
33091
|
+
}
|
|
33092
|
+
|
|
33093
|
+
.c-prefers-letter-spacing-1 {
|
|
33094
|
+
letter-spacing: 1px !important;
|
|
33095
|
+
}
|
|
33096
|
+
|
|
33097
|
+
.d-block-c-prefers-reduced-motion {
|
|
33098
|
+
display: none !important;
|
|
33099
|
+
}
|
|
33100
|
+
|
|
33101
|
+
.d-inline-block-c-prefers-reduced-motion {
|
|
33102
|
+
display: none !important;
|
|
33103
|
+
}
|
|
33104
|
+
|
|
33105
|
+
@media (prefers-reduced-motion: reduce) {
|
|
33106
|
+
.d-none-c-prefers-reduced-motion {
|
|
33107
|
+
display: none !important;
|
|
33108
|
+
}
|
|
33109
|
+
|
|
33110
|
+
.d-block-c-prefers-reduced-motion {
|
|
33111
|
+
display: block !important;
|
|
33112
|
+
}
|
|
33113
|
+
|
|
33114
|
+
.d-inline-block-c-prefers-reduced-motion {
|
|
33115
|
+
display: inline-block !important;
|
|
33116
|
+
}
|
|
33117
|
+
}
|
|
33118
|
+
.c-prefers-reduced-motion .d-none-c-prefers-reduced-motion {
|
|
33119
|
+
display: none !important;
|
|
33120
|
+
}
|
|
33121
|
+
.c-prefers-reduced-motion .d-block-c-prefers-reduced-motion {
|
|
33122
|
+
display: block !important;
|
|
33123
|
+
}
|
|
33124
|
+
.c-prefers-reduced-motion .d-inline-block-c-prefers-reduced-motion {
|
|
33125
|
+
display: inline-block !important;
|
|
33126
|
+
}
|
|
33127
|
+
|
|
32837
33128
|
.c-prefers-reduced-motion {
|
|
32838
33129
|
scroll-behavior: auto;
|
|
32839
33130
|
transition: none;
|
|
@@ -32868,6 +33159,11 @@ a.text-dark:hover, a.text-dark:focus {
|
|
|
32868
33159
|
top: 50%;
|
|
32869
33160
|
width: 0.25em;
|
|
32870
33161
|
}
|
|
33162
|
+
@media (prefers-reduced-motion: reduce) {
|
|
33163
|
+
.loading-animation::before {
|
|
33164
|
+
animation: none;
|
|
33165
|
+
}
|
|
33166
|
+
}
|
|
32871
33167
|
.c-prefers-reduced-motion .loading-animation::before {
|
|
32872
33168
|
animation: none;
|
|
32873
33169
|
}
|
|
@@ -32885,6 +33181,11 @@ a.text-dark:hover, a.text-dark:focus {
|
|
|
32885
33181
|
padding: 0.25em;
|
|
32886
33182
|
width: 1em;
|
|
32887
33183
|
}
|
|
33184
|
+
@media (prefers-reduced-motion: reduce) {
|
|
33185
|
+
.loading-animation::after {
|
|
33186
|
+
animation: none;
|
|
33187
|
+
}
|
|
33188
|
+
}
|
|
32888
33189
|
.c-prefers-reduced-motion .loading-animation::after {
|
|
32889
33190
|
animation: none;
|
|
32890
33191
|
}
|
|
@@ -32966,6 +33267,11 @@ a.text-dark:hover, a.text-dark:focus {
|
|
|
32966
33267
|
transform: scale(1);
|
|
32967
33268
|
width: 1em;
|
|
32968
33269
|
}
|
|
33270
|
+
@media (prefers-reduced-motion: reduce) {
|
|
33271
|
+
.loading-animation-squares::before {
|
|
33272
|
+
animation: none;
|
|
33273
|
+
}
|
|
33274
|
+
}
|
|
32969
33275
|
.c-prefers-reduced-motion .loading-animation-squares::before {
|
|
32970
33276
|
animation: none;
|
|
32971
33277
|
}
|
|
@@ -32985,6 +33291,11 @@ a.text-dark:hover, a.text-dark:focus {
|
|
|
32985
33291
|
transform: scale(2);
|
|
32986
33292
|
width: 1em;
|
|
32987
33293
|
}
|
|
33294
|
+
@media (prefers-reduced-motion: reduce) {
|
|
33295
|
+
.loading-animation-squares::after {
|
|
33296
|
+
animation: none;
|
|
33297
|
+
}
|
|
33298
|
+
}
|
|
32988
33299
|
.c-prefers-reduced-motion .loading-animation-squares::after {
|
|
32989
33300
|
animation: none;
|
|
32990
33301
|
}
|