epfl-elements 4.6.1 → 4.8.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/assets/config/bootstrap-variables.scss +2 -1
- package/assets/config/colors.json +1 -0
- package/dist/components/atoms/link/link-button.twig +2 -0
- package/dist/components/atoms/link/link.yml +6 -0
- package/dist/components/atoms/picture/picture-news-thumb.twig +11 -0
- package/dist/components/content-types/news/news-horizontal-listing-gray.twig +36 -0
- package/dist/components/content-types/news/news-horizontal-listing.twig +36 -0
- package/dist/components/content-types/news/news.yml +7 -0
- package/dist/components/molecules/breadcrumb/breadcrumb-dropdown.twig +69 -0
- package/dist/components/molecules/breadcrumb/breadcrumb-tagged.twig +59 -4
- package/dist/components/molecules/breadcrumb/breadcrumb.twig +8 -2
- package/dist/components/molecules/breadcrumb/breadcrumb.yml +4 -0
- package/dist/components/molecules/key-number/key-number-hn-link.twig +23 -0
- package/dist/components/molecules/key-number/key-number-hn.twig +23 -0
- package/dist/components/molecules/key-number/key-number.yml +4 -0
- package/dist/components/molecules/list-group/list-group-teasers.twig +35 -1
- package/dist/components/organisms/footer/footer-legal.twig +12 -3
- package/dist/components/organisms/key-number-group/key-number-group-hn.twig +7 -0
- package/dist/components/organisms/key-number-group/key-number-group.yml +3 -0
- package/dist/components/organisms/nav-aside/nav-aside.twig +12 -2
- package/dist/components/organisms/nav-aside/nav-aside.yml +4 -0
- package/dist/components/organisms/nav-mobile/nav-mobile.twig +24 -0
- package/dist/components/organisms/nav-mobile/nav-mobile.yml +5 -0
- package/dist/components/pages/about/about.twig +2 -0
- package/dist/components/pages/association-list/association-list.twig +2 -0
- package/dist/components/pages/blog-single/blog-single.twig +22 -5
- package/dist/components/pages/lab-homepage/lab-homepage.twig +6 -2
- package/dist/components/pages/news-detail/news-detail.twig +19 -27
- package/dist/components/pages/news-homepage/news-homepage.twig +1 -0
- package/dist/components/pages/study-plan/study-plan.twig +25 -3
- package/dist/components/pages/study-plan-course/study-plan-course.twig +27 -5
- package/dist/components/templates/base/base.twig +7 -12
- package/dist/css/elements.css +287 -135
- package/dist/css/elements.min.css +1 -1
- package/dist/css/elements.min.css.map +1 -1
- package/dist/css/reader.css +4 -2
- package/dist/css/reader.min.css +1 -1
- package/dist/css/reader.min.css.map +1 -1
- package/dist/icons/icons.svg +1 -1
- package/dist/images/icons/icon-teaser-video.svg +1 -0
- package/dist/images/styleguide/news-thumbs/news_thumb_02-1080x608.jpg +0 -0
- package/dist/images/styleguide/news-thumbs/news_thumb_02-120x68.jpg +0 -0
- package/dist/images/styleguide/news-thumbs/news_thumb_02-160x90.jpg +0 -0
- package/dist/images/styleguide/news-thumbs/news_thumb_02-190x107.jpg +0 -0
- package/dist/images/styleguide/news-thumbs/news_thumb_02-240x135.jpg +0 -0
- package/dist/images/styleguide/news-thumbs/news_thumb_02-540x304.jpg +0 -0
- package/dist/images/styleguide/news-thumbs/news_thumb_02-80x45.jpg +0 -0
- package/dist/images/styleguide/news-thumbs/news_thumb_02-95x53.jpg +0 -0
- package/dist/js/elements.js +22 -49
- package/dist/js/elements.min.js +1 -1
- package/dist/js/elements.min.js.map +1 -1
- package/dist/js/reader.js +131 -50
- package/dist/js/reader.min.js +1 -1
- package/dist/js/reader.min.js.map +1 -1
- package/dist/package.json +1 -1
- package/package.json +1 -1
- /package/dist/images/styleguide/news-thumbs/{news_thumb-120x58.jpg → news_thumb-120x68.jpg} +0 -0
package/dist/css/elements.css
CHANGED
|
@@ -2047,7 +2047,7 @@ mark,
|
|
|
2047
2047
|
color: #212121;
|
|
2048
2048
|
background-color: #fff;
|
|
2049
2049
|
background-clip: padding-box;
|
|
2050
|
-
border: 1px solid #
|
|
2050
|
+
border: 1px solid #8e8e8e;
|
|
2051
2051
|
border-radius: 2px;
|
|
2052
2052
|
-webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
|
|
2053
2053
|
transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
|
|
@@ -3541,7 +3541,7 @@ input[type=button].btn-block {
|
|
|
3541
3541
|
text-align: center;
|
|
3542
3542
|
white-space: nowrap;
|
|
3543
3543
|
background-color: #d5d5d5;
|
|
3544
|
-
border: 1px solid #
|
|
3544
|
+
border: 1px solid #8e8e8e;
|
|
3545
3545
|
border-radius: 2px;
|
|
3546
3546
|
}
|
|
3547
3547
|
.input-group-text input[type=radio],
|
|
@@ -3674,7 +3674,7 @@ input[type=button].btn-block {
|
|
|
3674
3674
|
pointer-events: none;
|
|
3675
3675
|
content: "";
|
|
3676
3676
|
background-color: #fff;
|
|
3677
|
-
border: 1px solid #
|
|
3677
|
+
border: 1px solid #8e8e8e;
|
|
3678
3678
|
}
|
|
3679
3679
|
.custom-control-label::after {
|
|
3680
3680
|
position: absolute;
|
|
@@ -3731,7 +3731,7 @@ input[type=button].btn-block {
|
|
|
3731
3731
|
left: calc(-3.25rem + 2px);
|
|
3732
3732
|
width: calc(1rem - 4px);
|
|
3733
3733
|
height: calc(1rem - 4px);
|
|
3734
|
-
background-color: #
|
|
3734
|
+
background-color: #8e8e8e;
|
|
3735
3735
|
border-radius: 0.5rem;
|
|
3736
3736
|
-webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
|
|
3737
3737
|
transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
|
|
@@ -3764,7 +3764,7 @@ input[type=button].btn-block {
|
|
|
3764
3764
|
color: #212121;
|
|
3765
3765
|
vertical-align: middle;
|
|
3766
3766
|
background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23212121' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") right 0.75rem center/8px 10px no-repeat;
|
|
3767
|
-
border: 1px solid #
|
|
3767
|
+
border: 1px solid #8e8e8e;
|
|
3768
3768
|
border-radius: 2px;
|
|
3769
3769
|
-webkit-appearance: none;
|
|
3770
3770
|
-moz-appearance: none;
|
|
@@ -3858,7 +3858,7 @@ input[type=button].btn-block {
|
|
|
3858
3858
|
line-height: 1.5;
|
|
3859
3859
|
color: #212121;
|
|
3860
3860
|
background-color: #fff;
|
|
3861
|
-
border: 1px solid #
|
|
3861
|
+
border: 1px solid #8e8e8e;
|
|
3862
3862
|
border-radius: 2px;
|
|
3863
3863
|
}
|
|
3864
3864
|
.custom-file-label::after {
|
|
@@ -4005,19 +4005,19 @@ input[type=button].btn-block {
|
|
|
4005
4005
|
border-radius: 1rem;
|
|
4006
4006
|
}
|
|
4007
4007
|
.custom-range:disabled::-webkit-slider-thumb {
|
|
4008
|
-
background-color: #
|
|
4008
|
+
background-color: #8e8e8e;
|
|
4009
4009
|
}
|
|
4010
4010
|
.custom-range:disabled::-webkit-slider-runnable-track {
|
|
4011
4011
|
cursor: default;
|
|
4012
4012
|
}
|
|
4013
4013
|
.custom-range:disabled::-moz-range-thumb {
|
|
4014
|
-
background-color: #
|
|
4014
|
+
background-color: #8e8e8e;
|
|
4015
4015
|
}
|
|
4016
4016
|
.custom-range:disabled::-moz-range-track {
|
|
4017
4017
|
cursor: default;
|
|
4018
4018
|
}
|
|
4019
4019
|
.custom-range:disabled::-ms-thumb {
|
|
4020
|
-
background-color: #
|
|
4020
|
+
background-color: #8e8e8e;
|
|
4021
4021
|
}
|
|
4022
4022
|
|
|
4023
4023
|
.custom-control-label::before,
|
|
@@ -10840,7 +10840,7 @@ a.text-dark:hover, a.text-dark:focus {
|
|
|
10840
10840
|
}
|
|
10841
10841
|
pre,
|
|
10842
10842
|
blockquote {
|
|
10843
|
-
border: 1px solid #
|
|
10843
|
+
border: 1px solid #8e8e8e;
|
|
10844
10844
|
page-break-inside: avoid;
|
|
10845
10845
|
}
|
|
10846
10846
|
tr,
|
|
@@ -11461,13 +11461,13 @@ button.bg-gray-400:focus {
|
|
|
11461
11461
|
}
|
|
11462
11462
|
|
|
11463
11463
|
.bg-gray-500 {
|
|
11464
|
-
background-color: #
|
|
11464
|
+
background-color: #8e8e8e !important;
|
|
11465
11465
|
}
|
|
11466
11466
|
|
|
11467
11467
|
a.bg-gray-500:hover, a.bg-gray-500:focus,
|
|
11468
11468
|
button.bg-gray-500:hover,
|
|
11469
11469
|
button.bg-gray-500:focus {
|
|
11470
|
-
background-color: #
|
|
11470
|
+
background-color: #757575 !important;
|
|
11471
11471
|
}
|
|
11472
11472
|
|
|
11473
11473
|
.bg-gray-600 {
|
|
@@ -11531,7 +11531,7 @@ hr {
|
|
|
11531
11531
|
}
|
|
11532
11532
|
|
|
11533
11533
|
.text-gray-500 {
|
|
11534
|
-
color: #
|
|
11534
|
+
color: #8e8e8e !important;
|
|
11535
11535
|
}
|
|
11536
11536
|
|
|
11537
11537
|
.text-gray-600 {
|
|
@@ -11817,7 +11817,7 @@ input[type=button].focus {
|
|
|
11817
11817
|
|
|
11818
11818
|
.btn-secondary {
|
|
11819
11819
|
background: transparent;
|
|
11820
|
-
border-color: #
|
|
11820
|
+
border-color: #8e8e8e;
|
|
11821
11821
|
}
|
|
11822
11822
|
.bg-dark .btn-secondary {
|
|
11823
11823
|
border-color: #707070;
|
|
@@ -11896,14 +11896,14 @@ a.tag:hover {
|
|
|
11896
11896
|
text-decoration: none;
|
|
11897
11897
|
}
|
|
11898
11898
|
|
|
11899
|
-
.tag {
|
|
11899
|
+
a.tag, button.tag, span.tag, div.tag, p.tag {
|
|
11900
11900
|
display: inline-block;
|
|
11901
11901
|
margin: 0 0.1em 0.3em 0;
|
|
11902
11902
|
padding: 0.4em 0.6em;
|
|
11903
11903
|
-webkit-text-decoration: none;
|
|
11904
11904
|
text-decoration: none;
|
|
11905
11905
|
background: #fff;
|
|
11906
|
-
border: 1px solid #
|
|
11906
|
+
border: 1px solid #8e8e8e;
|
|
11907
11907
|
font-size: inherit;
|
|
11908
11908
|
line-height: 1;
|
|
11909
11909
|
font-weight: 400;
|
|
@@ -11913,7 +11913,7 @@ a.tag:hover {
|
|
|
11913
11913
|
transition: color 0.2s ease-in-out, background 0.2s ease-in-out, border-color 0.2s ease-in-out;
|
|
11914
11914
|
vertical-align: middle;
|
|
11915
11915
|
}
|
|
11916
|
-
.tag .remove {
|
|
11916
|
+
a.tag .remove, button.tag .remove, span.tag .remove, div.tag .remove, p.tag .remove {
|
|
11917
11917
|
-webkit-text-decoration: none;
|
|
11918
11918
|
text-decoration: none;
|
|
11919
11919
|
float: right;
|
|
@@ -11927,39 +11927,39 @@ a.tag:hover {
|
|
|
11927
11927
|
-webkit-transition: all 0.2s ease-in-out;
|
|
11928
11928
|
transition: all 0.2s ease-in-out;
|
|
11929
11929
|
}
|
|
11930
|
-
.tag .remove:hover {
|
|
11930
|
+
a.tag .remove:hover, button.tag .remove:hover, span.tag .remove:hover, div.tag .remove:hover, p.tag .remove:hover {
|
|
11931
11931
|
color: #ff0000;
|
|
11932
11932
|
}
|
|
11933
|
-
.tag.tag-sm {
|
|
11933
|
+
a.tag.tag-sm, button.tag.tag-sm, span.tag.tag-sm, div.tag.tag-sm, p.tag.tag-sm {
|
|
11934
11934
|
font-size: 0.75em;
|
|
11935
11935
|
}
|
|
11936
|
-
.tag.tag-plain {
|
|
11936
|
+
a.tag.tag-plain, button.tag.tag-plain, span.tag.tag-plain, div.tag.tag-plain, p.tag.tag-plain {
|
|
11937
11937
|
border-color: #707070;
|
|
11938
11938
|
background: #707070;
|
|
11939
11939
|
color: #fff;
|
|
11940
11940
|
}
|
|
11941
|
-
.tag.tag-primary {
|
|
11941
|
+
a.tag.tag-primary, button.tag.tag-primary, span.tag.tag-primary, div.tag.tag-primary, p.tag.tag-primary {
|
|
11942
11942
|
border-bottom: 1px solid #ff0000;
|
|
11943
11943
|
}
|
|
11944
|
-
.tag.tag-secondary {
|
|
11944
|
+
a.tag.tag-secondary, button.tag.tag-secondary, span.tag.tag-secondary, div.tag.tag-secondary, p.tag.tag-secondary {
|
|
11945
11945
|
border-bottom: 1px solid #212121;
|
|
11946
11946
|
}
|
|
11947
|
-
.tag.tag-success {
|
|
11947
|
+
a.tag.tag-success, button.tag.tag-success, span.tag.tag-success, div.tag.tag-success, p.tag.tag-success {
|
|
11948
11948
|
border-bottom: 1px solid #7ed321;
|
|
11949
11949
|
}
|
|
11950
|
-
.tag.tag-info {
|
|
11950
|
+
a.tag.tag-info, button.tag.tag-info, span.tag.tag-info, div.tag.tag-info, p.tag.tag-info {
|
|
11951
11951
|
border-bottom: 1px solid #4a90e2;
|
|
11952
11952
|
}
|
|
11953
|
-
.tag.tag-warning {
|
|
11953
|
+
a.tag.tag-warning, button.tag.tag-warning, span.tag.tag-warning, div.tag.tag-warning, p.tag.tag-warning {
|
|
11954
11954
|
border-bottom: 1px solid #f5a623;
|
|
11955
11955
|
}
|
|
11956
|
-
.tag.tag-danger {
|
|
11956
|
+
a.tag.tag-danger, button.tag.tag-danger, span.tag.tag-danger, div.tag.tag-danger, p.tag.tag-danger {
|
|
11957
11957
|
border-bottom: 1px solid #ff0000;
|
|
11958
11958
|
}
|
|
11959
|
-
.tag.tag-light {
|
|
11959
|
+
a.tag.tag-light, button.tag.tag-light, span.tag.tag-light, div.tag.tag-light, p.tag.tag-light {
|
|
11960
11960
|
border-bottom: 1px solid #c1c1c1;
|
|
11961
11961
|
}
|
|
11962
|
-
.tag.tag-dark {
|
|
11962
|
+
a.tag.tag-dark, button.tag.tag-dark, span.tag.tag-dark, div.tag.tag-dark, p.tag.tag-dark {
|
|
11963
11963
|
border-bottom: 1px solid #212121;
|
|
11964
11964
|
}
|
|
11965
11965
|
|
|
@@ -12743,6 +12743,7 @@ header.collapse-title + .collapse-item:before {
|
|
|
12743
12743
|
}
|
|
12744
12744
|
|
|
12745
12745
|
.form-control, .selectize-control .selectize-input {
|
|
12746
|
+
border-color: #8e8e8e;
|
|
12746
12747
|
height: auto;
|
|
12747
12748
|
-webkit-transition: color 0.3s, border-color 0.3s, outline 0.3s, -webkit-box-shadow 0.3s;
|
|
12748
12749
|
transition: color 0.3s, border-color 0.3s, outline 0.3s, -webkit-box-shadow 0.3s;
|
|
@@ -12778,7 +12779,7 @@ header.collapse-title + .collapse-item:before {
|
|
|
12778
12779
|
margin-right: 3rem;
|
|
12779
12780
|
}
|
|
12780
12781
|
.nav-lang.show .dropdown-toggle {
|
|
12781
|
-
border: 1px solid #
|
|
12782
|
+
border: 1px solid #8e8e8e;
|
|
12782
12783
|
}
|
|
12783
12784
|
.nav-lang .dropdown-toggle,
|
|
12784
12785
|
.nav-lang .dropdown-item {
|
|
@@ -12845,7 +12846,7 @@ header.collapse-title + .collapse-item:before {
|
|
|
12845
12846
|
}
|
|
12846
12847
|
.nav-lang .dropdown-menu a:not(.active) {
|
|
12847
12848
|
background: white;
|
|
12848
|
-
border: 1px solid #
|
|
12849
|
+
border: 1px solid #8e8e8e;
|
|
12849
12850
|
}
|
|
12850
12851
|
.nav-lang .dropdown-menu a:not(.active):hover {
|
|
12851
12852
|
background: #e6e6e6;
|
|
@@ -12912,7 +12913,7 @@ header.collapse-title + .collapse-item:before {
|
|
|
12912
12913
|
color: #ff0000;
|
|
12913
12914
|
}
|
|
12914
12915
|
.nav-lang-short ul li a {
|
|
12915
|
-
color: #
|
|
12916
|
+
color: #8e8e8e;
|
|
12916
12917
|
}
|
|
12917
12918
|
.nav-lang-short ul li a:hover {
|
|
12918
12919
|
color: #212121;
|
|
@@ -13055,135 +13056,84 @@ header.collapse-title + .collapse-item:before {
|
|
|
13055
13056
|
overflow: hidden;
|
|
13056
13057
|
}
|
|
13057
13058
|
|
|
13058
|
-
a
|
|
13059
|
-
a:visited {
|
|
13060
|
-
color: #212121;
|
|
13061
|
-
-webkit-text-decoration: underline;
|
|
13062
|
-
text-decoration: underline;
|
|
13063
|
-
background-color: transparent;
|
|
13059
|
+
a {
|
|
13064
13060
|
text-decoration-color: #ff0000;
|
|
13065
13061
|
-webkit-transition: text-decoration-color 0.2s ease-in-out, color 0.2s ease-in-out;
|
|
13066
13062
|
transition: text-decoration-color 0.2s ease-in-out, color 0.2s ease-in-out;
|
|
13067
13063
|
}
|
|
13068
|
-
a:hover, a:focus, a:active
|
|
13069
|
-
a:visited:hover,
|
|
13070
|
-
a:visited:focus,
|
|
13071
|
-
a:visited:active {
|
|
13064
|
+
a:hover, a:focus, a:active {
|
|
13072
13065
|
text-decoration-color: #212121;
|
|
13073
13066
|
}
|
|
13074
|
-
a:active
|
|
13075
|
-
a:visited:active {
|
|
13067
|
+
a:active {
|
|
13076
13068
|
color: #ff0000;
|
|
13077
13069
|
}
|
|
13078
|
-
a.text-muted
|
|
13079
|
-
a:visited.text-muted {
|
|
13070
|
+
a.text-muted {
|
|
13080
13071
|
text-decoration-color: #707070;
|
|
13081
13072
|
}
|
|
13082
|
-
a.text-muted:hover
|
|
13083
|
-
a:visited.text-muted:hover {
|
|
13073
|
+
a.text-muted:hover {
|
|
13084
13074
|
color: #212121 !important;
|
|
13085
13075
|
text-decoration-color: #212121;
|
|
13086
13076
|
}
|
|
13087
|
-
.text-white a, a.text-white
|
|
13088
|
-
.text-white a:visited,
|
|
13089
|
-
a:visited.text-white {
|
|
13077
|
+
.text-white a, a.text-white {
|
|
13090
13078
|
text-decoration-color: currentcolor;
|
|
13091
13079
|
}
|
|
13092
|
-
.text-white a:hover, .text-white a:focus, .text-white a:active, a.text-white:hover, a.text-white:focus, a.text-white:active
|
|
13093
|
-
.text-white a:visited:hover,
|
|
13094
|
-
.text-white a:visited:focus,
|
|
13095
|
-
.text-white a:visited:active,
|
|
13096
|
-
a:visited.text-white:hover,
|
|
13097
|
-
a:visited.text-white:focus,
|
|
13098
|
-
a:visited.text-white:active {
|
|
13080
|
+
.text-white a:hover, .text-white a:focus, .text-white a:active, a.text-white:hover, a.text-white:focus, a.text-white:active {
|
|
13099
13081
|
text-decoration-color: transparent;
|
|
13100
13082
|
}
|
|
13101
|
-
.bg-primary a
|
|
13102
|
-
.bg-primary a:visited {
|
|
13083
|
+
.bg-primary a {
|
|
13103
13084
|
color: #fff;
|
|
13104
13085
|
text-decoration-color: currentcolor;
|
|
13105
13086
|
}
|
|
13106
|
-
.bg-primary a:hover, .bg-primary a:focus, .bg-primary a:active
|
|
13107
|
-
.bg-primary a:visited:hover,
|
|
13108
|
-
.bg-primary a:visited:focus,
|
|
13109
|
-
.bg-primary a:visited:active {
|
|
13087
|
+
.bg-primary a:hover, .bg-primary a:focus, .bg-primary a:active {
|
|
13110
13088
|
text-decoration-color: transparent;
|
|
13111
13089
|
}
|
|
13112
|
-
.bg-secondary a
|
|
13113
|
-
.bg-secondary a:visited {
|
|
13090
|
+
.bg-secondary a {
|
|
13114
13091
|
color: #212121;
|
|
13115
13092
|
text-decoration-color: currentcolor;
|
|
13116
13093
|
}
|
|
13117
|
-
.bg-secondary a:hover, .bg-secondary a:focus, .bg-secondary a:active
|
|
13118
|
-
.bg-secondary a:visited:hover,
|
|
13119
|
-
.bg-secondary a:visited:focus,
|
|
13120
|
-
.bg-secondary a:visited:active {
|
|
13094
|
+
.bg-secondary a:hover, .bg-secondary a:focus, .bg-secondary a:active {
|
|
13121
13095
|
text-decoration-color: transparent;
|
|
13122
13096
|
}
|
|
13123
|
-
.bg-success a
|
|
13124
|
-
.bg-success a:visited {
|
|
13097
|
+
.bg-success a {
|
|
13125
13098
|
color: #212121;
|
|
13126
13099
|
text-decoration-color: currentcolor;
|
|
13127
13100
|
}
|
|
13128
|
-
.bg-success a:hover, .bg-success a:focus, .bg-success a:active
|
|
13129
|
-
.bg-success a:visited:hover,
|
|
13130
|
-
.bg-success a:visited:focus,
|
|
13131
|
-
.bg-success a:visited:active {
|
|
13101
|
+
.bg-success a:hover, .bg-success a:focus, .bg-success a:active {
|
|
13132
13102
|
text-decoration-color: transparent;
|
|
13133
13103
|
}
|
|
13134
|
-
.bg-info a
|
|
13135
|
-
.bg-info a:visited {
|
|
13104
|
+
.bg-info a {
|
|
13136
13105
|
color: #fff;
|
|
13137
13106
|
text-decoration-color: currentcolor;
|
|
13138
13107
|
}
|
|
13139
|
-
.bg-info a:hover, .bg-info a:focus, .bg-info a:active
|
|
13140
|
-
.bg-info a:visited:hover,
|
|
13141
|
-
.bg-info a:visited:focus,
|
|
13142
|
-
.bg-info a:visited:active {
|
|
13108
|
+
.bg-info a:hover, .bg-info a:focus, .bg-info a:active {
|
|
13143
13109
|
text-decoration-color: transparent;
|
|
13144
13110
|
}
|
|
13145
|
-
.bg-warning a
|
|
13146
|
-
.bg-warning a:visited {
|
|
13111
|
+
.bg-warning a {
|
|
13147
13112
|
color: #212121;
|
|
13148
13113
|
text-decoration-color: currentcolor;
|
|
13149
13114
|
}
|
|
13150
|
-
.bg-warning a:hover, .bg-warning a:focus, .bg-warning a:active
|
|
13151
|
-
.bg-warning a:visited:hover,
|
|
13152
|
-
.bg-warning a:visited:focus,
|
|
13153
|
-
.bg-warning a:visited:active {
|
|
13115
|
+
.bg-warning a:hover, .bg-warning a:focus, .bg-warning a:active {
|
|
13154
13116
|
text-decoration-color: transparent;
|
|
13155
13117
|
}
|
|
13156
|
-
.bg-danger a
|
|
13157
|
-
.bg-danger a:visited {
|
|
13118
|
+
.bg-danger a {
|
|
13158
13119
|
color: #fff;
|
|
13159
13120
|
text-decoration-color: currentcolor;
|
|
13160
13121
|
}
|
|
13161
|
-
.bg-danger a:hover, .bg-danger a:focus, .bg-danger a:active
|
|
13162
|
-
.bg-danger a:visited:hover,
|
|
13163
|
-
.bg-danger a:visited:focus,
|
|
13164
|
-
.bg-danger a:visited:active {
|
|
13122
|
+
.bg-danger a:hover, .bg-danger a:focus, .bg-danger a:active {
|
|
13165
13123
|
text-decoration-color: transparent;
|
|
13166
13124
|
}
|
|
13167
|
-
.bg-light a
|
|
13168
|
-
.bg-light a:visited {
|
|
13125
|
+
.bg-light a {
|
|
13169
13126
|
color: #212121;
|
|
13170
13127
|
text-decoration-color: currentcolor;
|
|
13171
13128
|
}
|
|
13172
|
-
.bg-light a:hover, .bg-light a:focus, .bg-light a:active
|
|
13173
|
-
.bg-light a:visited:hover,
|
|
13174
|
-
.bg-light a:visited:focus,
|
|
13175
|
-
.bg-light a:visited:active {
|
|
13129
|
+
.bg-light a:hover, .bg-light a:focus, .bg-light a:active {
|
|
13176
13130
|
text-decoration-color: transparent;
|
|
13177
13131
|
}
|
|
13178
|
-
.bg-dark a
|
|
13179
|
-
.bg-dark a:visited {
|
|
13132
|
+
.bg-dark a {
|
|
13180
13133
|
color: #fff;
|
|
13181
13134
|
text-decoration-color: currentcolor;
|
|
13182
13135
|
}
|
|
13183
|
-
.bg-dark a:hover, .bg-dark a:focus, .bg-dark a:active
|
|
13184
|
-
.bg-dark a:visited:hover,
|
|
13185
|
-
.bg-dark a:visited:focus,
|
|
13186
|
-
.bg-dark a:visited:active {
|
|
13136
|
+
.bg-dark a:hover, .bg-dark a:focus, .bg-dark a:active {
|
|
13187
13137
|
text-decoration-color: transparent;
|
|
13188
13138
|
}
|
|
13189
13139
|
|
|
@@ -13433,6 +13383,10 @@ picture .img-fluid {
|
|
|
13433
13383
|
background: linear-gradient(#ff0000, #ff0000) 0/var(--sx) 100% no-repeat #c1c1c1;
|
|
13434
13384
|
}
|
|
13435
13385
|
|
|
13386
|
+
.custom-select {
|
|
13387
|
+
border-color: #8e8e8e;
|
|
13388
|
+
}
|
|
13389
|
+
|
|
13436
13390
|
.ms-offscreen {
|
|
13437
13391
|
clip: rect(0 0 0 0) !important;
|
|
13438
13392
|
position: absolute !important;
|
|
@@ -13461,7 +13415,7 @@ picture .img-fluid {
|
|
|
13461
13415
|
white-space: nowrap;
|
|
13462
13416
|
background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23212121' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
|
|
13463
13417
|
background-size: 8px 10px;
|
|
13464
|
-
border: 1px solid #
|
|
13418
|
+
border: 1px solid #8e8e8e;
|
|
13465
13419
|
border-radius: 2px;
|
|
13466
13420
|
text-align: left;
|
|
13467
13421
|
-webkit-text-decoration: none;
|
|
@@ -13478,7 +13432,7 @@ picture .img-fluid {
|
|
|
13478
13432
|
.ms-choice.disabled {
|
|
13479
13433
|
background-color: #d5d5d5;
|
|
13480
13434
|
background-image: none;
|
|
13481
|
-
border: 1px solid #
|
|
13435
|
+
border: 1px solid #8e8e8e;
|
|
13482
13436
|
cursor: default;
|
|
13483
13437
|
}
|
|
13484
13438
|
.ms-choice > span {
|
|
@@ -15849,6 +15803,34 @@ ol.flickity-page-dots li:before {
|
|
|
15849
15803
|
z-index: 1;
|
|
15850
15804
|
}
|
|
15851
15805
|
|
|
15806
|
+
.list-group-teaser-thumbnail .news-video-overlay {
|
|
15807
|
+
display: -webkit-box;
|
|
15808
|
+
display: -ms-flexbox;
|
|
15809
|
+
display: flex;
|
|
15810
|
+
-webkit-box-pack: center;
|
|
15811
|
+
-ms-flex-pack: center;
|
|
15812
|
+
justify-content: center;
|
|
15813
|
+
-webkit-box-align: center;
|
|
15814
|
+
-ms-flex-align: center;
|
|
15815
|
+
align-items: center;
|
|
15816
|
+
position: absolute;
|
|
15817
|
+
top: 0px;
|
|
15818
|
+
left: 0px;
|
|
15819
|
+
width: 100%;
|
|
15820
|
+
height: 100%;
|
|
15821
|
+
background: transparent;
|
|
15822
|
+
}
|
|
15823
|
+
.list-group-teaser-thumbnail .news-video-overlay:before {
|
|
15824
|
+
content: "";
|
|
15825
|
+
width: 2.25rem;
|
|
15826
|
+
height: 2.25rem;
|
|
15827
|
+
background: url(../images/icons/icon-teaser-video.svg);
|
|
15828
|
+
background-size: 100%;
|
|
15829
|
+
border-radius: 50%;
|
|
15830
|
+
-webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.16);
|
|
15831
|
+
box-shadow: 0 0 1rem rgba(0, 0, 0, 0.16);
|
|
15832
|
+
}
|
|
15833
|
+
|
|
15852
15834
|
.social-feed {
|
|
15853
15835
|
position: relative;
|
|
15854
15836
|
padding: 2.2rem 1.5rem 1.5rem;
|
|
@@ -15876,17 +15858,6 @@ ol.flickity-page-dots li:before {
|
|
|
15876
15858
|
position: relative;
|
|
15877
15859
|
margin-bottom: 1.6rem;
|
|
15878
15860
|
}
|
|
15879
|
-
.breadcrumb-container:before {
|
|
15880
|
-
content: " ";
|
|
15881
|
-
position: absolute;
|
|
15882
|
-
top: 0;
|
|
15883
|
-
right: 0;
|
|
15884
|
-
width: 3rem;
|
|
15885
|
-
height: calc(100% - 2px);
|
|
15886
|
-
background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(80%, #fff), to(#fff));
|
|
15887
|
-
background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #fff 80%, #fff 100%);
|
|
15888
|
-
z-index: 120;
|
|
15889
|
-
}
|
|
15890
15861
|
@media (max-width: 1199.98px) {
|
|
15891
15862
|
.breadcrumb-container {
|
|
15892
15863
|
padding: 0 0.8rem;
|
|
@@ -15910,7 +15881,6 @@ ol.flickity-page-dots li:before {
|
|
|
15910
15881
|
}
|
|
15911
15882
|
@media (min-width: 992px) {
|
|
15912
15883
|
.breadcrumb-wrapper {
|
|
15913
|
-
overflow-x: auto;
|
|
15914
15884
|
overflow-y: visible;
|
|
15915
15885
|
-webkit-user-select: none;
|
|
15916
15886
|
-moz-user-select: none;
|
|
@@ -15961,14 +15931,6 @@ ol.flickity-page-dots li:before {
|
|
|
15961
15931
|
.breadcrumb-item.breadcrumb-tags-wrapper {
|
|
15962
15932
|
display: inline;
|
|
15963
15933
|
}
|
|
15964
|
-
@media (max-width: 767.98px) {
|
|
15965
|
-
.breadcrumb-item:not(.breadcrumb-tags-wrapper) {
|
|
15966
|
-
display: none;
|
|
15967
|
-
}
|
|
15968
|
-
.breadcrumb-item.breadcrumb-tags-wrapper:after {
|
|
15969
|
-
display: none;
|
|
15970
|
-
}
|
|
15971
|
-
}
|
|
15972
15934
|
.breadcrumb-item:before {
|
|
15973
15935
|
content: " ";
|
|
15974
15936
|
display: block;
|
|
@@ -15986,9 +15948,10 @@ ol.flickity-page-dots li:before {
|
|
|
15986
15948
|
width: calc(100% - 0.6rem);
|
|
15987
15949
|
}
|
|
15988
15950
|
.breadcrumb-item:after {
|
|
15989
|
-
content: "
|
|
15990
|
-
|
|
15991
|
-
|
|
15951
|
+
content: "/";
|
|
15952
|
+
color: #8e8e8e;
|
|
15953
|
+
padding-left: 0.25rem;
|
|
15954
|
+
padding-right: 0.25rem;
|
|
15992
15955
|
}
|
|
15993
15956
|
.breadcrumb-item a {
|
|
15994
15957
|
background-image: none !important;
|
|
@@ -16010,8 +15973,111 @@ ol.flickity-page-dots li:before {
|
|
|
16010
15973
|
content: none;
|
|
16011
15974
|
}
|
|
16012
15975
|
.breadcrumb-item.active {
|
|
15976
|
+
font-weight: bold;
|
|
16013
15977
|
color: #495057;
|
|
16014
15978
|
}
|
|
15979
|
+
.breadcrumb-item.expand-links {
|
|
15980
|
+
display: none;
|
|
15981
|
+
}
|
|
15982
|
+
|
|
15983
|
+
.breadcrumb .btn-expand-links {
|
|
15984
|
+
height: auto;
|
|
15985
|
+
padding: 0;
|
|
15986
|
+
border: 0;
|
|
15987
|
+
font-size: inherit;
|
|
15988
|
+
line-height: 1;
|
|
15989
|
+
}
|
|
15990
|
+
|
|
15991
|
+
@media (max-width: 991.98px) {
|
|
15992
|
+
.breadcrumb .breadcrumb-item,
|
|
15993
|
+
.breadcrumb.has-expanded-links .breadcrumb-item.expand-links {
|
|
15994
|
+
display: none;
|
|
15995
|
+
}
|
|
15996
|
+
.breadcrumb .breadcrumb-item:first-of-type,
|
|
15997
|
+
.breadcrumb .breadcrumb-item.expand-links,
|
|
15998
|
+
.breadcrumb .breadcrumb-item:last-of-type,
|
|
15999
|
+
.breadcrumb .breadcrumb-item.active,
|
|
16000
|
+
.breadcrumb .breadcrumb-item.breadcrumb-tags-wrapper,
|
|
16001
|
+
.breadcrumb.has-expanded-links .breadcrumb-item {
|
|
16002
|
+
display: inline-block;
|
|
16003
|
+
}
|
|
16004
|
+
}
|
|
16005
|
+
.breadcrumb .dropdown {
|
|
16006
|
+
display: inline;
|
|
16007
|
+
position: static;
|
|
16008
|
+
}
|
|
16009
|
+
|
|
16010
|
+
.breadcrumb .dropdown-toggle {
|
|
16011
|
+
display: -webkit-inline-box;
|
|
16012
|
+
display: -ms-inline-flexbox;
|
|
16013
|
+
display: inline-flex;
|
|
16014
|
+
-webkit-box-pack: center;
|
|
16015
|
+
-ms-flex-pack: center;
|
|
16016
|
+
justify-content: center;
|
|
16017
|
+
-webkit-box-align: center;
|
|
16018
|
+
-ms-flex-align: center;
|
|
16019
|
+
align-items: center;
|
|
16020
|
+
top: -0.08em;
|
|
16021
|
+
width: 1.25rem;
|
|
16022
|
+
height: 1.25rem;
|
|
16023
|
+
margin-left: 0;
|
|
16024
|
+
padding: 0;
|
|
16025
|
+
border: 0;
|
|
16026
|
+
border-radius: 50%;
|
|
16027
|
+
}
|
|
16028
|
+
.breadcrumb .dropdown-toggle .icon {
|
|
16029
|
+
top: 0;
|
|
16030
|
+
font-size: 1rem;
|
|
16031
|
+
color: currentColor;
|
|
16032
|
+
-webkit-transform: rotate(0);
|
|
16033
|
+
transform: rotate(0);
|
|
16034
|
+
-webkit-transition: all 0.2s ease-in-out;
|
|
16035
|
+
transition: all 0.2s ease-in-out;
|
|
16036
|
+
}
|
|
16037
|
+
.breadcrumb .dropdown-toggle:after {
|
|
16038
|
+
content: none;
|
|
16039
|
+
}
|
|
16040
|
+
.breadcrumb .dropdown-toggle:hover, .breadcrumb .dropdown-toggle:active {
|
|
16041
|
+
background: #ff0000 !important;
|
|
16042
|
+
color: #fff !important;
|
|
16043
|
+
}
|
|
16044
|
+
.breadcrumb .dropdown-toggle:focus, .breadcrumb .dropdown-toggle:focus-visible {
|
|
16045
|
+
outline-offset: 0;
|
|
16046
|
+
}
|
|
16047
|
+
.breadcrumb .dropdown-toggle:focus:not(:focus-visible) {
|
|
16048
|
+
outline-color: transparent !important;
|
|
16049
|
+
}
|
|
16050
|
+
.breadcrumb .dropdown-toggle[aria-expanded=true] .icon {
|
|
16051
|
+
-webkit-transform: rotate(180deg);
|
|
16052
|
+
transform: rotate(180deg);
|
|
16053
|
+
}
|
|
16054
|
+
|
|
16055
|
+
.breadcrumb .dropdown-menu.show {
|
|
16056
|
+
top: 1.65rem !important;
|
|
16057
|
+
left: -0.625rem !important;
|
|
16058
|
+
-webkit-transform: none !important;
|
|
16059
|
+
transform: none !important;
|
|
16060
|
+
}
|
|
16061
|
+
.breadcrumb .dropdown-menu.show.open-left {
|
|
16062
|
+
right: -0.625rem !important;
|
|
16063
|
+
left: auto !important;
|
|
16064
|
+
}
|
|
16065
|
+
|
|
16066
|
+
.breadcrumb .dropdown-item {
|
|
16067
|
+
padding: 0.125em 0.625rem;
|
|
16068
|
+
font-size: 0.83rem;
|
|
16069
|
+
}
|
|
16070
|
+
.breadcrumb .dropdown-item a {
|
|
16071
|
+
display: block;
|
|
16072
|
+
}
|
|
16073
|
+
.breadcrumb .dropdown-item.current-menu-item, .breadcrumb .dropdown-item.current-menu-item-parent {
|
|
16074
|
+
font-weight: bold;
|
|
16075
|
+
}
|
|
16076
|
+
@media (max-width: 991.98px) {
|
|
16077
|
+
.breadcrumb .dropdown-item {
|
|
16078
|
+
white-space: normal;
|
|
16079
|
+
}
|
|
16080
|
+
}
|
|
16015
16081
|
|
|
16016
16082
|
.links-group {
|
|
16017
16083
|
padding: 1.66rem;
|
|
@@ -17593,7 +17659,7 @@ li.nav-home a {
|
|
|
17593
17659
|
.nav-back .icon,
|
|
17594
17660
|
li.nav-back .icon,
|
|
17595
17661
|
li.nav-home .icon {
|
|
17596
|
-
color: #
|
|
17662
|
+
color: #8e8e8e;
|
|
17597
17663
|
}
|
|
17598
17664
|
|
|
17599
17665
|
li.nav-back .icon {
|
|
@@ -17861,6 +17927,24 @@ a.nav-arrow:hover .icon-container {
|
|
|
17861
17927
|
.nav-aside-layout .nav-aside-wrapper {
|
|
17862
17928
|
display: block;
|
|
17863
17929
|
}
|
|
17930
|
+
@media (max-width: 1199.98px) {
|
|
17931
|
+
.nav-aside-layout .nav-aside-wrapper {
|
|
17932
|
+
padding: 1rem;
|
|
17933
|
+
}
|
|
17934
|
+
.nav-aside-layout .nav-aside-wrapper .nav-aside [class^=h] {
|
|
17935
|
+
padding: 0;
|
|
17936
|
+
}
|
|
17937
|
+
.nav-aside-layout .nav-aside-wrapper .nav-aside a {
|
|
17938
|
+
padding-left: 1.5rem;
|
|
17939
|
+
padding-right: 1.5rem;
|
|
17940
|
+
font-size: 1rem;
|
|
17941
|
+
}
|
|
17942
|
+
}
|
|
17943
|
+
@media (min-width: 1200px) {
|
|
17944
|
+
.nav-aside-layout .nav-aside-wrapper {
|
|
17945
|
+
height: 100%;
|
|
17946
|
+
}
|
|
17947
|
+
}
|
|
17864
17948
|
@media (min-width: 1600px) {
|
|
17865
17949
|
.nav-aside-layout .nav-aside-wrapper {
|
|
17866
17950
|
-webkit-box-flex: 0;
|
|
@@ -17910,12 +17994,10 @@ a.nav-arrow:hover .icon-container {
|
|
|
17910
17994
|
.nav-aside li.active > a:before {
|
|
17911
17995
|
content: none;
|
|
17912
17996
|
}
|
|
17913
|
-
.nav-aside li.active:not(.menu-item-has-children) + li > a:before {
|
|
17914
|
-
content: none;
|
|
17915
|
-
}
|
|
17916
17997
|
@media (max-width: 1199.98px) {
|
|
17917
17998
|
.nav-aside li.active > a {
|
|
17918
|
-
margin-
|
|
17999
|
+
margin-left: 0;
|
|
18000
|
+
margin-right: 0;
|
|
17919
18001
|
}
|
|
17920
18002
|
}
|
|
17921
18003
|
.nav-aside > ul > li:first-child > a:before {
|
|
@@ -17949,6 +18031,76 @@ a.nav-arrow:hover .icon-container {
|
|
|
17949
18031
|
content: none;
|
|
17950
18032
|
}
|
|
17951
18033
|
|
|
18034
|
+
.nav-toggle-layout > .nav-container {
|
|
18035
|
+
width: auto;
|
|
18036
|
+
margin: 0;
|
|
18037
|
+
padding: 0;
|
|
18038
|
+
}
|
|
18039
|
+
@media (max-width: 1199.98px) {
|
|
18040
|
+
.nav-toggle-layout > .nav-container {
|
|
18041
|
+
position: absolute;
|
|
18042
|
+
top: 0;
|
|
18043
|
+
bottom: 0;
|
|
18044
|
+
left: 0;
|
|
18045
|
+
width: 100%;
|
|
18046
|
+
background: #fff;
|
|
18047
|
+
border-top: 1px solid #c1c1c1;
|
|
18048
|
+
overflow-y: scroll;
|
|
18049
|
+
-webkit-transform: translateX(-100%);
|
|
18050
|
+
transform: translateX(-100%);
|
|
18051
|
+
-webkit-transition: -webkit-transform 0.2s;
|
|
18052
|
+
transition: -webkit-transform 0.2s;
|
|
18053
|
+
transition: transform 0.2s;
|
|
18054
|
+
transition: transform 0.2s, -webkit-transform 0.2s;
|
|
18055
|
+
z-index: 120;
|
|
18056
|
+
}
|
|
18057
|
+
.mobile-menu-open .nav-toggle-layout > .nav-container {
|
|
18058
|
+
-webkit-transform: translateX(0);
|
|
18059
|
+
transform: translateX(0);
|
|
18060
|
+
}
|
|
18061
|
+
}
|
|
18062
|
+
|
|
18063
|
+
.nav-main-mobile {
|
|
18064
|
+
position: static;
|
|
18065
|
+
border: 0;
|
|
18066
|
+
-webkit-transform: none !important;
|
|
18067
|
+
transform: none !important;
|
|
18068
|
+
}
|
|
18069
|
+
@media (min-width: 1200px) {
|
|
18070
|
+
.nav-main-mobile {
|
|
18071
|
+
display: none;
|
|
18072
|
+
}
|
|
18073
|
+
}
|
|
18074
|
+
.nav-main-mobile .nav-wrapper {
|
|
18075
|
+
height: auto;
|
|
18076
|
+
}
|
|
18077
|
+
.nav-main-mobile .nav-container {
|
|
18078
|
+
margin-left: 0;
|
|
18079
|
+
padding-left: 0;
|
|
18080
|
+
}
|
|
18081
|
+
.nav-main-mobile .nav-container .nav-menu {
|
|
18082
|
+
display: grid;
|
|
18083
|
+
grid-template-columns: repeat(3, 1fr);
|
|
18084
|
+
position: static;
|
|
18085
|
+
width: 100%;
|
|
18086
|
+
padding-top: 1rem;
|
|
18087
|
+
padding-bottom: 1rem;
|
|
18088
|
+
border-bottom: 1px solid #c1c1c1;
|
|
18089
|
+
}
|
|
18090
|
+
.nav-main-mobile .nav-container .nav-menu li {
|
|
18091
|
+
border: 0;
|
|
18092
|
+
}
|
|
18093
|
+
.nav-main-mobile .nav-container .nav-menu li a {
|
|
18094
|
+
margin-top: 0;
|
|
18095
|
+
margin-bottom: 0;
|
|
18096
|
+
padding-top: 0.4rem;
|
|
18097
|
+
padding-bottom: 0.4rem;
|
|
18098
|
+
}
|
|
18099
|
+
.nav-main-mobile .nav-container .nav-menu li.current-menu-item > a:first-child {
|
|
18100
|
+
background: transparent;
|
|
18101
|
+
color: #212121;
|
|
18102
|
+
}
|
|
18103
|
+
|
|
17952
18104
|
.person-card-avatar {
|
|
17953
18105
|
height: 8rem;
|
|
17954
18106
|
}
|