Skip to content

Commit

Permalink
Merge pull request #39 from eea/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
razvanMiu committed Mar 29, 2023
2 parents 4069c67 + 40cf0cf commit 201df2e
Show file tree
Hide file tree
Showing 7 changed files with 53 additions and 7 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,21 @@ 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.25](https://github.com/eea/volto-climate-advisory-board-policy/compare/0.1.24...0.1.25) - 29 March 2023

#### :bug: Bug Fixes

- fix(header): enforce header title to be white [nileshgulia1 - [`e0c93fe`](https://github.com/eea/volto-climate-advisory-board-policy/commit/e0c93fe1ae812e6b8db46ffbdd157270ba826e7b)]

#### :hammer_and_wrench: Others

- more fixes to footer in newsletter-forms [nileshgulia1 - [`cb4daaa`](https://github.com/eea/volto-climate-advisory-board-policy/commit/cb4daaa75a73ccb75355453f38e03a00c166660d)]
- fix bad git rebase [nileshgulia1 - [`f76cd55`](https://github.com/eea/volto-climate-advisory-board-policy/commit/f76cd55255bb5d67234f3ff692ccab599ddce682)]
- fix with-newsletter-form footer colors [nileshgulia1 - [`fca44e1`](https://github.com/eea/volto-climate-advisory-board-policy/commit/fca44e163d65cca938795c1128f99a23bcefe7d7)]
- fix newsletter page css [nileshgulia1 - [`f813eb8`](https://github.com/eea/volto-climate-advisory-board-policy/commit/f813eb8eabd0c053c032f1dd7df94c4caa2d1788)]
- css update [Miu Razvan - [`37c3d55`](https://github.com/eea/volto-climate-advisory-board-policy/commit/37c3d5502dbee589c337701403a8ed0700c0ebd3)]
- css update [Miu Razvan - [`8c645d3`](https://github.com/eea/volto-climate-advisory-board-policy/commit/8c645d3760f2bf7971846f58de0b1f5d918e17a3)]
- update keys preset style [Miu Razvan - [`bb1fa7e`](https://github.com/eea/volto-climate-advisory-board-policy/commit/bb1fa7e4026eeebaed63e8ec9f707cd5e6253402)]
### [0.1.24](https://github.com/eea/volto-climate-advisory-board-policy/compare/0.1.23...0.1.24) - 28 March 2023

#### :hammer_and_wrench: Others
Expand Down Expand Up @@ -175,6 +190,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

- add volto-eea-website-theme as dependency and modify Jenkinsfile [ana-oprea - [`276cd96`](https://github.com/eea/volto-climate-advisory-board-policy/commit/276cd96995367fd46b6efa8a56aaa820b4cd8b02)]
- add volto-eea-design-system dependency [ana-oprea - [`acf2e87`](https://github.com/eea/volto-climate-advisory-board-policy/commit/acf2e8749fd0eed669dcd382524a89f21e9a0ea9)]
- Add Sonarqube tag using advisory-board-frontend addons list [EEA Jenkins - [`b772a58`](https://github.com/eea/volto-climate-advisory-board-policy/commit/b772a58dfa332069be312bc83495d5a6fcf9cd94)]
### [0.1.1](https://github.com/eea/volto-climate-advisory-board-policy/compare/0.1.0...0.1.1) - 14 February 2023

### 0.1.0 - 12 January 2023
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-climate-advisory-board-policy",
"version": "0.1.24",
"version": "0.1.25",
"description": "@eeacms/volto-climate-advisory-board-policy: Volto add-on",
"main": "src/index.js",
"author": "European Environment Agency: IDM2 A-Team",
Expand Down
4 changes: 4 additions & 0 deletions theme/elements/container.overrides
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
--container-text-width: @largeMonitorWidth;
}

.block-editor-columnsBlock .full-width .ui.grid.column-grid {
margin: 0;
}

.wide {
--large-monitor-width: 100%;

Expand Down
2 changes: 1 addition & 1 deletion theme/extras/footer.overrides
Original file line number Diff line number Diff line change
Expand Up @@ -173,4 +173,4 @@
}
}
}
}
}
9 changes: 6 additions & 3 deletions theme/extras/header.overrides
Original file line number Diff line number Diff line change
Expand Up @@ -114,12 +114,9 @@
}

.top.bar > .ui.container {
z-index: 1;
display: flex;
width: 100%;
align-items: center;
justify-content: flex-end;
margin-right: 1rem !important;
}

.header > .main.bar > .ui.container > .ui.grid {
Expand Down Expand Up @@ -227,6 +224,12 @@
background-color: transparent;
}

body.with-newsletter-form .eea.banner .gradient .content {
.title,h1 {
color: #FFF;
}
}

@media (max-width: @computerBreakpoint) and (min-width: 450px) {
.search-ab > .ui.form > .field.searchbox {
display: flex;
Expand Down
1 change: 0 additions & 1 deletion theme/extras/keys-preset.less
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

#view .content-box.keys {
display: block;
width: 85%;
padding: 20px;
margin: auto;
background-color: #f5f5f5;
Expand Down
26 changes: 25 additions & 1 deletion theme/globals/site.overrides
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,16 @@ body.with-hero-block .ui.basic.segment.content-area {
z-index: 1;
}

body.with-newsletter-form {
.subfooter h5 {
color: white;
font-weight: 700;
}
a {
text-decoration: none;
}
}

[class~="view-defaultview"] .columns-view > .ui.grid,
[class~="view-viewview"] .columns-view > .ui.grid {
margin: 0;
Expand Down Expand Up @@ -292,7 +302,6 @@ svg.tertiary > g {

#latest {
display: block;
max-width: 85% !important;
margin: auto;
}
// titles and underline
Expand Down Expand Up @@ -651,3 +660,18 @@ svg.tertiary > g {
margin-left: auto !important;
}
}

@media screen and (max-width: @tabletBreakpoint) {
.ui.four.cards{
margin-left: 0 !important;
margin-right: 0 !important;
}

.ui.four.cards > .card {
width: 100% !important;
margin-top: 0.5rem;
margin-bottom: 0.5rem;
margin-left: 0 !important;
margin-right: 0 !important;
}
}

0 comments on commit 201df2e

Please sign in to comment.