epfl-elements 4.9.0 → 4.9.2
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/dist/components/molecules/breadcrumb/breadcrumb-dropdown.twig +3 -3
- package/dist/css/elements.css +8 -1
- package/dist/css/elements.min.css +1 -1
- package/dist/css/elements.min.css.map +1 -1
- package/dist/js/reader.js +4 -4
- 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
|
@@ -29,14 +29,14 @@
|
|
|
29
29
|
</div>
|
|
30
30
|
</li>
|
|
31
31
|
<li class="breadcrumb-item">
|
|
32
|
-
<a class="bread-link" href="#">
|
|
32
|
+
<a class="bread-link" href="#">ENAC</a>
|
|
33
33
|
<div class="dropdown">
|
|
34
34
|
<button class="btn btn-secondary dropdown-toggle" type="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false" aria-controls="dropdown-menu-2">
|
|
35
35
|
{% include '@atoms/icon/icon.twig' with { icon: 'arrow-down-circle', icon_classes:'feather' } %}
|
|
36
|
-
<span class="sr-only">Display same level pages –
|
|
36
|
+
<span class="sr-only">Display same level pages – ENAC</span>
|
|
37
37
|
</button>
|
|
38
38
|
<ul class="dropdown-menu" id="dropdown-menu-2">
|
|
39
|
-
<li class="dropdown-item current-menu-item-parent"><a href="#">School of Architecture, Civil and Environmental Engineering</a></li>
|
|
39
|
+
<li class="dropdown-item current-menu-item-parent"><a href="#">School of Architecture, Civil and Environmental Engineering (ENAC)</a></li>
|
|
40
40
|
<li class="dropdown-item"><a href="#">School of Computer and Communication Sciences</a></li>
|
|
41
41
|
<li class="dropdown-item"><a href="#">School of Basic Sciences</a></li>
|
|
42
42
|
<li class="dropdown-item"><a href="#">School of Engineering</a></li>
|
package/dist/css/elements.css
CHANGED
|
@@ -15963,7 +15963,7 @@ ol.flickity-page-dots li:before {
|
|
|
15963
15963
|
color: #c1c1c1;
|
|
15964
15964
|
}
|
|
15965
15965
|
.breadcrumb li:last-child {
|
|
15966
|
-
|
|
15966
|
+
margin-right: 5rem;
|
|
15967
15967
|
}
|
|
15968
15968
|
}
|
|
15969
15969
|
|
|
@@ -16097,6 +16097,9 @@ ol.flickity-page-dots li:before {
|
|
|
16097
16097
|
transform: rotate(180deg);
|
|
16098
16098
|
}
|
|
16099
16099
|
|
|
16100
|
+
.breadcrumb .dropdown-menu {
|
|
16101
|
+
min-width: 11.5rem;
|
|
16102
|
+
}
|
|
16100
16103
|
.breadcrumb .dropdown-menu.show {
|
|
16101
16104
|
top: 1.65rem !important;
|
|
16102
16105
|
left: -0.625rem !important;
|
|
@@ -16111,10 +16114,14 @@ ol.flickity-page-dots li:before {
|
|
|
16111
16114
|
.breadcrumb .dropdown-item {
|
|
16112
16115
|
padding: 0.125em 0.625rem;
|
|
16113
16116
|
font-size: 0.83rem;
|
|
16117
|
+
line-height: 1.3em;
|
|
16114
16118
|
}
|
|
16115
16119
|
.breadcrumb .dropdown-item a {
|
|
16116
16120
|
display: block;
|
|
16117
16121
|
}
|
|
16122
|
+
.breadcrumb .dropdown-item + .dropdown-item {
|
|
16123
|
+
margin-top: 0.5rem;
|
|
16124
|
+
}
|
|
16118
16125
|
.breadcrumb .dropdown-item.current-menu-item, .breadcrumb .dropdown-item.current-menu-item-parent {
|
|
16119
16126
|
font-weight: bold;
|
|
16120
16127
|
}
|