@internetstiftelsen/styleguide 2.24.8 → 2.24.10
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.
|
@@ -28,6 +28,14 @@ function onPlayerStateChange(el, e) {
|
|
|
28
28
|
} else if (e.data === YT.PlayerState.UNSTARTED) {
|
|
29
29
|
el.getElementsByTagName('img')[0].style.zIndex = null;
|
|
30
30
|
el.getElementsByTagName('button')[0].style.display = null;
|
|
31
|
+
|
|
32
|
+
if (el.youtube) {
|
|
33
|
+
var playerEl = el.querySelector('[data-youtube-container]');
|
|
34
|
+
|
|
35
|
+
playerEl.parentNode.removeChild(playerEl);
|
|
36
|
+
el.youtube.destroy();
|
|
37
|
+
el.youtube = null;
|
|
38
|
+
}
|
|
31
39
|
}
|
|
32
40
|
}
|
|
33
41
|
|
package/package.json
CHANGED
package/src/.DS_Store
ADDED
|
Binary file
|
|
Binary file
|
|
@@ -117,7 +117,7 @@
|
|
|
117
117
|
&.asymmetric-reversed {
|
|
118
118
|
$bp-gap: $gap;
|
|
119
119
|
@include make-asymmetric-cols($bp-gap, true);
|
|
120
|
-
margin-bottom: calc(
|
|
120
|
+
margin-bottom: calc(125px);
|
|
121
121
|
}
|
|
122
122
|
}
|
|
123
123
|
|
|
@@ -132,7 +132,7 @@
|
|
|
132
132
|
&.asymmetric-reversed {
|
|
133
133
|
$bp-gap: $gap;
|
|
134
134
|
@include make-asymmetric-cols($bp-gap, true);
|
|
135
|
-
margin-bottom: calc(
|
|
135
|
+
margin-bottom: calc(150px);
|
|
136
136
|
}
|
|
137
137
|
}
|
|
138
138
|
}
|