@eeacms/volto-n2k 1.0.10 → 1.0.12
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 +7 -0
- package/package.json +1 -1
- package/src/components/manage/Blocks/CddaShape/View.jsx +1 -1
- package/src/components/manage/Blocks/ExplodedPiesChart/style.less +1 -1
- package/src/components/manage/Blocks/ExploreHabitats/View.jsx +1 -1
- package/src/components/manage/Blocks/ExploreSites/View.jsx +1 -1
- package/src/components/manage/Blocks/ExploreSpecies/View.jsx +1 -1
- package/src/components/manage/Blocks/HabitatDistribution/View.jsx +1 -1
- package/src/components/manage/Blocks/HabitatProtectedSites/View.jsx +1 -1
- package/src/components/manage/Blocks/HabitatsBanner/style.less +2 -2
- package/src/components/manage/Blocks/ImageText/styles.less +1 -1
- package/src/components/manage/Blocks/Landing/style.less +3 -3
- package/src/components/manage/Blocks/NavigationAnchors/styles.less +1 -1
- package/src/components/manage/Blocks/SimpleDataTable/templates/colored/style.less +1 -1
- package/src/components/manage/Blocks/SiteBanner/style.less +1 -1
- package/src/components/manage/Blocks/SiteHabitatsList/style.less +2 -2
- package/src/components/manage/Blocks/SiteProtectedHabitats/style.less +1 -1
- package/src/components/manage/Blocks/SiteProtectedSpecies/style.less +1 -1
- package/src/components/manage/Blocks/SiteShape/View.jsx +1 -1
- package/src/components/manage/Blocks/SiteSpeciesList/style.less +5 -5
- package/src/components/manage/Blocks/SpeciesBanner/style.less +4 -4
- package/src/components/manage/Blocks/SpeciesDistribution/View.jsx +1 -1
- package/src/components/manage/Blocks/SpeciesProtectedSites/View.jsx +1 -1
- package/src/less/styles.less +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,13 @@ 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.0.12](https://github.com/eea/volto-n2k/compare/1.0.11...1.0.12) - 14 February 2023
|
|
8
|
+
|
|
9
|
+
#### :hammer_and_wrench: Others
|
|
10
|
+
|
|
11
|
+
- replace basemap OSMPositronComposite with OSMBlossomComposite [Claudia Ifrim - [`25fb2e7`](https://github.com/eea/volto-n2k/commit/25fb2e779dfbac776999b2cde51e18deec6c51b4)]
|
|
12
|
+
### [1.0.11](https://github.com/eea/volto-n2k/compare/1.0.10...1.0.11) - 3 February 2023
|
|
13
|
+
|
|
7
14
|
### [1.0.10](https://github.com/eea/volto-n2k/compare/1.0.9...1.0.10) - 2 February 2023
|
|
8
15
|
|
|
9
16
|
#### :rocket: New Features
|
package/package.json
CHANGED
|
@@ -5,7 +5,7 @@ div#view .habitat-banner-details .ui.container > * {
|
|
|
5
5
|
.habitat-banner-details {
|
|
6
6
|
padding: 1.5em 0;
|
|
7
7
|
background-color: #00a390;
|
|
8
|
-
color: #fff;
|
|
8
|
+
color: #fff !important;
|
|
9
9
|
font-family: 'RajdhaniB', 'Helvetica Neue', Arial, Helvetica, sans-serif;
|
|
10
10
|
|
|
11
11
|
.habitat-details {
|
|
@@ -25,7 +25,7 @@ div#view .habitat-banner-details .ui.container > * {
|
|
|
25
25
|
.name {
|
|
26
26
|
margin-top: 0.5em !important;
|
|
27
27
|
margin-bottom: 0 !important;
|
|
28
|
-
color: #fff;
|
|
28
|
+
color: #fff !important;
|
|
29
29
|
font-family: inherit;
|
|
30
30
|
font-size: 54px;
|
|
31
31
|
line-height: 54px;
|
|
@@ -44,7 +44,7 @@ div#view .ui.container > {
|
|
|
44
44
|
|
|
45
45
|
.landing-page-description {
|
|
46
46
|
margin-bottom: 3rem;
|
|
47
|
-
color: #fff;
|
|
47
|
+
color: #fff !important;
|
|
48
48
|
|
|
49
49
|
p {
|
|
50
50
|
font-size: 20px;
|
|
@@ -75,7 +75,7 @@ div#view .ui.container > {
|
|
|
75
75
|
.item p.description {
|
|
76
76
|
position: relative;
|
|
77
77
|
margin-top: 1rem;
|
|
78
|
-
color: #fff;
|
|
78
|
+
color: #fff !important;
|
|
79
79
|
font-size: 0.9em;
|
|
80
80
|
font-weight: bold;
|
|
81
81
|
}
|
|
@@ -95,7 +95,7 @@ div#view .ui.container > {
|
|
|
95
95
|
border: 1px solid #78c0d7bf;
|
|
96
96
|
border-bottom: 1px solid #fff;
|
|
97
97
|
margin-top: -45px;
|
|
98
|
-
background-color: #fff;
|
|
98
|
+
background-color: #fff !important;
|
|
99
99
|
|
|
100
100
|
.ui.basic.button {
|
|
101
101
|
padding: 3px;
|
|
@@ -17,7 +17,7 @@ div#view .ui.container > .sticky-navigation-anchors {
|
|
|
17
17
|
.sticky-navigation-anchors {
|
|
18
18
|
&.is-sticky {
|
|
19
19
|
.navigation-anchors {
|
|
20
|
-
background-color: #fff;
|
|
20
|
+
background-color: #fff !important;
|
|
21
21
|
-webkit-box-shadow: 0px 0px 10px -5px #000000;
|
|
22
22
|
box-shadow: 0px 0px 10px -5px #000000;
|
|
23
23
|
}
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
padding: 1rem 2rem;
|
|
8
8
|
border: 1px solid #e8e8e8;
|
|
9
9
|
margin-bottom: 1rem;
|
|
10
|
-
background-color: #fff;
|
|
10
|
+
background-color: #fff !important;
|
|
11
11
|
border-radius: 10px;
|
|
12
12
|
|
|
13
13
|
.habitat-toolbar {
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
margin-bottom: 0;
|
|
40
40
|
background-color: #00a390;
|
|
41
41
|
border-radius: 6px;
|
|
42
|
-
color: #fff;
|
|
42
|
+
color: #fff !important;
|
|
43
43
|
font-weight: bold;
|
|
44
44
|
line-height: 24px;
|
|
45
45
|
text-align: center;
|
|
@@ -38,7 +38,7 @@ div#view .site-species-list .species-list .ui.container > * {
|
|
|
38
38
|
.ui.button.dropdown,
|
|
39
39
|
button {
|
|
40
40
|
border: 1px solid #0000001f;
|
|
41
|
-
background-color: #fff;
|
|
41
|
+
background-color: #fff !important;
|
|
42
42
|
color: #000;
|
|
43
43
|
cursor: pointer;
|
|
44
44
|
}
|
|
@@ -63,7 +63,7 @@ div#view .site-species-list .species-list .ui.container > * {
|
|
|
63
63
|
padding: 1rem;
|
|
64
64
|
border: none;
|
|
65
65
|
background-color: transparent;
|
|
66
|
-
color: #fff;
|
|
66
|
+
color: #fff !important;
|
|
67
67
|
cursor: pointer;
|
|
68
68
|
font-size: 16px;
|
|
69
69
|
text-transform: uppercase;
|
|
@@ -78,7 +78,7 @@ div#view .site-species-list .species-list .ui.container > * {
|
|
|
78
78
|
}
|
|
79
79
|
|
|
80
80
|
.ui.sidebar {
|
|
81
|
-
background-color: #fff;
|
|
81
|
+
background-color: #fff !important;
|
|
82
82
|
|
|
83
83
|
&.right.visible {
|
|
84
84
|
box-shadow: 0px 0px 13px -5px #000000;
|
|
@@ -94,7 +94,7 @@ div#view .site-species-list .species-list .ui.container > * {
|
|
|
94
94
|
|
|
95
95
|
.title {
|
|
96
96
|
margin-bottom: 0;
|
|
97
|
-
color: #fff;
|
|
97
|
+
color: #fff !important;
|
|
98
98
|
font-size: 20px;
|
|
99
99
|
font-weight: bold;
|
|
100
100
|
}
|
|
@@ -186,7 +186,7 @@ div#view .site-species-list .species-list .ui.container > * {
|
|
|
186
186
|
flex-flow: column;
|
|
187
187
|
justify-content: space-between;
|
|
188
188
|
padding: 0;
|
|
189
|
-
background-color: #fff;
|
|
189
|
+
background-color: #fff !important;
|
|
190
190
|
border-bottom-right-radius: 10px;
|
|
191
191
|
border-top-right-radius: 10px;
|
|
192
192
|
|
|
@@ -6,7 +6,7 @@ div#view .species-banner-details .ui.container > * {
|
|
|
6
6
|
.species-banner-details {
|
|
7
7
|
padding: 1.5em 0;
|
|
8
8
|
background-color: #00a390;
|
|
9
|
-
color: #fff;
|
|
9
|
+
color: #fff !important;
|
|
10
10
|
font-family: 'RajdhaniB', 'Helvetica Neue', Arial, Helvetica, sans-serif;
|
|
11
11
|
|
|
12
12
|
.species-details {
|
|
@@ -23,7 +23,7 @@ div#view .species-banner-details .ui.container > * {
|
|
|
23
23
|
.name {
|
|
24
24
|
margin-top: 0 !important;
|
|
25
25
|
margin-bottom: 0 !important;
|
|
26
|
-
color: #fff;
|
|
26
|
+
color: #fff !important;
|
|
27
27
|
font-family: inherit;
|
|
28
28
|
font-size: 54px;
|
|
29
29
|
line-height: 54px;
|
|
@@ -82,10 +82,10 @@ div#view .species-banner-details .ui.container > * {
|
|
|
82
82
|
|
|
83
83
|
a {
|
|
84
84
|
margin-top: 1rem;
|
|
85
|
-
color: #fff;
|
|
85
|
+
color: #fff !important;
|
|
86
86
|
|
|
87
87
|
&:hover {
|
|
88
|
-
color: #fff;
|
|
88
|
+
color: #fff !important;
|
|
89
89
|
text-decoration: underline;
|
|
90
90
|
}
|
|
91
91
|
}
|
package/src/less/styles.less
CHANGED
|
@@ -123,7 +123,7 @@
|
|
|
123
123
|
position: absolute;
|
|
124
124
|
left: 0;
|
|
125
125
|
width: 130px;
|
|
126
|
-
color: #fff;
|
|
126
|
+
color: #fff !important;
|
|
127
127
|
text-align: left;
|
|
128
128
|
transform: translate(-100%, 0);
|
|
129
129
|
|
|
@@ -552,7 +552,7 @@ body.grey-bg {
|
|
|
552
552
|
width: 3em;
|
|
553
553
|
height: 3em;
|
|
554
554
|
margin-bottom: 1.5rem;
|
|
555
|
-
background-color: #fff;
|
|
555
|
+
background-color: #fff !important;
|
|
556
556
|
border-radius: 10em;
|
|
557
557
|
box-shadow: 0px 4px 9px -6px #000000;
|
|
558
558
|
|
|
@@ -682,7 +682,7 @@ img.slick-image {
|
|
|
682
682
|
.item {
|
|
683
683
|
padding: 1rem;
|
|
684
684
|
border-radius: 0;
|
|
685
|
-
color: #fff;
|
|
685
|
+
color: #fff !important;
|
|
686
686
|
|
|
687
687
|
p {
|
|
688
688
|
font-size: 16px !important;
|
|
@@ -692,13 +692,13 @@ img.slick-image {
|
|
|
692
692
|
&:hover {
|
|
693
693
|
padding-bottom: calc(1rem - 3px);
|
|
694
694
|
border-bottom: 3px solid #fff;
|
|
695
|
-
color: #fff;
|
|
695
|
+
color: #fff !important;
|
|
696
696
|
}
|
|
697
697
|
|
|
698
698
|
&.active {
|
|
699
699
|
padding-bottom: calc(1rem - 3px);
|
|
700
700
|
border-bottom: 3px solid #fff;
|
|
701
|
-
color: #fff;
|
|
701
|
+
color: #fff !important;
|
|
702
702
|
}
|
|
703
703
|
}
|
|
704
704
|
}
|