@eeacms/volto-n2k 1.0.7 → 1.0.8

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 CHANGED
@@ -4,11 +4,13 @@ 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.0.7](https://github.com/eea/volto-n2k/compare/1.0.6...1.0.7) - 22 December 2022
7
+ ### [1.0.8](https://github.com/eea/volto-n2k/compare/1.0.7...1.0.8) - 23 December 2022
8
8
 
9
9
  #### :hammer_and_wrench: Others
10
10
 
11
- - Change banners backgrounds [Miu Razvan - [`983af1d`](https://github.com/eea/volto-n2k/commit/983af1dcd53db404190eb632ce138604b8e74870)]
11
+ - Update images [Miu Razvan - [`f0fcbac`](https://github.com/eea/volto-n2k/commit/f0fcbaccdf83bea71c3f8349364114cf8060c318)]
12
+ ### [1.0.7](https://github.com/eea/volto-n2k/compare/1.0.6...1.0.7) - 22 December 2022
13
+
12
14
  ### [1.0.6](https://github.com/eea/volto-n2k/compare/1.0.5...1.0.6) - 14 December 2022
13
15
 
14
16
  #### :hammer_and_wrench: Others
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eeacms/volto-n2k",
3
- "version": "1.0.7",
3
+ "version": "1.0.8",
4
4
  "description": "volto-n2k: Volto add-on",
5
5
  "main": "src/index.js",
6
6
  "author": "European Environment Agency: IDM2 A-Team",
@@ -9,8 +9,7 @@ div#view .ui.container.habitats-wrapper > * {
9
9
  .habitats-banner {
10
10
  position: relative;
11
11
  height: 320px;
12
- background: linear-gradient(to left, transparent, rgba(0, 0, 0, 0.7)),
13
- url('./images/background.webp');
12
+ background: url('./images/background.webp');
14
13
  background-position: center;
15
14
  background-repeat: no-repeat;
16
15
  background-size: cover;
@@ -9,8 +9,7 @@ div#view .ui.container.species-wrapper > * {
9
9
  .species-banner {
10
10
  position: relative;
11
11
  height: 320px;
12
- background: linear-gradient(to left, transparent, rgba(0, 0, 0, 0.7)),
13
- url('./images/background.webp');
12
+ background: url('./images/background.webp');
14
13
  background-position: center;
15
14
  background-repeat: no-repeat;
16
15
  background-size: cover;