Sha256: f018e5c7eefeeb4f37ca624d600e0aa409e2c36997d43d5783cda7bbc9389097
Contents?: true
Size: 373 Bytes
Versions: 11
Compression:
Stored size: 373 Bytes
Contents
.link.book { width: map-get($book,large); display: block; fill: white; @media#{map-get($query,max767)} { width: map-get($book,medium); } @media#{map-get($query,max599)} { width: map-get($book,small); } } .link.book.draft { // default color for draft books background-color: setcolor(gray); // remove link appearance pointer-events: none; }
Version data entries
11 entries across 11 versions & 1 rubygems