Skip to content
This repository has been archived by the owner on Apr 25, 2024. It is now read-only.

Develop #51

Merged
merged 4 commits into from
Jan 28, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
6 changes: 6 additions & 0 deletions theme/site/globals/site.overrides
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down