X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/afa132c391c153f4aa51e5ccdd9b3e32d4b6a3e3..0b1d7187cd243b29566418c3b09fa8043ed53bee:/src/wolnelektury/static/scss/main/book_box.scss diff --git a/src/wolnelektury/static/scss/main/book_box.scss b/src/wolnelektury/static/scss/main/book_box.scss index 8e47bfe9a..b1bfe9341 100644 --- a/src/wolnelektury/static/scss/main/book_box.scss +++ b/src/wolnelektury/static/scss/main/book_box.scss @@ -148,6 +148,17 @@ } } + .license-icon { + display: block; + @include size(margin-top, 5px); + } + + .project-icon { + @include size(max-width, 100px); + @include size(max-height, 100px); + } + + .jp-type-playlist { margin-top: 24px; @@ -185,6 +196,12 @@ @include size(margin-top, 5px); } + .project-icon { + @include size(max-width, 100px); + @include size(max-height, 100px); + } + + @include min-screen($S_BOOK_SHORT_FULL) { // Show full title on the work's page. @@ -314,9 +331,6 @@ @include size(min-height, 70px); } - a { - color: black; - } .author { @include size(font-size, 11px); @include mono; @@ -339,6 +353,10 @@ @include size(height, 57.6px); overflow: hidden; } + + a { + color: black; + } } }