@eeacms/volto-bise-policy 1.0.11 → 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 +5 -1
- package/package.json +1 -1
- package/theme/globals/site.overrides +24 -0
package/CHANGELOG.md
CHANGED
|
@@ -4,12 +4,16 @@ 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-bise-policy/compare/1.0.11...1.0.12) - 8 June 2023
|
|
8
|
+
|
|
9
|
+
#### :hammer_and_wrench: Others
|
|
10
|
+
|
|
11
|
+
- update [Miu Razvan - [`e1fa423`](https://github.com/eea/volto-bise-policy/commit/e1fa423b4e87e485c73c31547be7216ecd332130)]
|
|
7
12
|
### [1.0.11](https://github.com/eea/volto-bise-policy/compare/1.0.10...1.0.11) - 7 June 2023
|
|
8
13
|
|
|
9
14
|
#### :hammer_and_wrench: Others
|
|
10
15
|
|
|
11
16
|
- 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
17
|
### [1.0.10](https://github.com/eea/volto-bise-policy/compare/1.0.9...1.0.10) - 7 June 2023
|
|
14
18
|
|
|
15
19
|
### [1.0.9](https://github.com/eea/volto-bise-policy/compare/1.0.8...1.0.9) - 6 June 2023
|
package/package.json
CHANGED
|
@@ -306,3 +306,27 @@ p.has--clear--both:empty {
|
|
|
306
306
|
.ui.button.full-size-sidenav-btn {
|
|
307
307
|
padding: 6px !important;
|
|
308
308
|
}
|
|
309
|
+
|
|
310
|
+
.color-picker-widget .wrapper {
|
|
311
|
+
flex-flow: row;
|
|
312
|
+
}
|
|
313
|
+
|
|
314
|
+
.simple-data-table .default-table {
|
|
315
|
+
tr th {
|
|
316
|
+
padding: 0 !important;
|
|
317
|
+
|
|
318
|
+
&:not(:last-child) {
|
|
319
|
+
border-right: 0.1rem solid @secondaryColor !important;
|
|
320
|
+
}
|
|
321
|
+
|
|
322
|
+
&::after {
|
|
323
|
+
border-bottom-color: @secondaryColor;
|
|
324
|
+
}
|
|
325
|
+
}
|
|
326
|
+
|
|
327
|
+
tr td {
|
|
328
|
+
&:not(:last-child) {
|
|
329
|
+
border-right: 0.1rem solid @secondaryColor !important;
|
|
330
|
+
}
|
|
331
|
+
}
|
|
332
|
+
}
|