@openeuropa/bcl-theme-joinup 0.4068.202510062345 → 0.4185.202512021245
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/bcl-builder.config.js +2 -0
- package/css/oe-bcl-joinup.css +331 -157
- package/css/oe-bcl-joinup.css.map +1 -1
- package/css/oe-bcl-joinup.min.css +1 -1
- package/css/oe-bcl-joinup.min.css.map +1 -1
- package/fonts/files/roboto-cyrillic-400-italic.woff +0 -0
- package/fonts/files/roboto-cyrillic-400-italic.woff2 +0 -0
- package/fonts/files/roboto-cyrillic-400-normal.woff +0 -0
- package/fonts/files/roboto-cyrillic-400-normal.woff2 +0 -0
- package/fonts/files/roboto-cyrillic-500-italic.woff +0 -0
- package/fonts/files/roboto-cyrillic-500-italic.woff2 +0 -0
- package/fonts/files/roboto-cyrillic-500-normal.woff +0 -0
- package/fonts/files/roboto-cyrillic-500-normal.woff2 +0 -0
- package/fonts/files/roboto-cyrillic-700-italic.woff +0 -0
- package/fonts/files/roboto-cyrillic-700-italic.woff2 +0 -0
- package/fonts/files/roboto-cyrillic-700-normal.woff +0 -0
- package/fonts/files/roboto-cyrillic-700-normal.woff2 +0 -0
- package/fonts/files/roboto-greek-400-italic.woff +0 -0
- package/fonts/files/roboto-greek-400-italic.woff2 +0 -0
- package/fonts/files/roboto-greek-400-normal.woff +0 -0
- package/fonts/files/roboto-greek-400-normal.woff2 +0 -0
- package/fonts/files/roboto-greek-500-italic.woff +0 -0
- package/fonts/files/roboto-greek-500-italic.woff2 +0 -0
- package/fonts/files/roboto-greek-500-normal.woff +0 -0
- package/fonts/files/roboto-greek-500-normal.woff2 +0 -0
- package/fonts/files/roboto-greek-700-italic.woff +0 -0
- package/fonts/files/roboto-greek-700-italic.woff2 +0 -0
- package/fonts/files/roboto-greek-700-normal.woff +0 -0
- package/fonts/files/roboto-greek-700-normal.woff2 +0 -0
- package/fonts/files/roboto-latin-400-italic.woff +0 -0
- package/fonts/files/roboto-latin-400-italic.woff2 +0 -0
- package/fonts/files/roboto-latin-400-normal.woff +0 -0
- package/fonts/files/roboto-latin-400-normal.woff2 +0 -0
- package/fonts/files/roboto-latin-500-italic.woff +0 -0
- package/fonts/files/roboto-latin-500-italic.woff2 +0 -0
- package/fonts/files/roboto-latin-500-normal.woff +0 -0
- package/fonts/files/roboto-latin-500-normal.woff2 +0 -0
- package/fonts/files/roboto-latin-700-italic.woff +0 -0
- package/fonts/files/roboto-latin-700-italic.woff2 +0 -0
- package/fonts/files/roboto-latin-700-normal.woff +0 -0
- package/fonts/files/roboto-latin-700-normal.woff2 +0 -0
- package/fonts/files/roboto-latin-ext-400-italic.woff +0 -0
- package/fonts/files/roboto-latin-ext-400-italic.woff2 +0 -0
- package/fonts/files/roboto-latin-ext-400-normal.woff +0 -0
- package/fonts/files/roboto-latin-ext-400-normal.woff2 +0 -0
- package/fonts/files/roboto-latin-ext-500-italic.woff +0 -0
- package/fonts/files/roboto-latin-ext-500-italic.woff2 +0 -0
- package/fonts/files/roboto-latin-ext-500-normal.woff +0 -0
- package/fonts/files/roboto-latin-ext-500-normal.woff2 +0 -0
- package/fonts/files/roboto-latin-ext-700-italic.woff +0 -0
- package/fonts/files/roboto-latin-ext-700-italic.woff2 +0 -0
- package/fonts/files/roboto-latin-ext-700-normal.woff +0 -0
- package/fonts/files/roboto-latin-ext-700-normal.woff2 +0 -0
- package/icons/bcl-default-icons.svg +1 -1
- package/icons/bootstrap-icons.svg +1 -1
- package/js/oe-bcl-joinup.bundle.js +86 -14
- package/js/oe-bcl-joinup.bundle.js.map +1 -1
- package/js/oe-bcl-joinup.bundle.min.js +1 -1
- package/js/oe-bcl-joinup.bundle.min.js.map +1 -1
- package/js/oe-bcl-joinup.esm.js +85 -14
- package/js/oe-bcl-joinup.esm.js.map +1 -1
- package/js/oe-bcl-joinup.esm.min.js +1 -1
- package/js/oe-bcl-joinup.esm.min.js.map +1 -1
- package/js/oe-bcl-joinup.umd.js +86 -14
- package/js/oe-bcl-joinup.umd.js.map +1 -1
- package/js/oe-bcl-joinup.umd.min.js +1 -1
- package/js/oe-bcl-joinup.umd.min.js.map +1 -1
- package/js/slim-select-2/slimselect.min.js +1 -1
- package/package.json +12 -12
- package/src/js/index.esm.js +2 -0
- package/src/js/index.umd.js +2 -0
- package/src/scss/oe-bcl-joinup.scss +3 -2
- package/templates/bcl-base-templates/listing-page.html.twig +17 -19
- package/templates/bcl-contact-form/contact-form.html.twig +3 -3
- package/templates/bcl-content-banner/content-banner.html.twig +3 -0
- package/templates/bcl-dropdown/dropdown.html.twig +12 -7
- package/templates/bcl-event/event.html.twig +5 -5
- package/templates/bcl-file/file.html.twig +1 -1
- package/templates/bcl-glossary/glossary-detail.html.twig +4 -5
- package/templates/bcl-glossary/glossary-listing.html.twig +5 -5
- package/templates/bcl-group/group-landing.html.twig +5 -5
- package/templates/bcl-group/group.html.twig +3 -3
- package/templates/bcl-header/header.html.twig +43 -50
- package/templates/bcl-landing-page/landing-page.html.twig +5 -8
- package/templates/bcl-language-list/language-list-modal.html.twig +58 -5
- package/templates/bcl-links-block/links-block.html.twig +1 -1
- package/templates/bcl-mega-menu/mega-menu-submenu.html.twig +10 -7
- package/templates/bcl-modal/modal.html.twig +20 -7
- package/templates/bcl-navigation/navigation.html.twig +8 -0
- package/templates/bcl-page/page.html.twig +5 -5
- package/templates/bcl-pagination-v2/pagination-item.html.twig +90 -0
- package/templates/bcl-pagination-v2/pagination.html.twig +213 -0
- package/templates/bcl-person/person.html.twig +5 -5
- package/templates/bcl-project/project.html.twig +7 -7
- package/templates/bcl-project-status/project-contributions.html.twig +1 -1
- package/templates/bcl-search/search.html.twig +3 -3
- package/templates/bcl-subscription/subscription.html.twig +5 -5
- package/templates/{bcl-toast → bcl-toasts}/toasts.html.twig +17 -8
- package/templates/bcl-user/user-terms.html.twig +3 -3
- package/templates/bcl-user/user.html.twig +3 -3
package/css/oe-bcl-joinup.css
CHANGED
|
@@ -586,6 +586,11 @@ legend + * {
|
|
|
586
586
|
-webkit-appearance: textfield;
|
|
587
587
|
outline-offset: -2px;
|
|
588
588
|
}
|
|
589
|
+
[type=search]::-webkit-search-cancel-button {
|
|
590
|
+
cursor: pointer;
|
|
591
|
+
-webkit-filter: grayscale(1);
|
|
592
|
+
filter: grayscale(1);
|
|
593
|
+
}
|
|
589
594
|
|
|
590
595
|
/* rtl:raw:
|
|
591
596
|
[type="tel"],
|
|
@@ -5482,7 +5487,7 @@ textarea.form-control-lg {
|
|
|
5482
5487
|
--bs-pagination-color: #a2a8ab;
|
|
5483
5488
|
--bs-pagination-bg: transparent;
|
|
5484
5489
|
--bs-pagination-border-width: 0;
|
|
5485
|
-
--bs-pagination-border-color:
|
|
5490
|
+
--bs-pagination-border-color: #a2a8ab;
|
|
5486
5491
|
--bs-pagination-border-radius: var(--bs-border-radius);
|
|
5487
5492
|
--bs-pagination-hover-color: #242626;
|
|
5488
5493
|
--bs-pagination-hover-bg: transparent;
|
|
@@ -7048,6 +7053,8 @@ textarea.form-control-lg {
|
|
|
7048
7053
|
.spinner-grow,
|
|
7049
7054
|
.spinner-border {
|
|
7050
7055
|
display: inline-block;
|
|
7056
|
+
-ms-flex-negative: 0;
|
|
7057
|
+
flex-shrink: 0;
|
|
7051
7058
|
width: var(--bs-spinner-width);
|
|
7052
7059
|
height: var(--bs-spinner-height);
|
|
7053
7060
|
vertical-align: var(--bs-spinner-vertical-align);
|
|
@@ -9894,7 +9901,7 @@ svg {
|
|
|
9894
9901
|
padding-top: 1rem !important;
|
|
9895
9902
|
}
|
|
9896
9903
|
|
|
9897
|
-
.pt-4 {
|
|
9904
|
+
.pt-4, .pagination-v2 .pagination {
|
|
9898
9905
|
padding-top: 1.5rem !important;
|
|
9899
9906
|
}
|
|
9900
9907
|
|
|
@@ -10290,7 +10297,7 @@ svg {
|
|
|
10290
10297
|
font-weight: 300 !important;
|
|
10291
10298
|
}
|
|
10292
10299
|
|
|
10293
|
-
.fw-normal {
|
|
10300
|
+
.fw-normal, .pagination-v2 .pagination.pagination--glossary .page-item .page-link {
|
|
10294
10301
|
font-weight: 400 !important;
|
|
10295
10302
|
}
|
|
10296
10303
|
|
|
@@ -10342,7 +10349,7 @@ svg {
|
|
|
10342
10349
|
text-align: center !important;
|
|
10343
10350
|
}
|
|
10344
10351
|
|
|
10345
|
-
.text-decoration-none {
|
|
10352
|
+
.text-decoration-none, .pagination-v2 .pagination.pagination--glossary .page-item .page-link:hover {
|
|
10346
10353
|
text-decoration: none !important;
|
|
10347
10354
|
}
|
|
10348
10355
|
|
|
@@ -10715,7 +10722,7 @@ svg {
|
|
|
10715
10722
|
background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
|
|
10716
10723
|
}
|
|
10717
10724
|
|
|
10718
|
-
.bg-light {
|
|
10725
|
+
.bg-light, .pagination-v2 .pagination.pagination--glossary .page-item .page-link:hover {
|
|
10719
10726
|
--bs-bg-opacity: 1;
|
|
10720
10727
|
background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
|
|
10721
10728
|
}
|
|
@@ -17446,6 +17453,9 @@ em.placeholder {
|
|
|
17446
17453
|
align-items: flex-end;
|
|
17447
17454
|
}
|
|
17448
17455
|
|
|
17456
|
+
.bcl-header {
|
|
17457
|
+
--oel-mega-menu-offset-top: 0px;
|
|
17458
|
+
}
|
|
17449
17459
|
.bcl-header .notification {
|
|
17450
17460
|
position: relative;
|
|
17451
17461
|
padding-right: 0;
|
|
@@ -17491,12 +17501,11 @@ em.placeholder {
|
|
|
17491
17501
|
header:has(.bcl-header__navbar #main-navbar.show),
|
|
17492
17502
|
header:has(.bcl-header__navbar.collapsing),
|
|
17493
17503
|
header:has(.bcl-header__navbar.show) {
|
|
17494
|
-
height: 100vh;
|
|
17504
|
+
height: calc(100vh - var(--oel-mega-menu-offset-top, 0px));
|
|
17495
17505
|
display: -ms-flexbox;
|
|
17496
17506
|
display: flex;
|
|
17497
17507
|
-ms-flex-flow: column;
|
|
17498
17508
|
flex-flow: column;
|
|
17499
|
-
overflow: auto;
|
|
17500
17509
|
}
|
|
17501
17510
|
header:has(.bcl-header__navbar #main-navbar.collapsing) > div:has(.breadcrumb),
|
|
17502
17511
|
header:has(.bcl-header__navbar #main-navbar.show) > div:has(.breadcrumb),
|
|
@@ -17523,6 +17532,7 @@ em.placeholder {
|
|
|
17523
17532
|
width: 100%;
|
|
17524
17533
|
-ms-flex-align: start;
|
|
17525
17534
|
align-items: flex-start;
|
|
17535
|
+
overflow: auto;
|
|
17526
17536
|
}
|
|
17527
17537
|
.bcl-header__navbar.navbar .navbar-nav {
|
|
17528
17538
|
width: 100%;
|
|
@@ -17914,6 +17924,10 @@ dd + dd {
|
|
|
17914
17924
|
border-top-left-radius: 0;
|
|
17915
17925
|
border-bottom-left-radius: 0;
|
|
17916
17926
|
}
|
|
17927
|
+
.bcl-search-form.submittable .bcl-search-form__submit:focus-visible {
|
|
17928
|
+
outline-offset: 2px;
|
|
17929
|
+
outline-color: #143b76;
|
|
17930
|
+
}
|
|
17917
17931
|
.bcl-search-form.submittable .bcl-search-form__group {
|
|
17918
17932
|
display: -ms-flexbox;
|
|
17919
17933
|
display: flex;
|
|
@@ -17999,12 +18013,14 @@ dd + dd {
|
|
|
17999
18013
|
white-space: nowrap;
|
|
18000
18014
|
scrollbar-width: none;
|
|
18001
18015
|
-ms-overflow-style: none;
|
|
18002
|
-
border: none;
|
|
18003
18016
|
}
|
|
18004
18017
|
.nav-tabs::-webkit-scrollbar {
|
|
18005
18018
|
width: 0;
|
|
18006
18019
|
height: 0;
|
|
18007
18020
|
}
|
|
18021
|
+
.nav-tabs {
|
|
18022
|
+
border: none;
|
|
18023
|
+
}
|
|
18008
18024
|
.nav-tabs .nav-item {
|
|
18009
18025
|
z-index: 1;
|
|
18010
18026
|
}
|
|
@@ -18026,12 +18042,53 @@ dd + dd {
|
|
|
18026
18042
|
padding-bottom: 0.5rem;
|
|
18027
18043
|
padding-left: 1rem;
|
|
18028
18044
|
font-size: 1.25rem;
|
|
18045
|
+
border-color: #6d7173;
|
|
18029
18046
|
}
|
|
18030
18047
|
.form-select:focus-visible {
|
|
18048
|
+
border-color: #6d7173;
|
|
18049
|
+
box-shadow: none;
|
|
18050
|
+
outline: 2px solid #143b76;
|
|
18051
|
+
box-shadow: none;
|
|
18052
|
+
border-radius: 4px;
|
|
18053
|
+
outline-offset: 2px;
|
|
18054
|
+
}
|
|
18055
|
+
.form-select:focus-visible.is-valid {
|
|
18056
|
+
outline-color: #18bf80;
|
|
18057
|
+
}
|
|
18058
|
+
.form-select:focus-visible.is-valid:focus {
|
|
18059
|
+
box-shadow: none;
|
|
18060
|
+
border-color: #6d7173;
|
|
18061
|
+
}
|
|
18062
|
+
.form-select:focus-visible.is-invalid {
|
|
18063
|
+
outline-color: #eb3434;
|
|
18064
|
+
}
|
|
18065
|
+
.form-select:focus-visible.is-invalid:focus {
|
|
18066
|
+
box-shadow: none;
|
|
18067
|
+
border-color: #6d7173;
|
|
18068
|
+
}
|
|
18069
|
+
.form-select:focus {
|
|
18070
|
+
box-shadow: none;
|
|
18071
|
+
border-color: #6d7173;
|
|
18072
|
+
}
|
|
18073
|
+
.form-select.is-valid:focus, .form-select.is-invalid:focus {
|
|
18074
|
+
box-shadow: none;
|
|
18075
|
+
}
|
|
18076
|
+
|
|
18077
|
+
.form-check-input {
|
|
18078
|
+
border-color: #143b76;
|
|
18079
|
+
}
|
|
18080
|
+
.form-check-input:focus-visible[type=radio] {
|
|
18081
|
+
border-radius: 50%;
|
|
18082
|
+
}
|
|
18083
|
+
.form-check-input:focus {
|
|
18084
|
+
border-color: #143b76;
|
|
18085
|
+
box-shadow: none;
|
|
18086
|
+
}
|
|
18087
|
+
.form-check-input:focus-visible {
|
|
18031
18088
|
outline: 2px solid #143b76;
|
|
18032
18089
|
box-shadow: none;
|
|
18033
18090
|
border-radius: 4px;
|
|
18034
|
-
outline-offset:
|
|
18091
|
+
outline-offset: 1px;
|
|
18035
18092
|
}
|
|
18036
18093
|
|
|
18037
18094
|
.form-control {
|
|
@@ -18039,6 +18096,7 @@ dd + dd {
|
|
|
18039
18096
|
padding: 0.5rem 1rem;
|
|
18040
18097
|
font-size: 1.25rem;
|
|
18041
18098
|
border-radius: 0.3rem;
|
|
18099
|
+
border-color: #6d7173;
|
|
18042
18100
|
}
|
|
18043
18101
|
.form-control::-webkit-file-upload-button {
|
|
18044
18102
|
padding: 0.5rem 1rem;
|
|
@@ -18048,11 +18106,31 @@ dd + dd {
|
|
|
18048
18106
|
padding: 0.5rem 1rem;
|
|
18049
18107
|
margin: -0.5rem 1rem -0.5rem -1rem;
|
|
18050
18108
|
}
|
|
18051
|
-
.form-control:focus-visible {
|
|
18109
|
+
.form-control:focus:focus-visible {
|
|
18110
|
+
border-color: #6d7173;
|
|
18052
18111
|
outline: 2px solid #143b76;
|
|
18053
18112
|
box-shadow: none;
|
|
18054
18113
|
border-radius: 4px;
|
|
18055
|
-
outline-offset:
|
|
18114
|
+
outline-offset: 2px;
|
|
18115
|
+
}
|
|
18116
|
+
.form-control.is-valid:focus, .form-control.is-invalid:focus {
|
|
18117
|
+
box-shadow: none;
|
|
18118
|
+
}
|
|
18119
|
+
.form-control.is-valid:focus:focus-visible {
|
|
18120
|
+
transition: none;
|
|
18121
|
+
border-color: #6d7173;
|
|
18122
|
+
outline: 2px solid #18bf80;
|
|
18123
|
+
box-shadow: none;
|
|
18124
|
+
border-radius: 4px;
|
|
18125
|
+
outline-offset: 2px;
|
|
18126
|
+
}
|
|
18127
|
+
.form-control.is-invalid:focus:focus-visible {
|
|
18128
|
+
transition: none;
|
|
18129
|
+
border-color: #6d7173;
|
|
18130
|
+
outline: 2px solid #eb3434;
|
|
18131
|
+
box-shadow: none;
|
|
18132
|
+
border-radius: 4px;
|
|
18133
|
+
outline-offset: 2px;
|
|
18056
18134
|
}
|
|
18057
18135
|
|
|
18058
18136
|
.form-check:not(.form-switch) {
|
|
@@ -18067,19 +18145,6 @@ dd + dd {
|
|
|
18067
18145
|
margin-top: 0.15rem;
|
|
18068
18146
|
}
|
|
18069
18147
|
|
|
18070
|
-
.form-check-input:focus-visible {
|
|
18071
|
-
outline: 4px solid #143b76;
|
|
18072
|
-
box-shadow: none;
|
|
18073
|
-
border-radius: 4px;
|
|
18074
|
-
outline-offset: 0;
|
|
18075
|
-
}
|
|
18076
|
-
.form-check-input:focus-visible[type=radio] {
|
|
18077
|
-
border-radius: 50%;
|
|
18078
|
-
}
|
|
18079
|
-
.form-check-input:checked:focus-visible {
|
|
18080
|
-
border-color: #fff;
|
|
18081
|
-
}
|
|
18082
|
-
|
|
18083
18148
|
@media (min-width: 768px) {
|
|
18084
18149
|
.form-check:not(.form-switch) {
|
|
18085
18150
|
padding-left: 1.5rem;
|
|
@@ -18113,23 +18178,17 @@ dd + dd {
|
|
|
18113
18178
|
}
|
|
18114
18179
|
textarea.form-control.is-invalid,
|
|
18115
18180
|
.form-control.is-invalid {
|
|
18116
|
-
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 8C16 12.4183 12.4183 16 8 16C3.58172 16 0 12.4183 0 8C0 3.58172 3.58172 0 8 0C12.4183 0 16 3.58172 16 8ZM8 4C7.46459 4 7.04623 4.46229 7.0995 4.99504L7.45025 8.50248C7.47849 8.78492 7.71616 9 8 9C8.28384 9 8.52151 8.78492 8.54975 8.50248L8.9005 4.99504C8.95377 4.46228 8.53541 4 8 4ZM8.00154 10C7.44926 10 7.00154 10.4477 7.00154 11C7.00154 11.5523 7.44926 12 8.00154 12C8.55383 12 9.00154 11.5523 9.00154 11C9.00154 10.4477 8.55383 10 8.00154 10Z' fill='%
|
|
18181
|
+
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 8C16 12.4183 12.4183 16 8 16C3.58172 16 0 12.4183 0 8C0 3.58172 3.58172 0 8 0C12.4183 0 16 3.58172 16 8ZM8 4C7.46459 4 7.04623 4.46229 7.0995 4.99504L7.45025 8.50248C7.47849 8.78492 7.71616 9 8 9C8.28384 9 8.52151 8.78492 8.54975 8.50248L8.9005 4.99504C8.95377 4.46228 8.53541 4 8 4ZM8.00154 10C7.44926 10 7.00154 10.4477 7.00154 11C7.00154 11.5523 7.44926 12 8.00154 12C8.55383 12 9.00154 11.5523 9.00154 11C9.00154 10.4477 8.55383 10 8.00154 10Z' fill='%23A51F2C'/%3E%3C/svg%3E%0A");
|
|
18117
18182
|
}
|
|
18118
18183
|
textarea.form-control.is-valid,
|
|
18119
18184
|
.form-control.is-valid {
|
|
18120
18185
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 8C16 12.4183 12.4183 16 8 16C3.58172 16 0 12.4183 0 8C0 3.58172 3.58172 0 8 0C12.4183 0 16 3.58172 16 8ZM12.0303 4.96967C11.7374 4.67678 11.2626 4.67678 10.9697 4.96967C10.9626 4.97674 10.9559 4.98424 10.9498 4.9921L7.4774 9.41674L5.38388 7.32322C5.09098 7.03033 4.61611 7.03033 4.32322 7.32322C4.03032 7.61612 4.03032 8.09099 4.32322 8.38388L6.96966 11.0303C7.26256 11.3232 7.73743 11.3232 8.03032 11.0303C8.03685 11.0238 8.043 11.0169 8.04876 11.0097L12.041 6.01947C12.3232 5.72582 12.3196 5.25897 12.0303 4.96967Z' fill='%2328A745'/%3E%3C/svg%3E%0A");
|
|
18121
18186
|
}
|
|
18122
18187
|
|
|
18123
|
-
.form-select:not([multiple]):not([size])
|
|
18124
|
-
|
|
18125
|
-
box-shadow: none;
|
|
18126
|
-
border-radius: 4px;
|
|
18127
|
-
outline-offset: -1px;
|
|
18128
|
-
}
|
|
18129
|
-
.form-select:not([multiple]):not([size]).is-invalid {
|
|
18130
|
-
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3E%3C/svg%3E"), url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 8C16 12.4183 12.4183 16 8 16C3.58172 16 0 12.4183 0 8C0 3.58172 3.58172 0 8 0C12.4183 0 16 3.58172 16 8ZM8 4C7.46459 4 7.04623 4.46229 7.0995 4.99504L7.45025 8.50248C7.47849 8.78492 7.71616 9 8 9C8.28384 9 8.52151 8.78492 8.54975 8.50248L8.9005 4.99504C8.95377 4.46228 8.53541 4 8 4ZM8.00154 10C7.44926 10 7.00154 10.4477 7.00154 11C7.00154 11.5523 7.44926 12 8.00154 12C8.55383 12 9.00154 11.5523 9.00154 11C9.00154 10.4477 8.55383 10 8.00154 10Z' fill='%23D72E3D'/%3E%3C/svg%3E%0A");
|
|
18188
|
+
select.form-select:not([multiple]):not([size]).is-invalid {
|
|
18189
|
+
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3E%3C/svg%3E"), url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 8C16 12.4183 12.4183 16 8 16C3.58172 16 0 12.4183 0 8C0 3.58172 3.58172 0 8 0C12.4183 0 16 3.58172 16 8ZM8 4C7.46459 4 7.04623 4.46229 7.0995 4.99504L7.45025 8.50248C7.47849 8.78492 7.71616 9 8 9C8.28384 9 8.52151 8.78492 8.54975 8.50248L8.9005 4.99504C8.95377 4.46228 8.53541 4 8 4ZM8.00154 10C7.44926 10 7.00154 10.4477 7.00154 11C7.00154 11.5523 7.44926 12 8.00154 12C8.55383 12 9.00154 11.5523 9.00154 11C9.00154 10.4477 8.55383 10 8.00154 10Z' fill='%23A51F2C'/%3E%3C/svg%3E%0A");
|
|
18131
18190
|
}
|
|
18132
|
-
.form-select:not([multiple]):not([size]).is-valid {
|
|
18191
|
+
select.form-select:not([multiple]):not([size]).is-valid {
|
|
18133
18192
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3E%3C/svg%3E"), url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 8C16 12.4183 12.4183 16 8 16C3.58172 16 0 12.4183 0 8C0 3.58172 3.58172 0 8 0C12.4183 0 16 3.58172 16 8ZM12.0303 4.96967C11.7374 4.67678 11.2626 4.67678 10.9697 4.96967C10.9626 4.97674 10.9559 4.98424 10.9498 4.9921L7.4774 9.41674L5.38388 7.32322C5.09098 7.03033 4.61611 7.03033 4.32322 7.32322C4.03032 7.61612 4.03032 8.09099 4.32322 8.38388L6.96966 11.0303C7.26256 11.3232 7.73743 11.3232 8.03032 11.0303C8.03685 11.0238 8.043 11.0169 8.04876 11.0097L12.041 6.01947C12.3232 5.72582 12.3196 5.25897 12.0303 4.96967Z' fill='%2328A745'/%3E%3C/svg%3E%0A");
|
|
18134
18193
|
}
|
|
18135
18194
|
|
|
@@ -18309,8 +18368,9 @@ a.badge:focus-within.text-bg-danger, a.badge:active.text-bg-danger, a.badge:hove
|
|
|
18309
18368
|
background-color: rgb(199.75, 44.2, 44.2) !important;
|
|
18310
18369
|
}
|
|
18311
18370
|
|
|
18312
|
-
.badge.bg-light a,
|
|
18313
|
-
.badge.bg-light
|
|
18371
|
+
.badge.bg-light a, .pagination-v2 .pagination.pagination--glossary .page-item .badge.page-link:hover a,
|
|
18372
|
+
.badge.bg-light,
|
|
18373
|
+
.pagination-v2 .pagination.pagination--glossary .page-item .badge.page-link:hover {
|
|
18314
18374
|
color: #000;
|
|
18315
18375
|
}
|
|
18316
18376
|
|
|
@@ -19038,7 +19098,7 @@ select.multi-select {
|
|
|
19038
19098
|
--ss-font-color: #4d4d4d;
|
|
19039
19099
|
--ss-font-placeholder-color: #212529;
|
|
19040
19100
|
--ss-disabled-color: #dcdee2;
|
|
19041
|
-
--ss-border-color: #
|
|
19101
|
+
--ss-border-color: #6c757d;
|
|
19042
19102
|
--ss-highlight-color: #fffb8c;
|
|
19043
19103
|
--ss-success-color: #00b755;
|
|
19044
19104
|
--ss-error-color: #dc3545;
|
|
@@ -19128,8 +19188,11 @@ select.multi-select {
|
|
|
19128
19188
|
overflow: hidden;
|
|
19129
19189
|
min-height: 38px;
|
|
19130
19190
|
}
|
|
19131
|
-
.ss-main.ss-2:focus {
|
|
19132
|
-
|
|
19191
|
+
.ss-main.ss-2:focus-visible {
|
|
19192
|
+
outline: 2px solid #143b76;
|
|
19193
|
+
box-shadow: none;
|
|
19194
|
+
border-radius: 4px;
|
|
19195
|
+
outline-offset: 2px;
|
|
19133
19196
|
}
|
|
19134
19197
|
.ss-main.ss-2.form-select {
|
|
19135
19198
|
background: none;
|
|
@@ -19412,7 +19475,10 @@ select.multi-select {
|
|
|
19412
19475
|
vertical-align: middle;
|
|
19413
19476
|
}
|
|
19414
19477
|
.ss-content.ss-content-2 .ss-search input:focus {
|
|
19415
|
-
|
|
19478
|
+
outline: 2px solid #143b76;
|
|
19479
|
+
box-shadow: none;
|
|
19480
|
+
border-radius: 4px;
|
|
19481
|
+
outline-offset: 2px;
|
|
19416
19482
|
}
|
|
19417
19483
|
.ss-content.ss-content-2 .ss-search .ss-addable {
|
|
19418
19484
|
display: -ms-inline-flexbox;
|
|
@@ -19604,23 +19670,48 @@ select.multi-select {
|
|
|
19604
19670
|
background-color: var(--ss-highlight-color);
|
|
19605
19671
|
}
|
|
19606
19672
|
|
|
19607
|
-
.ss-main.multi-select.is-invalid,
|
|
19608
|
-
.was-validated .multi-select:invalid + .ss-main.multi-select {
|
|
19673
|
+
.form-select.ss-main.multi-select.is-invalid,
|
|
19674
|
+
.was-validated .multi-select:invalid + .form-select.ss-main.multi-select {
|
|
19609
19675
|
border-color: #eb3434;
|
|
19610
|
-
background-position: right
|
|
19676
|
+
background-position: right 2.5rem center;
|
|
19611
19677
|
background-repeat: no-repeat;
|
|
19678
|
+
padding-right: 0.5rem;
|
|
19612
19679
|
background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
|
|
19613
|
-
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='
|
|
19680
|
+
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 16 16'%3E%3Cpath fill='%23a51f2c' d='M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0M8 4a.905.905 0 0 0-.9.995l.35 3.507a.552.552 0 0 0 1.1 0l.35-3.507A.905.905 0 0 0 8 4m.002 6a1 1 0 1 0 0 2 1 1 0 0 0 0-2'/%3E%3C/svg%3E");
|
|
19681
|
+
}
|
|
19682
|
+
.form-select.ss-main.multi-select.is-invalid:focus-visible,
|
|
19683
|
+
.was-validated .multi-select:invalid + .form-select.ss-main.multi-select:focus-visible {
|
|
19684
|
+
border-color: #6d7173;
|
|
19685
|
+
outline-color: #eb3434;
|
|
19614
19686
|
}
|
|
19615
19687
|
|
|
19616
|
-
.ss-main.multi-select.is-valid,
|
|
19617
|
-
.was-validated .multi-select:valid + .ss-main.multi-select {
|
|
19688
|
+
.form-select.ss-main.multi-select.is-valid,
|
|
19689
|
+
.was-validated .multi-select:valid + .form-select.ss-main.multi-select {
|
|
19618
19690
|
border-color: #18bf80;
|
|
19619
|
-
background-position: right
|
|
19691
|
+
background-position: right 2.5rem center;
|
|
19620
19692
|
background-repeat: no-repeat;
|
|
19693
|
+
padding-right: 0.5rem;
|
|
19621
19694
|
background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
|
|
19622
19695
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 8C16 12.4183 12.4183 16 8 16C3.58172 16 0 12.4183 0 8C0 3.58172 3.58172 0 8 0C12.4183 0 16 3.58172 16 8ZM12.0303 4.96967C11.7374 4.67678 11.2626 4.67678 10.9697 4.96967C10.9626 4.97674 10.9559 4.98424 10.9498 4.9921L7.4774 9.41674L5.38388 7.32322C5.09098 7.03033 4.61611 7.03033 4.32322 7.32322C4.03032 7.61612 4.03032 8.09099 4.32322 8.38388L6.96966 11.0303C7.26256 11.3232 7.73743 11.3232 8.03032 11.0303C8.03685 11.0238 8.043 11.0169 8.04876 11.0097L12.041 6.01947C12.3232 5.72582 12.3196 5.25897 12.0303 4.96967Z' fill='%2328A745'/%3E%3C/svg%3E%0A");
|
|
19623
19696
|
}
|
|
19697
|
+
.form-select.ss-main.multi-select.is-valid:focus-visible,
|
|
19698
|
+
.was-validated .multi-select:valid + .form-select.ss-main.multi-select:focus-visible {
|
|
19699
|
+
border-color: #6d7173;
|
|
19700
|
+
outline-color: #18bf80;
|
|
19701
|
+
}
|
|
19702
|
+
|
|
19703
|
+
.ss-sr-only {
|
|
19704
|
+
position: absolute;
|
|
19705
|
+
width: 1px;
|
|
19706
|
+
height: 1px;
|
|
19707
|
+
margin: -1px;
|
|
19708
|
+
padding: 0;
|
|
19709
|
+
border: 0;
|
|
19710
|
+
clip: rect(0, 0, 0, 0);
|
|
19711
|
+
-webkit-clip-path: inset(50%);
|
|
19712
|
+
clip-path: inset(50%);
|
|
19713
|
+
overflow: hidden;
|
|
19714
|
+
}
|
|
19624
19715
|
|
|
19625
19716
|
/* stylelint-disable no-descending-specificity, declaration-no-important */
|
|
19626
19717
|
/* -------------------------------------
|
|
@@ -19669,16 +19760,6 @@ select.multi-select {
|
|
|
19669
19760
|
}
|
|
19670
19761
|
.bcl-mega-menu__container[class] {
|
|
19671
19762
|
display: none;
|
|
19672
|
-
z-index: var(--bcl-mega-menu-zindex);
|
|
19673
|
-
position: absolute;
|
|
19674
|
-
inset-block-start: 0;
|
|
19675
|
-
inset-inline-start: 0;
|
|
19676
|
-
inline-size: 100%;
|
|
19677
|
-
-webkit-margin-before: 0;
|
|
19678
|
-
margin-block-start: 0;
|
|
19679
|
-
padding: 0;
|
|
19680
|
-
border: 0;
|
|
19681
|
-
border-radius: 0;
|
|
19682
19763
|
}
|
|
19683
19764
|
.bcl-mega-menu > [aria-expanded=true] + .bcl-mega-menu__container[class] {
|
|
19684
19765
|
display: block;
|
|
@@ -19689,6 +19770,9 @@ select.multi-select {
|
|
|
19689
19770
|
display: flex;
|
|
19690
19771
|
}
|
|
19691
19772
|
}
|
|
19773
|
+
.bcl-mega-menu__container[class] {
|
|
19774
|
+
z-index: var(--bcl-mega-menu-zindex);
|
|
19775
|
+
}
|
|
19692
19776
|
@media (prefers-reduced-motion: no-preference) {
|
|
19693
19777
|
.bcl-mega-menu__container[class] {
|
|
19694
19778
|
transition: opacity 0.15s ease, -webkit-transform 0.15s ease;
|
|
@@ -19707,6 +19791,17 @@ select.multi-select {
|
|
|
19707
19791
|
pointer-events: none;
|
|
19708
19792
|
}
|
|
19709
19793
|
}
|
|
19794
|
+
.bcl-mega-menu__container[class] {
|
|
19795
|
+
position: absolute;
|
|
19796
|
+
inset-block-start: 0;
|
|
19797
|
+
inset-inline-start: 0;
|
|
19798
|
+
inline-size: 100%;
|
|
19799
|
+
-webkit-margin-before: 0;
|
|
19800
|
+
margin-block-start: 0;
|
|
19801
|
+
padding: 0;
|
|
19802
|
+
border: 0;
|
|
19803
|
+
border-radius: 0;
|
|
19804
|
+
}
|
|
19710
19805
|
@media (min-width: 992px) {
|
|
19711
19806
|
.bcl-mega-menu__container[class] {
|
|
19712
19807
|
inset-block-start: 100%;
|
|
@@ -19876,32 +19971,6 @@ ul.bcl-mega-menu__items > li > button[aria-expanded=true] {
|
|
|
19876
19971
|
background-color: #143b76;
|
|
19877
19972
|
}
|
|
19878
19973
|
}
|
|
19879
|
-
ul.bcl-mega-menu__items > li:has(> a.see-all-button) {
|
|
19880
|
-
position: -webkit-sticky;
|
|
19881
|
-
position: sticky;
|
|
19882
|
-
inset-block-start: 100%;
|
|
19883
|
-
}
|
|
19884
|
-
ul.bcl-mega-menu__items > li > a.see-all-button {
|
|
19885
|
-
border-top: none;
|
|
19886
|
-
}
|
|
19887
|
-
ul.bcl-mega-menu__items > li > a.see-all-button:after {
|
|
19888
|
-
background: #b9c5e9;
|
|
19889
|
-
content: "";
|
|
19890
|
-
block-size: 1px;
|
|
19891
|
-
inset-inline-start: 0;
|
|
19892
|
-
position: absolute;
|
|
19893
|
-
inset-block-start: 0;
|
|
19894
|
-
inset-inline: 1rem;
|
|
19895
|
-
}
|
|
19896
|
-
ul.bcl-mega-menu__items > li > a.see-all-button > svg {
|
|
19897
|
-
inline-size: 0.8rem;
|
|
19898
|
-
}
|
|
19899
|
-
ul.bcl-mega-menu__items > li > a.see-all-button > span {
|
|
19900
|
-
text-overflow: ellipsis;
|
|
19901
|
-
overflow: hidden;
|
|
19902
|
-
display: block;
|
|
19903
|
-
white-space: nowrap;
|
|
19904
|
-
}
|
|
19905
19974
|
|
|
19906
19975
|
@media (min-width: 992px) {
|
|
19907
19976
|
.bcl-mega-menu__menu {
|
|
@@ -19909,14 +19978,18 @@ ul.bcl-mega-menu__items > li > a.see-all-button > span {
|
|
|
19909
19978
|
padding-right: 0;
|
|
19910
19979
|
}
|
|
19911
19980
|
}
|
|
19981
|
+
@media (max-width: 991.98px) {
|
|
19982
|
+
.bcl-mega-menu__menu > .bcl-mega-menu__items:has(.bcl-mega-menu__submenu:not([hidden])) > .__leaf,
|
|
19983
|
+
.bcl-mega-menu__menu > .bcl-mega-menu__items:has(.bcl-mega-menu__submenu:not([hidden])) > .__parent {
|
|
19984
|
+
display: none;
|
|
19985
|
+
}
|
|
19986
|
+
.bcl-mega-menu__menu > .bcl-mega-menu__items > .__parent:has(.bcl-mega-menu__submenu:not([hidden])) {
|
|
19987
|
+
display: block;
|
|
19988
|
+
}
|
|
19989
|
+
}
|
|
19912
19990
|
|
|
19913
19991
|
.bcl-mega-menu__submenu {
|
|
19914
19992
|
position: absolute;
|
|
19915
|
-
background: white;
|
|
19916
|
-
display: -ms-flexbox;
|
|
19917
|
-
display: flex;
|
|
19918
|
-
-ms-flex-direction: column;
|
|
19919
|
-
flex-direction: column;
|
|
19920
19993
|
}
|
|
19921
19994
|
@media (max-width: 991.98px) {
|
|
19922
19995
|
.bcl-mega-menu__submenu {
|
|
@@ -19944,11 +20017,20 @@ ul.bcl-mega-menu__items > li > a.see-all-button > span {
|
|
|
19944
20017
|
z-index: -1;
|
|
19945
20018
|
}
|
|
19946
20019
|
}
|
|
20020
|
+
.bcl-mega-menu__submenu {
|
|
20021
|
+
background: white;
|
|
20022
|
+
}
|
|
19947
20023
|
@media (min-width: 992px) {
|
|
19948
20024
|
.bcl-mega-menu__submenu {
|
|
19949
20025
|
background: tint-color(#253ebe, 90%);
|
|
19950
20026
|
}
|
|
19951
20027
|
}
|
|
20028
|
+
.bcl-mega-menu__submenu {
|
|
20029
|
+
display: -ms-flexbox;
|
|
20030
|
+
display: flex;
|
|
20031
|
+
-ms-flex-direction: column;
|
|
20032
|
+
flex-direction: column;
|
|
20033
|
+
}
|
|
19952
20034
|
.bcl-mega-menu__submenu > .__header > .__label {
|
|
19953
20035
|
padding: 1rem 1rem;
|
|
19954
20036
|
margin: 0;
|
|
@@ -19962,36 +20044,52 @@ ul.bcl-mega-menu__items > li > a.see-all-button > span {
|
|
|
19962
20044
|
display: none;
|
|
19963
20045
|
}
|
|
19964
20046
|
}
|
|
19965
|
-
|
|
19966
20047
|
@media (min-width: 992px) {
|
|
19967
|
-
.bcl-mega-
|
|
19968
|
-
|
|
20048
|
+
.bcl-mega-menu__submenu > .bcl-mega-menu__items {
|
|
20049
|
+
-ms-flex: 1 1 0px;
|
|
20050
|
+
flex: 1 1 0;
|
|
20051
|
+
overflow-y: auto;
|
|
19969
20052
|
}
|
|
19970
|
-
|
|
19971
|
-
|
|
19972
|
-
.bcl-mega-menu__container:has(.bcl-mega-menu__second-submenu > .tab-content > .tab-pane.active) .bcl-mega-menu__info,
|
|
19973
|
-
.bcl-mega-menu__container:has(.bcl-mega-menu__second-submenu > .tab-content > .tab-pane.active) .bcl-mega-menu__first-submenu {
|
|
19974
|
-
display: none;
|
|
20053
|
+
.bcl-mega-menu__submenu > .bcl-mega-menu__items > li > :is(span, a, button) {
|
|
20054
|
+
padding: 0.75rem 1.75rem;
|
|
19975
20055
|
}
|
|
19976
20056
|
}
|
|
19977
|
-
.bcl-mega-
|
|
19978
|
-
|
|
19979
|
-
margin: 0;
|
|
19980
|
-
color: #212529;
|
|
19981
|
-
background: tint-color(#253ebe, 90%);
|
|
19982
|
-
display: block;
|
|
19983
|
-
font-size: 20px;
|
|
20057
|
+
.bcl-mega-menu__submenu > .__see_all {
|
|
20058
|
+
border-top: 1px solid #b9c5e9;
|
|
19984
20059
|
}
|
|
19985
20060
|
@media (min-width: 992px) {
|
|
19986
|
-
.bcl-mega-
|
|
19987
|
-
|
|
20061
|
+
.bcl-mega-menu__submenu > .__see_all {
|
|
20062
|
+
border-top: 1px solid tint-color(#253ebe, 80%);
|
|
20063
|
+
margin: 0 1.75rem;
|
|
19988
20064
|
}
|
|
19989
20065
|
}
|
|
19990
|
-
|
|
19991
|
-
|
|
19992
|
-
|
|
20066
|
+
.bcl-mega-menu__submenu > .__see_all > .see-all-button {
|
|
20067
|
+
padding: 0.75rem 1rem;
|
|
20068
|
+
display: -ms-flexbox;
|
|
20069
|
+
display: flex;
|
|
20070
|
+
-ms-flex-align: center;
|
|
20071
|
+
align-items: center;
|
|
20072
|
+
color: #1073de;
|
|
20073
|
+
}
|
|
20074
|
+
@media (min-width: 992px) {
|
|
20075
|
+
.bcl-mega-menu__submenu > .__see_all > .see-all-button {
|
|
20076
|
+
padding: 0.75rem 1.75rem;
|
|
20077
|
+
margin: 0 -1.75rem;
|
|
19993
20078
|
}
|
|
19994
20079
|
}
|
|
20080
|
+
.bcl-mega-menu__submenu > .__see_all > .see-all-button:hover {
|
|
20081
|
+
background: tint-color(#253ebe, 90%);
|
|
20082
|
+
}
|
|
20083
|
+
.bcl-mega-menu__submenu > .__see_all > .see-all-button > svg {
|
|
20084
|
+
-ms-flex-negative: 0;
|
|
20085
|
+
flex-shrink: 0;
|
|
20086
|
+
}
|
|
20087
|
+
.bcl-mega-menu__submenu > .__see_all > .see-all-button > span {
|
|
20088
|
+
text-overflow: ellipsis;
|
|
20089
|
+
overflow: hidden;
|
|
20090
|
+
display: block;
|
|
20091
|
+
white-space: nowrap;
|
|
20092
|
+
}
|
|
19995
20093
|
|
|
19996
20094
|
@media (max-width: 991.98px) {
|
|
19997
20095
|
.bcl-mega-menu__submenu > .__header,
|
|
@@ -20791,9 +20889,6 @@ Due to the split circle of progress-left and progress right, we must use the ani
|
|
|
20791
20889
|
padding-bottom: 0;
|
|
20792
20890
|
}
|
|
20793
20891
|
}
|
|
20794
|
-
.bcl-gallery {
|
|
20795
|
-
/* lazyload */
|
|
20796
|
-
}
|
|
20797
20892
|
.bcl-gallery .bcl-gallery__thumbnails {
|
|
20798
20893
|
border-radius: 0.5rem;
|
|
20799
20894
|
overflow: hidden;
|
|
@@ -20945,6 +21040,9 @@ Due to the split circle of progress-left and progress right, we must use the ani
|
|
|
20945
21040
|
-o-object-fit: contain;
|
|
20946
21041
|
object-fit: contain;
|
|
20947
21042
|
}
|
|
21043
|
+
.bcl-gallery {
|
|
21044
|
+
/* lazyload */
|
|
21045
|
+
}
|
|
20948
21046
|
.bcl-gallery img:not([src]):not([srcset]) {
|
|
20949
21047
|
visibility: hidden;
|
|
20950
21048
|
}
|
|
@@ -21046,6 +21144,10 @@ Due to the split circle of progress-left and progress right, we must use the ani
|
|
|
21046
21144
|
}
|
|
21047
21145
|
|
|
21048
21146
|
/* stylelint-disable no-descending-specificity */
|
|
21147
|
+
.pagination {
|
|
21148
|
+
-ms-flex-wrap: wrap;
|
|
21149
|
+
flex-wrap: wrap;
|
|
21150
|
+
}
|
|
21049
21151
|
.pagination .page-item .page-link {
|
|
21050
21152
|
display: -ms-flexbox;
|
|
21051
21153
|
display: flex;
|
|
@@ -21106,52 +21208,6 @@ Due to the split circle of progress-left and progress right, we must use the ani
|
|
|
21106
21208
|
height: 0;
|
|
21107
21209
|
}
|
|
21108
21210
|
}
|
|
21109
|
-
.badge.bg-secondary {
|
|
21110
|
-
color: rgb(10.8571428571, 78.0357142857, 150.6428571429);
|
|
21111
|
-
}
|
|
21112
|
-
.badge.bg-secondary:hover {
|
|
21113
|
-
color: rgb(10.8571428571, 78.0357142857, 150.6428571429);
|
|
21114
|
-
}
|
|
21115
|
-
|
|
21116
|
-
.btn {
|
|
21117
|
-
font-weight: 500;
|
|
21118
|
-
}
|
|
21119
|
-
.btn:not(.btn-link):hover {
|
|
21120
|
-
box-shadow: 0 0.1rem 0.4rem 0.1rem rgba(0, 0, 0, 0.1);
|
|
21121
|
-
}
|
|
21122
|
-
|
|
21123
|
-
.btn-primary:hover {
|
|
21124
|
-
background-color: rgb(48.0018400522, 82.2300387862, 134.0111599478);
|
|
21125
|
-
}
|
|
21126
|
-
.btn-primary:focus, .btn-primary:active, .btn-primary.active {
|
|
21127
|
-
background-color: rgb(16.9957284087, 50.0249649814, 99.9922715913);
|
|
21128
|
-
}
|
|
21129
|
-
|
|
21130
|
-
.btn-secondary {
|
|
21131
|
-
color: rgb(10.8571428571, 78.0357142857, 150.6428571429);
|
|
21132
|
-
}
|
|
21133
|
-
.btn-secondary:hover {
|
|
21134
|
-
color: rgb(10.8571428571, 78.0357142857, 150.6428571429);
|
|
21135
|
-
}
|
|
21136
|
-
|
|
21137
|
-
.btn-light {
|
|
21138
|
-
color: #143b76;
|
|
21139
|
-
}
|
|
21140
|
-
.btn-light:hover {
|
|
21141
|
-
color: #143b76;
|
|
21142
|
-
}
|
|
21143
|
-
|
|
21144
|
-
input:hover {
|
|
21145
|
-
color: #1073de;
|
|
21146
|
-
}
|
|
21147
|
-
|
|
21148
|
-
.page-item .page-link .bi {
|
|
21149
|
-
color: #1073de;
|
|
21150
|
-
}
|
|
21151
|
-
.page-item.active .page-link {
|
|
21152
|
-
font-weight: 700;
|
|
21153
|
-
}
|
|
21154
|
-
|
|
21155
21211
|
/* stylelint-disable no-descending-specificity */
|
|
21156
21212
|
.bcl-sidebar:has(> .bcl-inpage-navigation) {
|
|
21157
21213
|
position: -webkit-sticky;
|
|
@@ -21365,4 +21421,122 @@ input:hover {
|
|
|
21365
21421
|
border-radius: 0;
|
|
21366
21422
|
border-color: transparent;
|
|
21367
21423
|
}
|
|
21424
|
+
|
|
21425
|
+
.pagination-v2.pager .pagination {
|
|
21426
|
+
--bs-border-color: transparent;
|
|
21427
|
+
}
|
|
21428
|
+
.pagination-v2 .pagination {
|
|
21429
|
+
--bs-pagination-border-color: transparent;
|
|
21430
|
+
--bs-pagination-disabled-border-color: transparent;
|
|
21431
|
+
--bs-pagination-item-size: 2.75rem;
|
|
21432
|
+
--bs-pagination-hover-bg: #143b76;
|
|
21433
|
+
--bs-pagination-hover-color: #fff;
|
|
21434
|
+
border-top: 1px solid #a2a8ab;
|
|
21435
|
+
}
|
|
21436
|
+
.pagination-v2 .pagination .page-item .page-link {
|
|
21437
|
+
display: -ms-inline-flexbox;
|
|
21438
|
+
display: inline-flex;
|
|
21439
|
+
-ms-flex-align: center;
|
|
21440
|
+
align-items: center;
|
|
21441
|
+
-ms-flex-pack: center;
|
|
21442
|
+
justify-content: center;
|
|
21443
|
+
min-width: var(--bs-pagination-item-size);
|
|
21444
|
+
min-height: var(--bs-pagination-item-size);
|
|
21445
|
+
text-decoration: none;
|
|
21446
|
+
}
|
|
21447
|
+
.pagination-v2 .pagination .page-item .page-link:is(div):hover {
|
|
21448
|
+
background-color: transparent;
|
|
21449
|
+
border-color: transparent;
|
|
21450
|
+
color: #143b76;
|
|
21451
|
+
}
|
|
21452
|
+
.pagination-v2 .pagination .page-item.active .page-link {
|
|
21453
|
+
cursor: default;
|
|
21454
|
+
--bs-pagination-active-bg: #143b76;
|
|
21455
|
+
--bs-pagination-active-color: #fff;
|
|
21456
|
+
}
|
|
21457
|
+
.pagination-v2 .pagination .page-item.active .page-link:active, .pagination-v2 .pagination .page-item.active .page-link:hover {
|
|
21458
|
+
--bs-pagination-active-bg: #143b76;
|
|
21459
|
+
color: var(--bs-pagination-active-color);
|
|
21460
|
+
background-color: var(--bs-pagination-active-bg);
|
|
21461
|
+
}
|
|
21462
|
+
@media (max-width: 767.98px) {
|
|
21463
|
+
.pagination-v2 .pagination .page-item.active .page-link:active, .pagination-v2 .pagination .page-item.active .page-link:hover {
|
|
21464
|
+
--bs-pagination-active-bg: $white;
|
|
21465
|
+
--bs-pagination-active-color: $dark;
|
|
21466
|
+
--bs-pagination-active-border-color: transparent;
|
|
21467
|
+
}
|
|
21468
|
+
}
|
|
21469
|
+
@media (max-width: 767.98px) {
|
|
21470
|
+
.pagination-v2 .pagination .page-item.active .page-link {
|
|
21471
|
+
--bs-pagination-active-bg: $white;
|
|
21472
|
+
--bs-pagination-active-color: $dark;
|
|
21473
|
+
--bs-pagination-active-border-color: transparent;
|
|
21474
|
+
}
|
|
21475
|
+
}
|
|
21476
|
+
.pagination-v2 .pagination.pagination--glossary .page-item {
|
|
21477
|
+
margin-right: inherit;
|
|
21478
|
+
}
|
|
21479
|
+
.pagination-v2 .pagination.pagination--glossary .page-item .page-link {
|
|
21480
|
+
border: 1px solid #a2a8ab;
|
|
21481
|
+
padding: 0.375rem 0.75rem;
|
|
21482
|
+
}
|
|
21483
|
+
.pagination-v2 .pagination.pagination--glossary .page-item .page-link:focus, .pagination-v2 .pagination.pagination--glossary .page-item .page-link:focus-visible {
|
|
21484
|
+
box-shadow: none;
|
|
21485
|
+
outline: 2px solid #143b76;
|
|
21486
|
+
outline-offset: 2px;
|
|
21487
|
+
}
|
|
21488
|
+
.pagination-v2 {
|
|
21489
|
+
/* Outline the group when any pager control is focused for keyboard users. */
|
|
21490
|
+
}
|
|
21491
|
+
.pagination-v2 .pager__items:focus-within {
|
|
21492
|
+
outline: 2px solid currentColor;
|
|
21493
|
+
outline-offset: 2px;
|
|
21494
|
+
border-radius: 6px;
|
|
21495
|
+
}
|
|
21496
|
+
|
|
21497
|
+
.badge.bg-secondary {
|
|
21498
|
+
color: rgb(10.8571428571, 78.0357142857, 150.6428571429);
|
|
21499
|
+
}
|
|
21500
|
+
.badge.bg-secondary:hover {
|
|
21501
|
+
color: rgb(10.8571428571, 78.0357142857, 150.6428571429);
|
|
21502
|
+
}
|
|
21503
|
+
|
|
21504
|
+
.btn {
|
|
21505
|
+
font-weight: 500;
|
|
21506
|
+
}
|
|
21507
|
+
.btn:not(.btn-link):hover {
|
|
21508
|
+
box-shadow: 0 0.1rem 0.4rem 0.1rem rgba(0, 0, 0, 0.1);
|
|
21509
|
+
}
|
|
21510
|
+
|
|
21511
|
+
.btn-primary:hover {
|
|
21512
|
+
background-color: rgb(48.0018400522, 82.2300387862, 134.0111599478);
|
|
21513
|
+
}
|
|
21514
|
+
.btn-primary:focus, .btn-primary:active, .btn-primary.active {
|
|
21515
|
+
background-color: rgb(16.9957284087, 50.0249649814, 99.9922715913);
|
|
21516
|
+
}
|
|
21517
|
+
|
|
21518
|
+
.btn-secondary {
|
|
21519
|
+
color: rgb(10.8571428571, 78.0357142857, 150.6428571429);
|
|
21520
|
+
}
|
|
21521
|
+
.btn-secondary:hover {
|
|
21522
|
+
color: rgb(10.8571428571, 78.0357142857, 150.6428571429);
|
|
21523
|
+
}
|
|
21524
|
+
|
|
21525
|
+
.btn-light {
|
|
21526
|
+
color: #143b76;
|
|
21527
|
+
}
|
|
21528
|
+
.btn-light:hover {
|
|
21529
|
+
color: #143b76;
|
|
21530
|
+
}
|
|
21531
|
+
|
|
21532
|
+
input:hover {
|
|
21533
|
+
color: #1073de;
|
|
21534
|
+
}
|
|
21535
|
+
|
|
21536
|
+
.page-item .page-link .bi {
|
|
21537
|
+
color: #1073de;
|
|
21538
|
+
}
|
|
21539
|
+
.page-item.active .page-link {
|
|
21540
|
+
font-weight: 700;
|
|
21541
|
+
}
|
|
21368
21542
|
/*# sourceMappingURL=oe-bcl-joinup.css.map */
|