@eeacms/volto-bise-policy 1.2.39 → 1.2.41
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/CHANGELOG.md +13 -0
- package/package.json +1 -1
- package/theme/extras/header.overrides +7 -1
- package/theme/globals/site.overrides +5 -17
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,19 @@ All notable changes to this project will be documented in this file. Dates are d
|
|
|
4
4
|
|
|
5
5
|
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
6
6
|
|
|
7
|
+
### [1.2.41](https://github.com/eea/volto-bise-policy/compare/1.2.40...1.2.41) - 8 April 2026
|
|
8
|
+
|
|
9
|
+
#### :hammer_and_wrench: Others
|
|
10
|
+
|
|
11
|
+
- Clean up CSS formatting and add .with-n2k-navigation class to Natura 2000 subsite selector [Miu Razvan - [`a644830`](https://github.com/eea/volto-bise-policy/commit/a6448309ff4fbadbe81576fa6d50b0a692749840)]
|
|
12
|
+
- Fix header overlap [Miu Razvan - [`958a4b6`](https://github.com/eea/volto-bise-policy/commit/958a4b6d55766a34ce791e75890ff66d4045e304)]
|
|
13
|
+
- Comment broken code [Miu Razvan - [`67276c7`](https://github.com/eea/volto-bise-policy/commit/67276c7786e80d46add8081d275c46c791d9c2ae)]
|
|
14
|
+
### [1.2.40](https://github.com/eea/volto-bise-policy/compare/1.2.39...1.2.40) - 25 February 2026
|
|
15
|
+
|
|
16
|
+
#### :hammer_and_wrench: Others
|
|
17
|
+
|
|
18
|
+
- fix species page [Dobricean Ioan Dorian - [`4ede3b0`](https://github.com/eea/volto-bise-policy/commit/4ede3b0b67aee1445541ae1301b3f099b8a4ed0f)]
|
|
19
|
+
- Remove z-index styles from header and toolbar [dobri1408 - [`4fc001e`](https://github.com/eea/volto-bise-policy/commit/4fc001e8e0336540b08b685eed42060fd9ca4190)]
|
|
7
20
|
### [1.2.39](https://github.com/eea/volto-bise-policy/compare/1.2.38...1.2.39) - 24 February 2026
|
|
8
21
|
|
|
9
22
|
#### :house: Internal changes
|
package/package.json
CHANGED
|
@@ -81,8 +81,14 @@
|
|
|
81
81
|
.main.bar .ui.text.menu {
|
|
82
82
|
gap: 0;
|
|
83
83
|
}
|
|
84
|
+
|
|
85
|
+
&.with-n2k-navigation {
|
|
86
|
+
.eea.header .main.bar {
|
|
87
|
+
backdrop-filter: blur(2px);
|
|
88
|
+
background-color: hsla(0, 0%, 100%, 0.8);
|
|
89
|
+
}
|
|
90
|
+
}
|
|
84
91
|
.eea.header .main.bar {
|
|
85
|
-
backdrop-filter: blur(2px);
|
|
86
92
|
background-color: hsla(0, 0%, 100%, 0.8);
|
|
87
93
|
}
|
|
88
94
|
.eea.header .main.bar > .ui.container {
|
|
@@ -23,7 +23,6 @@ body {
|
|
|
23
23
|
}
|
|
24
24
|
|
|
25
25
|
@media @mobile {
|
|
26
|
-
|
|
27
26
|
&.has-toolbar,
|
|
28
27
|
&.has-toolbar-collapsed {
|
|
29
28
|
--toolbar-width: 0px;
|
|
@@ -83,10 +82,6 @@ body {
|
|
|
83
82
|
src: url('../fonts/Rajdhani-Bold.ttf') format('truetype');
|
|
84
83
|
}
|
|
85
84
|
|
|
86
|
-
.eea.header {
|
|
87
|
-
z-index: 1001;
|
|
88
|
-
}
|
|
89
|
-
|
|
90
85
|
a {
|
|
91
86
|
color: @linkColor;
|
|
92
87
|
|
|
@@ -110,7 +105,6 @@ p.has--clear--both:empty {
|
|
|
110
105
|
|
|
111
106
|
.contenttype-bise_factsheet {
|
|
112
107
|
#main {
|
|
113
|
-
|
|
114
108
|
h1,
|
|
115
109
|
h2,
|
|
116
110
|
h3,
|
|
@@ -137,7 +131,7 @@ p.has--clear--both:empty {
|
|
|
137
131
|
display: flex;
|
|
138
132
|
align-items: center;
|
|
139
133
|
|
|
140
|
-
>div {
|
|
134
|
+
> div {
|
|
141
135
|
width: 100%;
|
|
142
136
|
}
|
|
143
137
|
}
|
|
@@ -154,7 +148,7 @@ p.has--clear--both:empty {
|
|
|
154
148
|
.ui.input {
|
|
155
149
|
max-width: unset;
|
|
156
150
|
|
|
157
|
-
>input {
|
|
151
|
+
> input {
|
|
158
152
|
border-radius: 12px;
|
|
159
153
|
}
|
|
160
154
|
}
|
|
@@ -171,7 +165,7 @@ p.has--clear--both:empty {
|
|
|
171
165
|
}
|
|
172
166
|
}
|
|
173
167
|
|
|
174
|
-
.subsite.subsite-natura2000 {
|
|
168
|
+
.subsite.subsite-natura2000.with-n2k-navigation {
|
|
175
169
|
&.grey-bg {
|
|
176
170
|
.content-area {
|
|
177
171
|
margin-bottom: 0 !important;
|
|
@@ -262,7 +256,6 @@ p.has--clear--both:empty {
|
|
|
262
256
|
}
|
|
263
257
|
|
|
264
258
|
.light-links {
|
|
265
|
-
|
|
266
259
|
h1,
|
|
267
260
|
h2,
|
|
268
261
|
h3,
|
|
@@ -336,7 +329,7 @@ p.has--clear--both:empty {
|
|
|
336
329
|
}
|
|
337
330
|
}
|
|
338
331
|
|
|
339
|
-
#sidebar
|
|
332
|
+
#sidebar > .sidebar-container > .tabs-wrapper > .ui.menu {
|
|
340
333
|
flex-wrap: nowrap;
|
|
341
334
|
}
|
|
342
335
|
|
|
@@ -368,13 +361,8 @@ p.has--clear--both:empty {
|
|
|
368
361
|
}
|
|
369
362
|
}
|
|
370
363
|
|
|
371
|
-
|
|
372
364
|
//fix Sidebar menu vertical scroll
|
|
373
365
|
|
|
374
|
-
div[role=
|
|
366
|
+
div[role='navigation'] .toolbar-content.show {
|
|
375
367
|
max-height: 100vh !important;
|
|
376
368
|
}
|
|
377
|
-
|
|
378
|
-
#toolbar .toolbar-content {
|
|
379
|
-
z-index: 2000 !important;
|
|
380
|
-
}
|