]> _ Git - fluidbook-html5.git/commitdiff
wait #3973 @0:40
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Tue, 20 Oct 2020 08:42:28 +0000 (10:42 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Tue, 20 Oct 2020 08:42:28 +0000 (10:42 +0200)
style/fluidbook.less

index 3bae7277ba4b32c66c3847fcf80564c24e08a622..eb3172200bda9269f36809d6100dce09d45129ae 100644 (file)
@@ -2338,6 +2338,34 @@ ul.chapters.shareList a.level0 .svg-icon {
   perspective: @perspective;
 
   overflow: visible !important;
+
+  #nextDoublePage {
+    .page {
+      &.left {
+        .shade {
+          right: 0;
+          background-image: url("../images/shadows/pages/left.png");
+        }
+      }
+
+      &.right {
+        .shade {
+          left: 0;
+          background-image: url("../images/shadows/pages/right.png");
+        }
+      }
+
+      .shade {
+        position: absolute;
+        top: 0;
+        width: 25%;
+        height: 100%;
+        background-repeat: no-repeat;
+        background-size: 100% 100%;
+        pointer-events: none;
+      }
+    }
+  }
 }
 
 .doublePage._3d {