From 14616da40f1d51b24d1fee540b0ea9331569306b Mon Sep 17 00:00:00 2001 From: Andrei Grigore Date: Fri, 28 Jan 2022 16:40:58 +0200 Subject: [PATCH 1/2] nice homepage buttons --- theme/site/globals/site.overrides | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/theme/site/globals/site.overrides b/theme/site/globals/site.overrides index 4edaa01..98c9089 100644 --- a/theme/site/globals/site.overrides +++ b/theme/site/globals/site.overrides @@ -845,6 +845,12 @@ body #page-document .imageAndRichText + p { /*--- Home page ---*/ +.homepage-button { + &:hover { + background-image: linear-gradient(#9dcfb3, #b5c333); + } +} + .home-tab.ui.item.menu { max-width: 715px; margin: 2em auto !important; From 1041fa93211041e502ba7d16dcec65300c467cbd Mon Sep 17 00:00:00 2001 From: EEA Jenkins <@users.noreply.github.com> Date: Fri, 28 Jan 2022 15:05:50 +0000 Subject: [PATCH 2/2] Automated release 0.1.37 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 384782d..c97eec6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,15 @@ All notable changes to this project will be documented in this file. Dates are d Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +#### [0.1.37](https://github.com/eea/volto-forests-theme/compare/0.1.36...0.1.37) + +- nice homepage buttons [`14616da`](https://github.com/eea/volto-forests-theme/commit/14616da40f1d51b24d1fee540b0ea9331569306b) + #### [0.1.36](https://github.com/eea/volto-forests-theme/compare/0.1.35...0.1.36) +> 26 January 2022 + +- Develop [`#50`](https://github.com/eea/volto-forests-theme/pull/50) - Copy paste edit [`332e668`](https://github.com/eea/volto-forests-theme/commit/332e6689a7182945a93289bc2a5fa7e5f8577fa2) - Added Copy/Paste appextras [`3e752fb`](https://github.com/eea/volto-forests-theme/commit/3e752fb80be602f9d16a46494c2fd07a81add407) diff --git a/package.json b/package.json index e2a2244..771822c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@eeacms/volto-forests-theme", - "version": "0.1.36", + "version": "0.1.37", "description": "@eeacms/volto-forests-theme: Volto add-on", "main": "src/index.js", "author": "European Environment Agency: IDM2 A-Team",