@openeuropa/bcl-theme-joinup 0.13.0 → 0.17.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/bcl-builder.config.js +4 -0
- package/css/oe-bcl-joinup.css +262 -26
- 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/cyrillic-400-italic.css +9 -0
- package/fonts/cyrillic-400.css +9 -0
- package/fonts/cyrillic-500-italic.css +9 -0
- package/fonts/cyrillic-500.css +9 -0
- package/fonts/cyrillic-700-italic.css +9 -0
- package/fonts/cyrillic-700.css +9 -0
- package/fonts/cyrillic-ext-400-italic.css +9 -0
- package/fonts/cyrillic-ext-400.css +9 -0
- package/fonts/cyrillic-ext-500-italic.css +9 -0
- package/fonts/cyrillic-ext-500.css +9 -0
- package/fonts/cyrillic-ext-700-italic.css +9 -0
- package/fonts/cyrillic-ext-700.css +9 -0
- 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/fonts/greek-400-italic.css +9 -0
- package/fonts/greek-400.css +9 -0
- package/fonts/greek-500-italic.css +9 -0
- package/fonts/greek-500.css +9 -0
- package/fonts/greek-700-italic.css +9 -0
- package/fonts/greek-700.css +9 -0
- package/fonts/greek-ext-400-italic.css +9 -0
- package/fonts/greek-ext-400.css +9 -0
- package/fonts/greek-ext-500-italic.css +9 -0
- package/fonts/greek-ext-500.css +9 -0
- package/fonts/greek-ext-700-italic.css +9 -0
- package/fonts/greek-ext-700.css +9 -0
- package/fonts/latin-400-italic.css +9 -0
- package/fonts/latin-400.css +9 -0
- package/fonts/latin-500-italic.css +9 -0
- package/fonts/latin-500.css +9 -0
- package/fonts/latin-700-italic.css +9 -0
- package/fonts/latin-700.css +9 -0
- package/fonts/latin-ext-400-italic.css +9 -0
- package/fonts/latin-ext-400.css +9 -0
- package/fonts/latin-ext-500-italic.css +9 -0
- package/fonts/latin-ext-500.css +9 -0
- package/fonts/latin-ext-700-italic.css +9 -0
- package/fonts/latin-ext-700.css +9 -0
- package/icons/icons-flag.svg +1 -0
- package/js/oe-bcl-joinup.bundle.js +53 -21
- 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.min.js.map +1 -1
- package/js/oe-bcl-joinup.umd.js +61 -24
- 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/package.json +16 -6
- package/src/scss/base/_fonts.scss +24 -2
- package/src/scss/base/_variables.scss +0 -1
- package/src/scss/oe-bcl-joinup.scss +1 -14
- package/templates/bcl-accordion/accordion.html.twig +9 -0
- package/templates/bcl-alert/alert.html.twig +4 -0
- package/templates/bcl-badge/badge.html.twig +9 -1
- package/templates/bcl-banner/banner.html.twig +12 -5
- package/templates/bcl-base-templates/content-type.html.twig +120 -0
- package/templates/bcl-base-templates/listing-page.html.twig +63 -0
- package/templates/{bcl-group-landing-listing/group-landing-listing-offcanvas.html.twig → bcl-base-templates/sidebar-search.html.twig} +0 -1
- package/templates/bcl-blockquote/blockquote.html.twig +4 -0
- package/templates/bcl-breadcrumb/breadcrumb.html.twig +6 -2
- package/templates/bcl-button/button.html.twig +8 -2
- package/templates/bcl-button-group/button-group.html.twig +4 -0
- package/templates/bcl-card/card.html.twig +28 -29
- package/templates/bcl-card-layout/card-layout.html.twig +4 -0
- package/templates/bcl-carousel/carousel.html.twig +4 -0
- package/templates/bcl-content-banner/content-banner.html.twig +107 -0
- package/templates/bcl-date-block/date-block.html.twig +4 -0
- package/templates/bcl-description-list/description-list.html.twig +114 -0
- package/templates/bcl-event/event.html.twig +41 -0
- package/templates/bcl-fact-figures/fact-figures.html.twig +13 -5
- package/templates/bcl-featured-media/featured-media.html.twig +53 -5
- package/templates/bcl-file/file.html.twig +209 -0
- package/templates/bcl-footer/footer.html.twig +4 -1
- package/templates/bcl-form/form.html.twig +4 -0
- package/templates/bcl-group/group-landing.html.twig +101 -0
- package/templates/bcl-group/group.html.twig +27 -0
- package/templates/bcl-header/header.html.twig +11 -2
- package/templates/bcl-inpage-navigation/inpage-navigation.html.twig +14 -1
- package/templates/bcl-landing-page/landing-page.html.twig +46 -52
- package/templates/bcl-links-block/links-block.html.twig +5 -2
- package/templates/bcl-list-group/list-group.html.twig +6 -0
- package/templates/bcl-listing/listing.html.twig +29 -16
- package/templates/bcl-navbar/navbar.html.twig +22 -20
- package/templates/bcl-navigation/navigation.html.twig +135 -110
- package/templates/bcl-offcanvas/offcanvas.html.twig +4 -0
- package/templates/bcl-page/page.html.twig +64 -0
- package/templates/bcl-pagination/pagination.html.twig +5 -1
- package/templates/bcl-placeholder/placeholder.html.twig +43 -0
- package/templates/bcl-progress/progress.html.twig +4 -0
- package/templates/bcl-recent-activities/recent-activities.html.twig +4 -0
- package/templates/bcl-search/search.html.twig +10 -40
- package/templates/bcl-search-form/search-form.html.twig +52 -0
- package/templates/bcl-select/select.html.twig +6 -0
- package/templates/bcl-table/table.html.twig +4 -0
- package/templates/bcl-timeline/timeline.html.twig +16 -1
- package/templates/bcl-toast/toasts.html.twig +4 -0
- package/templates/bcl-user/user-edit.html.twig +38 -0
- package/templates/{bcl-user-view → bcl-user}/user-view-compact.html.twig +5 -1
- package/templates/bcl-user/user-view.html.twig +96 -0
- package/yarn-error.log +76 -0
- package/templates/bcl-group-landing/group-landing.html.twig +0 -106
- package/templates/bcl-group-landing-listing/group-landing-listing.html.twig +0 -69
- package/templates/bcl-search/search-offcanvas.html.twig +0 -8
- package/templates/bcl-user-edit/edit-contents.html.twig +0 -32
- package/templates/bcl-user-edit/user-edit.html.twig +0 -19
- package/templates/bcl-user-listing/user-listing-offcanvas.html.twig +0 -8
- package/templates/bcl-user-listing/user-listing.html.twig +0 -45
- package/templates/bcl-user-view/user-view.html.twig +0 -106
package/bcl-builder.config.js
CHANGED
|
@@ -112,6 +112,10 @@ module.exports = {
|
|
|
112
112
|
nodeModules,
|
|
113
113
|
"@openeuropa/bcl-bootstrap/bootstrap-icons.svg"
|
|
114
114
|
),
|
|
115
|
+
path.resolve(
|
|
116
|
+
nodeModules,
|
|
117
|
+
"@ecl/resources-flag-icons/dist/sprites/icons-flag.svg"
|
|
118
|
+
),
|
|
115
119
|
],
|
|
116
120
|
to: path.resolve(outputFolder, "icons"),
|
|
117
121
|
options: { up: true },
|
package/css/oe-bcl-joinup.css
CHANGED
|
@@ -1,5 +1,28 @@
|
|
|
1
1
|
@charset "UTF-8";
|
|
2
|
-
@import
|
|
2
|
+
@import "fonts/cyrillic-400.css";
|
|
3
|
+
@import "fonts/latin-400.css";
|
|
4
|
+
@import "fonts/latin-ext-400.css";
|
|
5
|
+
@import "fonts/greek-400.css";
|
|
6
|
+
@import "fonts/cyrillic-500.css";
|
|
7
|
+
@import "fonts/latin-500.css";
|
|
8
|
+
@import "fonts/latin-ext-500.css";
|
|
9
|
+
@import "fonts/greek-500.css";
|
|
10
|
+
@import "fonts/cyrillic-700.css";
|
|
11
|
+
@import "fonts/latin-700.css";
|
|
12
|
+
@import "fonts/latin-ext-700.css";
|
|
13
|
+
@import "fonts/greek-700.css";
|
|
14
|
+
@import "fonts/cyrillic-400-italic.css";
|
|
15
|
+
@import "fonts/latin-400-italic.css";
|
|
16
|
+
@import "fonts/latin-ext-400-italic.css";
|
|
17
|
+
@import "fonts/greek-400-italic.css";
|
|
18
|
+
@import "fonts/cyrillic-500-italic.css";
|
|
19
|
+
@import "fonts/latin-500-italic.css";
|
|
20
|
+
@import "fonts/latin-ext-500-italic.css";
|
|
21
|
+
@import "fonts/greek-500-italic.css";
|
|
22
|
+
@import "fonts/cyrillic-700-italic.css";
|
|
23
|
+
@import "fonts/latin-700-italic.css";
|
|
24
|
+
@import "fonts/latin-ext-700-italic.css";
|
|
25
|
+
@import "fonts/greek-700-italic.css";
|
|
3
26
|
.fs-sm,
|
|
4
27
|
.fs-xs {
|
|
5
28
|
color: #858a8c;
|
|
@@ -118,7 +141,7 @@ h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
|
|
|
118
141
|
margin-top: 0;
|
|
119
142
|
margin-bottom: 0.5rem;
|
|
120
143
|
font-weight: 700;
|
|
121
|
-
line-height: 2
|
|
144
|
+
line-height: 1.2;
|
|
122
145
|
color: #143b76;
|
|
123
146
|
}
|
|
124
147
|
|
|
@@ -5399,9 +5422,9 @@ textarea.form-control-lg {
|
|
|
5399
5422
|
}
|
|
5400
5423
|
}
|
|
5401
5424
|
.accordion-button:not(.collapsed) {
|
|
5402
|
-
color: #
|
|
5403
|
-
background-color: #
|
|
5404
|
-
box-shadow: inset 0 -1px 0
|
|
5425
|
+
color: #212529;
|
|
5426
|
+
background-color: #f8f9fa;
|
|
5427
|
+
box-shadow: inset 0 -1px 0 #dee2e6;
|
|
5405
5428
|
}
|
|
5406
5429
|
.accordion-button:not(.collapsed)::after {
|
|
5407
5430
|
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
|
|
@@ -5443,7 +5466,7 @@ textarea.form-control-lg {
|
|
|
5443
5466
|
|
|
5444
5467
|
.accordion-item {
|
|
5445
5468
|
background-color: #fff;
|
|
5446
|
-
border: 1px solid
|
|
5469
|
+
border: 1px solid #dee2e6;
|
|
5447
5470
|
}
|
|
5448
5471
|
.accordion-item:first-of-type {
|
|
5449
5472
|
border-top-left-radius: 0.25rem;
|
|
@@ -5514,6 +5537,69 @@ textarea.form-control-lg {
|
|
|
5514
5537
|
color: #6c757d;
|
|
5515
5538
|
}
|
|
5516
5539
|
|
|
5540
|
+
.placeholder {
|
|
5541
|
+
display: inline-block;
|
|
5542
|
+
min-height: 1em;
|
|
5543
|
+
vertical-align: middle;
|
|
5544
|
+
cursor: wait;
|
|
5545
|
+
background-color: currentColor;
|
|
5546
|
+
opacity: 0.5;
|
|
5547
|
+
}
|
|
5548
|
+
.placeholder.btn::before {
|
|
5549
|
+
display: inline-block;
|
|
5550
|
+
content: "";
|
|
5551
|
+
}
|
|
5552
|
+
|
|
5553
|
+
.placeholder-xs {
|
|
5554
|
+
min-height: 0.6em;
|
|
5555
|
+
}
|
|
5556
|
+
|
|
5557
|
+
.placeholder-sm {
|
|
5558
|
+
min-height: 0.8em;
|
|
5559
|
+
}
|
|
5560
|
+
|
|
5561
|
+
.placeholder-lg {
|
|
5562
|
+
min-height: 1.2em;
|
|
5563
|
+
}
|
|
5564
|
+
|
|
5565
|
+
.placeholder-glow .placeholder {
|
|
5566
|
+
-webkit-animation: placeholder-glow 2s ease-in-out infinite;
|
|
5567
|
+
animation: placeholder-glow 2s ease-in-out infinite;
|
|
5568
|
+
}
|
|
5569
|
+
|
|
5570
|
+
@-webkit-keyframes placeholder-glow {
|
|
5571
|
+
50% {
|
|
5572
|
+
opacity: 0.2;
|
|
5573
|
+
}
|
|
5574
|
+
}
|
|
5575
|
+
|
|
5576
|
+
@keyframes placeholder-glow {
|
|
5577
|
+
50% {
|
|
5578
|
+
opacity: 0.2;
|
|
5579
|
+
}
|
|
5580
|
+
}
|
|
5581
|
+
.placeholder-wave {
|
|
5582
|
+
-webkit-mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
|
|
5583
|
+
mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
|
|
5584
|
+
-webkit-mask-size: 200% 100%;
|
|
5585
|
+
mask-size: 200% 100%;
|
|
5586
|
+
-webkit-animation: placeholder-wave 2s linear infinite;
|
|
5587
|
+
animation: placeholder-wave 2s linear infinite;
|
|
5588
|
+
}
|
|
5589
|
+
|
|
5590
|
+
@-webkit-keyframes placeholder-wave {
|
|
5591
|
+
100% {
|
|
5592
|
+
-webkit-mask-position: -200% 0%;
|
|
5593
|
+
mask-position: -200% 0%;
|
|
5594
|
+
}
|
|
5595
|
+
}
|
|
5596
|
+
|
|
5597
|
+
@keyframes placeholder-wave {
|
|
5598
|
+
100% {
|
|
5599
|
+
-webkit-mask-position: -200% 0%;
|
|
5600
|
+
mask-position: -200% 0%;
|
|
5601
|
+
}
|
|
5602
|
+
}
|
|
5517
5603
|
.pagination {
|
|
5518
5604
|
display: -ms-flexbox;
|
|
5519
5605
|
display: flex;
|
|
@@ -7414,6 +7500,16 @@ textarea.form-control-lg {
|
|
|
7414
7500
|
background-color: #f8f9fa;
|
|
7415
7501
|
}
|
|
7416
7502
|
|
|
7503
|
+
.bg-gray-200 {
|
|
7504
|
+
background-color: #f5f6f7;
|
|
7505
|
+
}
|
|
7506
|
+
|
|
7507
|
+
.grid-3-9 {
|
|
7508
|
+
-ms-grid-columns: 25% 75%;
|
|
7509
|
+
grid-template-columns: 25% 75%;
|
|
7510
|
+
grid-gap: 0.75rem;
|
|
7511
|
+
}
|
|
7512
|
+
|
|
7417
7513
|
.align-baseline {
|
|
7418
7514
|
vertical-align: baseline !important;
|
|
7419
7515
|
}
|
|
@@ -15633,13 +15729,9 @@ body {
|
|
|
15633
15729
|
padding-bottom: 1rem;
|
|
15634
15730
|
}
|
|
15635
15731
|
|
|
15636
|
-
.bcl-header__project
|
|
15637
|
-
|
|
15638
|
-
|
|
15639
|
-
|
|
15640
|
-
.ec__header .bcl-header__project,
|
|
15641
|
-
.ec__header .bcl-header__navbar {
|
|
15642
|
-
background: #004494;
|
|
15732
|
+
.bcl-header--neutral .bcl-header__project,
|
|
15733
|
+
.bcl-header--neutral .bcl-header__navbar {
|
|
15734
|
+
background: #6d7173;
|
|
15643
15735
|
}
|
|
15644
15736
|
|
|
15645
15737
|
.bcl-navbar-header {
|
|
@@ -15651,10 +15743,21 @@ body {
|
|
|
15651
15743
|
color: #1b4ac3;
|
|
15652
15744
|
}
|
|
15653
15745
|
|
|
15654
|
-
.bcl-header
|
|
15746
|
+
.bcl-header--ec .bcl-header__project,
|
|
15747
|
+
.bcl-header--ec .bcl-header__navbar,
|
|
15748
|
+
.ec__header .bcl-header__project,
|
|
15749
|
+
.ec__header .bcl-header__navbar {
|
|
15750
|
+
background: #004494;
|
|
15751
|
+
}
|
|
15752
|
+
.bcl-header--ec .nav-link,
|
|
15753
|
+
.ec__header .nav-link {
|
|
15655
15754
|
color: #17458f;
|
|
15656
15755
|
}
|
|
15657
15756
|
|
|
15757
|
+
.bcl-header:not(.bcl-header--neutral) .bcl-header__project {
|
|
15758
|
+
padding-top: 1rem;
|
|
15759
|
+
}
|
|
15760
|
+
|
|
15658
15761
|
.bcl-header__navbar .navbar-nav .nav-link {
|
|
15659
15762
|
color: #a2a8ab;
|
|
15660
15763
|
}
|
|
@@ -15690,13 +15793,14 @@ body {
|
|
|
15690
15793
|
transform: translate(-11px, 5px);
|
|
15691
15794
|
}
|
|
15692
15795
|
|
|
15693
|
-
.bcl-header__project
|
|
15796
|
+
.bcl-header__project .bcl-header__site-name {
|
|
15694
15797
|
display: inline-block;
|
|
15695
15798
|
margin-bottom: 0;
|
|
15696
15799
|
font-size: 1.3rem;
|
|
15697
15800
|
font-weight: 300;
|
|
15698
15801
|
color: #fff;
|
|
15699
15802
|
vertical-align: middle;
|
|
15803
|
+
max-width: 80%;
|
|
15700
15804
|
}
|
|
15701
15805
|
|
|
15702
15806
|
.bcl-header .navbar-toggler {
|
|
@@ -15710,28 +15814,65 @@ body {
|
|
|
15710
15814
|
background: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
|
|
15711
15815
|
}
|
|
15712
15816
|
|
|
15817
|
+
@media only screen and (max-width: 400px) {
|
|
15818
|
+
.bcl-header--neutral .bcl-header__project-logo {
|
|
15819
|
+
display: none;
|
|
15820
|
+
}
|
|
15821
|
+
}
|
|
15713
15822
|
@media (max-width: 575.98px) {
|
|
15714
15823
|
.bcl-header .navbar:first-child .nav-link {
|
|
15715
15824
|
padding: 0.5rem 0.4rem;
|
|
15716
15825
|
}
|
|
15717
15826
|
}
|
|
15718
15827
|
@media (min-width: 768px) {
|
|
15719
|
-
.
|
|
15828
|
+
.bcl-header--ec .navbar-brand img,
|
|
15829
|
+
.ec__header .navbar-brand img {
|
|
15720
15830
|
width: 180px;
|
|
15721
15831
|
}
|
|
15722
15832
|
}
|
|
15833
|
+
@media (max-width: 991.98px) {
|
|
15834
|
+
.bcl-header__project {
|
|
15835
|
+
min-height: 3rem;
|
|
15836
|
+
padding-top: 1rem;
|
|
15837
|
+
}
|
|
15838
|
+
|
|
15839
|
+
.bcl-header nav + nav {
|
|
15840
|
+
min-height: 3rem;
|
|
15841
|
+
}
|
|
15842
|
+
.bcl-header nav + nav .navbar-toggler {
|
|
15843
|
+
position: static;
|
|
15844
|
+
}
|
|
15845
|
+
.bcl-header nav + nav .container {
|
|
15846
|
+
-ms-flex-pack: right;
|
|
15847
|
+
justify-content: right;
|
|
15848
|
+
}
|
|
15849
|
+
|
|
15850
|
+
.bcl-header__navbar .navbar-collapse {
|
|
15851
|
+
max-width: 100%;
|
|
15852
|
+
}
|
|
15853
|
+
.bcl-header__navbar .navbar-collapse .nav-item.dropdown {
|
|
15854
|
+
max-width: 100%;
|
|
15855
|
+
}
|
|
15856
|
+
.bcl-header__navbar .navbar-collapse .nav-item.dropdown a {
|
|
15857
|
+
white-space: normal;
|
|
15858
|
+
}
|
|
15859
|
+
.bcl-header__navbar .navbar-collapse .nav-item.dropdown .dropdown-menu {
|
|
15860
|
+
max-width: 100%;
|
|
15861
|
+
}
|
|
15862
|
+
}
|
|
15723
15863
|
@media (min-width: 992px) {
|
|
15724
15864
|
.bcl-header__project.light,
|
|
15865
|
+
.bcl-header--ec .bcl-header__project.light,
|
|
15725
15866
|
.ec__header .bcl-header__project.light {
|
|
15726
15867
|
background: #fff;
|
|
15727
15868
|
}
|
|
15728
15869
|
|
|
15729
|
-
.bcl-
|
|
15870
|
+
.bcl-header__site-name {
|
|
15730
15871
|
padding-left: 1.5rem;
|
|
15731
15872
|
font-weight: 500;
|
|
15732
15873
|
}
|
|
15733
15874
|
|
|
15734
|
-
.bcl-header__project.light
|
|
15875
|
+
.bcl-header__project.light .bcl-header__site-name {
|
|
15735
15876
|
color: #000;
|
|
15736
15877
|
}
|
|
15737
15878
|
|
|
@@ -15760,11 +15901,12 @@ body {
|
|
|
15760
15901
|
z-index: 1050;
|
|
15761
15902
|
}
|
|
15762
15903
|
|
|
15763
|
-
.bcl-header__project {
|
|
15904
|
+
.bcl-header:not(.bcl-header--neutral) .bcl-header__project {
|
|
15764
15905
|
padding-bottom: 1rem;
|
|
15765
15906
|
}
|
|
15766
15907
|
|
|
15767
|
-
.
|
|
15908
|
+
.bcl-header--ec .navbar-brand img,
|
|
15909
|
+
.ec__header .navbar-brand img {
|
|
15768
15910
|
width: 285px;
|
|
15769
15911
|
}
|
|
15770
15912
|
}
|
|
@@ -16155,6 +16297,97 @@ a .badge {
|
|
|
16155
16297
|
font-size: 0.75em;
|
|
16156
16298
|
}
|
|
16157
16299
|
|
|
16300
|
+
.badge-outline-primary {
|
|
16301
|
+
border: 1px solid #143b76;
|
|
16302
|
+
color: #143b76 !important;
|
|
16303
|
+
background: transparent !important;
|
|
16304
|
+
}
|
|
16305
|
+
.badge-outline-primary .icon--close {
|
|
16306
|
+
background: #143b76;
|
|
16307
|
+
color: #fff;
|
|
16308
|
+
}
|
|
16309
|
+
|
|
16310
|
+
.badge-outline-secondary {
|
|
16311
|
+
border: 1px solid #e7f1fb;
|
|
16312
|
+
color: #e7f1fb !important;
|
|
16313
|
+
background: transparent !important;
|
|
16314
|
+
}
|
|
16315
|
+
.badge-outline-secondary .icon--close {
|
|
16316
|
+
background: #e7f1fb;
|
|
16317
|
+
color: #fff;
|
|
16318
|
+
}
|
|
16319
|
+
|
|
16320
|
+
.badge-outline-success {
|
|
16321
|
+
border: 1px solid #18bf80;
|
|
16322
|
+
color: #18bf80 !important;
|
|
16323
|
+
background: transparent !important;
|
|
16324
|
+
}
|
|
16325
|
+
.badge-outline-success .icon--close {
|
|
16326
|
+
background: #18bf80;
|
|
16327
|
+
color: #fff;
|
|
16328
|
+
}
|
|
16329
|
+
|
|
16330
|
+
.badge-outline-info {
|
|
16331
|
+
border: 1px solid #0dcaf0;
|
|
16332
|
+
color: #0dcaf0 !important;
|
|
16333
|
+
background: transparent !important;
|
|
16334
|
+
}
|
|
16335
|
+
.badge-outline-info .icon--close {
|
|
16336
|
+
background: #0dcaf0;
|
|
16337
|
+
color: #fff;
|
|
16338
|
+
}
|
|
16339
|
+
|
|
16340
|
+
.badge-outline-warning {
|
|
16341
|
+
border: 1px solid #eba843;
|
|
16342
|
+
color: #eba843 !important;
|
|
16343
|
+
background: transparent !important;
|
|
16344
|
+
}
|
|
16345
|
+
.badge-outline-warning .icon--close {
|
|
16346
|
+
background: #eba843;
|
|
16347
|
+
color: #fff;
|
|
16348
|
+
}
|
|
16349
|
+
|
|
16350
|
+
.badge-outline-danger {
|
|
16351
|
+
border: 1px solid #eb3434;
|
|
16352
|
+
color: #eb3434 !important;
|
|
16353
|
+
background: transparent !important;
|
|
16354
|
+
}
|
|
16355
|
+
.badge-outline-danger .icon--close {
|
|
16356
|
+
background: #eb3434;
|
|
16357
|
+
color: #fff;
|
|
16358
|
+
}
|
|
16359
|
+
|
|
16360
|
+
.badge-outline-light {
|
|
16361
|
+
border: 1px solid #f0f0f0;
|
|
16362
|
+
color: #f0f0f0 !important;
|
|
16363
|
+
background: transparent !important;
|
|
16364
|
+
}
|
|
16365
|
+
.badge-outline-light .icon--close {
|
|
16366
|
+
background: #f0f0f0;
|
|
16367
|
+
color: #fff;
|
|
16368
|
+
color: #000;
|
|
16369
|
+
}
|
|
16370
|
+
|
|
16371
|
+
.badge-outline-dark {
|
|
16372
|
+
border: 1px solid #212529;
|
|
16373
|
+
color: #212529 !important;
|
|
16374
|
+
background: transparent !important;
|
|
16375
|
+
}
|
|
16376
|
+
.badge-outline-dark .icon--close {
|
|
16377
|
+
background: #212529;
|
|
16378
|
+
color: #fff;
|
|
16379
|
+
}
|
|
16380
|
+
|
|
16381
|
+
.badge-outline-brand {
|
|
16382
|
+
border: 1px solid #1073de;
|
|
16383
|
+
color: #1073de !important;
|
|
16384
|
+
background: transparent !important;
|
|
16385
|
+
}
|
|
16386
|
+
.badge-outline-brand .icon--close {
|
|
16387
|
+
background: #1073de;
|
|
16388
|
+
color: #fff;
|
|
16389
|
+
}
|
|
16390
|
+
|
|
16158
16391
|
.ss-main {
|
|
16159
16392
|
position: relative;
|
|
16160
16393
|
display: inline-block;
|
|
@@ -16759,7 +16992,7 @@ select.multi-select {
|
|
|
16759
16992
|
background-position: right 1.6rem center;
|
|
16760
16993
|
}
|
|
16761
16994
|
}
|
|
16762
|
-
@media
|
|
16995
|
+
@media (min-width: 992px) {
|
|
16763
16996
|
.bcl-offcanvas {
|
|
16764
16997
|
position: relative;
|
|
16765
16998
|
width: auto;
|
|
@@ -16855,11 +17088,14 @@ select.multi-select {
|
|
|
16855
17088
|
border-bottom: 0;
|
|
16856
17089
|
border-left: 4px solid transparent;
|
|
16857
17090
|
}
|
|
16858
|
-
|
|
17091
|
+
|
|
17092
|
+
.bcl-banner.full-width,
|
|
17093
|
+
.bcl-content-banner {
|
|
16859
17094
|
left: 50%;
|
|
16860
17095
|
width: 100vw;
|
|
16861
17096
|
margin-left: -50vw;
|
|
16862
17097
|
border-radius: 0;
|
|
17098
|
+
position: relative;
|
|
16863
17099
|
}
|
|
16864
17100
|
|
|
16865
17101
|
.bcl-banner__content {
|
|
@@ -17012,20 +17248,20 @@ input:hover {
|
|
|
17012
17248
|
font-weight: 700;
|
|
17013
17249
|
}
|
|
17014
17250
|
|
|
17015
|
-
|
|
17251
|
+
.bcl-inpage-navigation {
|
|
17016
17252
|
top: 1rem;
|
|
17017
17253
|
background-color: #fafbfc;
|
|
17018
17254
|
}
|
|
17019
|
-
|
|
17255
|
+
.bcl-inpage-navigation h5, .bcl-inpage-navigation .h5 {
|
|
17020
17256
|
font-weight: bold;
|
|
17021
17257
|
margin-bottom: 0;
|
|
17022
17258
|
padding: 1.25rem;
|
|
17023
17259
|
border-bottom: 1px solid #dadee0;
|
|
17024
17260
|
}
|
|
17025
|
-
|
|
17261
|
+
.bcl-inpage-navigation ul {
|
|
17026
17262
|
padding: 0.75rem;
|
|
17027
17263
|
}
|
|
17028
|
-
|
|
17264
|
+
.bcl-inpage-navigation ul .nav-link {
|
|
17029
17265
|
padding: 0.5rem;
|
|
17030
17266
|
margin-bottom: 0.5rem;
|
|
17031
17267
|
}
|