width: @w;
height: @h;
+ // Bottom dropshadow sizing on note pages thumbnails
+ @notes-extra-shadow-height: min(32, @h * 0.2);
+ @notes-shade-height: unit(@h + @notes-extra-shadow-height, px);
+
+ &:before {
+ height: @notes-shade-height;
+ width: unit(@w + 15, px);
+ }
+
+ .pageholder {
+ overflow: hidden;
+ max-height: @h;
+ }
+
&.left {
margin-right: @w;
}
.number {
width: @w;
top: @h;
+ padding-top: 0.8em;
}
}
display: block;
background-color: @post-it;
box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.25);
-
}
}
}
}
-}
\ No newline at end of file
+}