diff --git a/CHANGELOG.md b/CHANGELOG.md index 554e114..3be4d9c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,16 @@ 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). +#### [1.0.27](https://github.com/eea/volto-energy-theme/compare/1.0.26...1.0.27) + +- filter menu fixes [`41a102b`](https://github.com/eea/volto-energy-theme/commit/41a102b63a6fa83abecdbaa5a549dd596de8776f) +- replace few theme component [`5e7c9a5`](https://github.com/eea/volto-energy-theme/commit/5e7c9a5d699484b3df19367a4c69fe2b27c52979) + #### [1.0.26](https://github.com/eea/volto-energy-theme/compare/1.0.25...1.0.26) +> 19 January 2022 + +- minor fixes in style [`#27`](https://github.com/eea/volto-energy-theme/pull/27) - minor fixes to style [`2a2c262`](https://github.com/eea/volto-energy-theme/commit/2a2c262fc65819fee881d2b5a9ff642e9b1b4d92) #### [1.0.25](https://github.com/eea/volto-energy-theme/compare/1.0.24...1.0.25) diff --git a/package.json b/package.json index 22e8ad9..b26fe02 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@eeacms/volto-energy-theme", - "version": "1.0.26", + "version": "1.0.27", "description": "@eeacms/volto-energy-theme: Volto add-on", "main": "src/index.js", "author": "European Environment Agency: IDM2 A-Team", diff --git a/theme/site/collections/menu.overrides b/theme/site/collections/menu.overrides index a13c62c..def8d58 100644 --- a/theme/site/collections/menu.overrides +++ b/theme/site/collections/menu.overrides @@ -483,7 +483,7 @@ body.menu-open-contentpage { overflow: hidden; } - + // filters Menu .headings_navigation .ui.vertical.menu { width: 100%; diff --git a/theme/site/globals/site.overrides b/theme/site/globals/site.overrides index e5c663c..15b0e88 100644 --- a/theme/site/globals/site.overrides +++ b/theme/site/globals/site.overrides @@ -76,7 +76,7 @@ html { font-size: 1rem; a { - color: white !important; + color: white; @media (max-width: 825px) { &:not(:nth-last-child(-n + 3)) { diff --git a/theme/theme.config b/theme/theme.config index 5fcf489..2a4e4d0 100644 --- a/theme/theme.config +++ b/theme/theme.config @@ -16,7 +16,7 @@ @header : 'pastanaga'; @icon : 'default'; @image : 'pastanaga'; -@input : 'pastanaga'; +@input : 'site'; @label : 'pastanaga'; @list : 'pastanaga'; @loader : 'pastanaga'; @@ -27,7 +27,7 @@ @step : 'pastanaga'; /* Collections */ -@breadcrumb : 'pastanaga'; +@breadcrumb : 'site'; @form : 'pastanaga'; @grid : 'pastanaga'; @menu : 'pastanaga'; diff --git a/theme/theme.less b/theme/theme.less deleted file mode 100644 index 12dea35..0000000 --- a/theme/theme.less +++ /dev/null @@ -1,63 +0,0 @@ -/******************************* - Import Directives -*******************************/ - -/*------------------ - Theme --------------------*/ - -@theme: @@element; - -/*-------------------- - Site Variables ----------------------*/ - -/* Default site.variables */ -@import "@{themesFolder}/default/globals/site.variables"; - -/* Packaged site.variables */ -@import "@{themesFolder}/@{site}/globals/site.variables"; - -/* Component's site.variables */ -@import (optional) "@{themesFolder}/@{theme}/globals/site.variables"; - -/* Site theme site.variables */ -@import (optional) "@{siteFolder}/globals/site.variables"; - - -/*------------------- - Component Variables ----------------------*/ - -/* Default */ -@import (optional) "@{themesFolder}/default/@{type}s/@{element}.variables"; - -/* Packaged Theme */ -@import (optional) "@{themesFolder}/@{theme}/@{type}s/@{element}.variables"; - -/* Site Theme */ -@import (optional) "@{siteFolder}/@{type}s/@{element}.variables"; - - -/******************************* - Mix-ins -*******************************/ - -/*------------------ - Fonts --------------------*/ - -.loadFonts() when (@importGoogleFonts) { - @import (css) url('@{googleProtocol}fonts.googleapis.com/css?family=@{googleFontRequest}'); -} - -/*------------------ - Overrides --------------------*/ - -.loadUIOverrides() { - @import (optional) "@{themesFolder}/@{theme}/@{type}s/@{element}.overrides"; - @import (optional) "@{siteFolder}/@{type}s/@{element}.overrides"; -} - -@import (optional) "@{themesFolder}/@{theme}/fixes.overrides";