@saooti/octopus-sdk 37.0.38 → 37.0.40
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
package/src/assets/share.scss
CHANGED
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
$newLightenColor:lighten($octopus-primary-color, 55%);
|
|
2
1
|
.octopus-app{
|
|
3
2
|
.page-box-absolute{
|
|
4
3
|
position: absolute;
|
|
@@ -286,19 +285,19 @@ $newLightenColor:lighten($octopus-primary-color, 55%);
|
|
|
286
285
|
font-size: 1.8rem;
|
|
287
286
|
color: white;
|
|
288
287
|
}
|
|
289
|
-
&.hover-type-audio, &.hover-type-video{
|
|
288
|
+
/* &.hover-type-audio, &.hover-type-video{
|
|
290
289
|
color: $newLightenColor;
|
|
291
290
|
.bloc-paddle > span{
|
|
292
291
|
background: $newLightenColor !important;
|
|
293
292
|
}
|
|
294
|
-
}
|
|
293
|
+
} */
|
|
295
294
|
&.hover-type-video{
|
|
296
|
-
|
|
295
|
+
/*.saooti-play{
|
|
297
296
|
color: white;
|
|
298
297
|
}
|
|
299
298
|
.saooti-play-video{
|
|
300
299
|
color: $newLightenColor;
|
|
301
|
-
}
|
|
300
|
+
} */
|
|
302
301
|
&.has-video{
|
|
303
302
|
.saooti-play-video{
|
|
304
303
|
font-size: 2.5rem;
|
|
@@ -306,12 +305,12 @@ $newLightenColor:lighten($octopus-primary-color, 55%);
|
|
|
306
305
|
}
|
|
307
306
|
}
|
|
308
307
|
&.hover-type-audio{
|
|
309
|
-
.saooti-play{
|
|
308
|
+
/* .saooti-play{
|
|
310
309
|
color: $newLightenColor;
|
|
311
310
|
}
|
|
312
311
|
.saooti-play-video{
|
|
313
312
|
color: white;
|
|
314
|
-
}
|
|
313
|
+
} */
|
|
315
314
|
&.has-video{
|
|
316
315
|
.saooti-play{
|
|
317
316
|
font-size: 2.5rem;
|