@foeewni/web-core 3.0.0-alpha.12 → 3.0.0-alpha.13

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@foeewni/web-core",
3
- "version": "3.0.0-alpha.12",
3
+ "version": "3.0.0-alpha.13",
4
4
  "description": "Friend of the Earth EWNI Core for frontend projects",
5
5
  "browser": {
6
6
  "foe-core.js": "dist/js/foe.core.min.js",
@@ -266,7 +266,7 @@ The parallax effect needs the file `foe.components.js` to be appended in the pag
266
266
  span {
267
267
  background: $foe-primary;
268
268
  padding: $spacer;
269
- display: inline-block;
269
+ display: inline;
270
270
  border-color: transparent;
271
271
  }
272
272
  }
@@ -6,5 +6,10 @@
6
6
  font-size: calc(32 / 14) * 1rem !important;
7
7
  line-height: 1.05;
8
8
  }
9
+
10
+ &::after {
11
+ content: '\A';
12
+ white-space: pre;
13
+ }
9
14
  }
10
15
  }
@@ -33,7 +33,8 @@
33
33
  @mixin text_colours ($main, $link) {
34
34
  label,
35
35
  li,
36
- p {
36
+ p,
37
+ .caption {
37
38
  color: $main;
38
39
  }
39
40