@eeacms/volto-clms-theme 1.1.81 → 1.1.82
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +5 -0
- package/package.json +1 -1
- package/theme/site/extras/styles.less +4 -1
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file. Dates are d
|
|
|
4
4
|
|
|
5
5
|
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
6
6
|
|
|
7
|
+
### [1.1.82](https://github.com/eea/volto-clms-theme/compare/1.1.81...1.1.82) - 21 November 2023
|
|
8
|
+
|
|
9
|
+
#### :hammer_and_wrench: Others
|
|
10
|
+
|
|
11
|
+
- ul lien z-index eta margina [Zaloa Etxaniz - [`522ae5f`](https://github.com/eea/volto-clms-theme/commit/522ae5fa48e0a1c394866606470fa6737b0de02c)]
|
|
7
12
|
### [1.1.81](https://github.com/eea/volto-clms-theme/compare/1.1.80...1.1.81) - 20 November 2023
|
|
8
13
|
|
|
9
14
|
#### :rocket: New Features
|
package/package.json
CHANGED
|
@@ -493,8 +493,11 @@ body.contenttype-document .right-content ul {
|
|
|
493
493
|
position: relative;
|
|
494
494
|
left: 0.5rem;
|
|
495
495
|
z-index:-1;
|
|
496
|
+
margin-bottom:1rem;
|
|
497
|
+
}
|
|
498
|
+
body.contenttype-document .right-content .accordion ul {
|
|
499
|
+
z-index: 0;
|
|
496
500
|
}
|
|
497
|
-
|
|
498
501
|
.card-container {
|
|
499
502
|
display: flex;
|
|
500
503
|
flex-wrap: wrap;
|