Skip to content

Commit

Permalink
Merge pull request #58 from eea/develop
Browse files Browse the repository at this point in the history
Persist Volto custom CSS
  • Loading branch information
avoinea committed Mar 24, 2022
2 parents 8df1842 + 6268beb commit 9df7ce8
Show file tree
Hide file tree
Showing 3 changed files with 51 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,17 @@ 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).

#### [6.0.3](https://github.com/eea/volto-ims-theme/compare/6.0.2...6.0.3)

- Persist Volto custom CSS [`dcea6be`](https://github.com/eea/volto-ims-theme/commit/dcea6bec019393ddef38942965ff1e14714fbc1f)

#### [6.0.2](https://github.com/eea/volto-ims-theme/compare/6.0.1...6.0.2)

> 14 March 2022
- Apply DRAFT background on entire content body [`#57`](https://github.com/eea/volto-ims-theme/pull/57)
- Update Footer.jsx [`#56`](https://github.com/eea/volto-ims-theme/pull/56)
- Apply DRAFT backgroun on entire content body [`cbb4a60`](https://github.com/eea/volto-ims-theme/commit/cbb4a60e970b4054d0c47534ae9a6910f0e06eac)
- Update Footer.jsx [`053aa87`](https://github.com/eea/volto-ims-theme/commit/053aa87df30556fdb4001f9021fe15cdd826945a)

#### [6.0.1](https://github.com/eea/volto-ims-theme/compare/6.0.0...6.0.1)

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-ims-theme",
"version": "6.0.2",
"version": "6.0.3",
"description": "volto-ims-theme: Volto Theme: EEA IMS",
"main": "src/index.js",
"author": "European Environment Agency: IDM2 A-Team",
Expand Down
42 changes: 42 additions & 0 deletions theme/site/extras/custom.overrides
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,45 @@
display: none !important;
}
}


/* Volto custom CSS */
.contenttype-ims_indicator .accordion-block {
margin-left: auto !important;
margin-right: auto !important;
max-width: 800px;
}

/* avoid extra green background being visible when we have a background image to show below the breadcrumbs */
.ui.basic.segment.content-area {
padding-top: 0;
margin-top: 0;
}
.ui.basic.segment.content-area::before {
max-height: 280px;
}

.csl-entry {
word-break: break-all;
}

.card__face--back {
overflow: initial;
}

.is-flipped .card__face--back {
overflow: auto;
}


@media only screen and (min-width:767px) and (max-width: 1279px) {
.header-wrapper {
width: 100%;
}
}

@media only screen and (max-width: 1279px) {
.tools-search-wrapper .search .search.large.icon {
display: none;
}
}

0 comments on commit 9df7ce8

Please sign in to comment.