@leuffen/themejs1 8.2.6 → 8.2.8

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/_variables.scss CHANGED
@@ -31,7 +31,7 @@ $soft-warning: lighten($warning, 50%) !default;
31
31
  $soft-dark: lighten($dark, 40%) !default;
32
32
 
33
33
  $background: rgba(217, 217, 217, 0.24) !default;
34
- $background-primary: #b7eaf9 !default;
34
+ $background-primary: lighten($primary, 40%) !default;
35
35
  $background-accent: #ddd !default;
36
36
 
37
37
  $content-offset-top: 100px !default;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leuffen/themejs1",
3
- "version": "8.2.6",
3
+ "version": "8.2.8",
4
4
  "description": "",
5
5
  "license": "proprietary",
6
6
  "main": "./index.js",
@@ -102,6 +102,10 @@
102
102
  .row > .tjs__sec-card-2col--col-end {
103
103
  order: 50;
104
104
 
105
+ &:has( > slot.emptyslot) {
106
+ display: none;
107
+ }
108
+
105
109
  slot {
106
110
  display: block;
107
111
  width: 100%;