height: @bookmark-corner-size;
background-size: @bookmark-corner-size @bookmark-corner-size;
+ .mobilefirst & {
+ @media @large {
+ @w: unit(@bookmark-corner-size*0.5, px);
+ width: @w;
+ height: @w;
+ background-size: @w;
+ }
+ }
+
&.left {
left: @bookmark-corner-offset;
@import "book-variables";
@font: 'Open Sans', Arial, Helvetica, sans-serif;
-@small: ~"screen and (max-width: 640px)";
\ No newline at end of file
+@small: ~"screen and (max-width: 640px)";
+@large: ~"screen and (min-width: 1280px)";
\ No newline at end of file