@eeacms/volto-bise-policy 1.0.10 → 1.0.11
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
CHANGED
|
@@ -4,11 +4,14 @@ 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.
|
|
7
|
+
### [1.0.11](https://github.com/eea/volto-bise-policy/compare/1.0.10...1.0.11) - 7 June 2023
|
|
8
8
|
|
|
9
9
|
#### :hammer_and_wrench: Others
|
|
10
10
|
|
|
11
|
-
-
|
|
11
|
+
- update [Miu Razvan - [`a1147bf`](https://github.com/eea/volto-bise-policy/commit/a1147bf20d506549246b5ff30d6149a200010139)]
|
|
12
|
+
- update style [Miu Razvan - [`015591e`](https://github.com/eea/volto-bise-policy/commit/015591eabd1672f13a3d047b9a4789a570a02de5)]
|
|
13
|
+
### [1.0.10](https://github.com/eea/volto-bise-policy/compare/1.0.9...1.0.10) - 7 June 2023
|
|
14
|
+
|
|
12
15
|
### [1.0.9](https://github.com/eea/volto-bise-policy/compare/1.0.8...1.0.9) - 6 June 2023
|
|
13
16
|
|
|
14
17
|
#### :nail_care: Enhancements
|
package/package.json
CHANGED
|
@@ -75,7 +75,8 @@
|
|
|
75
75
|
|
|
76
76
|
.eea.header .eea-logo {
|
|
77
77
|
max-width: fit-content;
|
|
78
|
-
height: 60px;
|
|
78
|
+
max-height: 60px;
|
|
79
|
+
height: auto;
|
|
79
80
|
}
|
|
80
81
|
|
|
81
82
|
.burger-action.mobile,
|
|
@@ -92,7 +93,8 @@
|
|
|
92
93
|
|
|
93
94
|
.eea.header .eea-logo {
|
|
94
95
|
max-width: fit-content;
|
|
95
|
-
height: 60px;
|
|
96
|
+
max-height: 60px;
|
|
97
|
+
height: auto;
|
|
96
98
|
}
|
|
97
99
|
|
|
98
100
|
.burger-action.mobile,
|
|
@@ -105,7 +107,8 @@
|
|
|
105
107
|
@media only screen and (min-width: @computerBreakpoint) {
|
|
106
108
|
.eea.header .eea-logo {
|
|
107
109
|
max-width: fit-content;
|
|
108
|
-
height: 60px;
|
|
110
|
+
max-height: 60px;
|
|
111
|
+
height: auto;
|
|
109
112
|
}
|
|
110
113
|
}
|
|
111
114
|
}
|
|
@@ -109,9 +109,20 @@ p.has--clear--both:empty {
|
|
|
109
109
|
}
|
|
110
110
|
}
|
|
111
111
|
|
|
112
|
-
.smart-table
|
|
113
|
-
|
|
114
|
-
|
|
112
|
+
.smart-table {
|
|
113
|
+
.search-description {
|
|
114
|
+
margin-bottom: 2rem;
|
|
115
|
+
color: #6b6b6b;
|
|
116
|
+
}
|
|
117
|
+
|
|
118
|
+
.ui.search {
|
|
119
|
+
.ui.input {
|
|
120
|
+
max-width: unset;
|
|
121
|
+
> input {
|
|
122
|
+
border-radius: 12px;
|
|
123
|
+
}
|
|
124
|
+
}
|
|
125
|
+
}
|
|
115
126
|
}
|
|
116
127
|
|
|
117
128
|
.subsite.subsite-natura2000.subsite-root {
|
|
@@ -294,4 +305,4 @@ p.has--clear--both:empty {
|
|
|
294
305
|
|
|
295
306
|
.ui.button.full-size-sidenav-btn {
|
|
296
307
|
padding: 6px !important;
|
|
297
|
-
}
|
|
308
|
+
}
|