X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/0d41de5708c34485a9e93a104ebff3a6e741f109..83519735375ead9517718073daa28557ec71bd27:/src/wolnelektury/static/scss/main/book_box.scss?ds=sidebyside diff --git a/src/wolnelektury/static/scss/main/book_box.scss b/src/wolnelektury/static/scss/main/book_box.scss index f337666ea..51d3fece2 100755 --- a/src/wolnelektury/static/scss/main/book_box.scss +++ b/src/wolnelektury/static/scss/main/book_box.scss @@ -86,6 +86,7 @@ .title { @include size(font-size, 14px); color: #242424; + white-space: normal; } } @@ -387,10 +388,16 @@ .book-box-read { a { @include mono; + display: inline-block; + background: #0D7E85; + color: white; + @include size(width, 200px); + text-align: center; + @include size(margin-bottom, 5px); } a:before { - content: url("/static/img/read.png"); + content: url("/static/img/read-white.png"); @include size(font-size, 25px); @include size(margin-right, 3.71px); vertical-align: middle;