]> _ Git - fluidbook-html5.git/commitdiff
wip #3962 @0.5
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 28 Oct 2020 11:25:01 +0000 (12:25 +0100)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 28 Oct 2020 11:25:01 +0000 (12:25 +0100)
style/notes.less

index b962283c54f23e27f04a9dfe4b8f02297e12a55f..c032ac02684229e3587db78b60d8d7ccfba1ae30 100644 (file)
       padding: 0 15px 15px 0;
     }
   }
+}
+
+.notesView {
+  @m: 2.5;
+  @w: unit(@m*@thumb-width, px);
+  @h: unit(@m*@thumb-height, px);
+
+  .thumb {
+    width: @w;
+    height: @h;
+
+    &.left {
+      margin-right: @w;
+    }
+
+    &.right {
+      @margin: 10;
+      left: unit(@w+@margin, px);
+    }
+  }
+
+  &.indexView {
+    .doubleThumb, .padding {
+      width: @w*2;
+      height: @h;
+    }
+  }
+
 }
\ No newline at end of file