X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/a24770e8372cc1f4cadcc489967f04cf78069f99..0679f997bb4e0583f2425b0abd07186e44c26915:/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 726bb5a21..1554b6a84 100755 --- a/src/wolnelektury/static/scss/main/book_box.scss +++ b/src/wolnelektury/static/scss/main/book_box.scss @@ -297,7 +297,8 @@ .book-box-head, .tags, - .book-box-tools { + .book-box-tools, + .abstract { @include min-screen($S_BOOK_SHORT_FULL) { margin-left: 154px; } @@ -372,6 +373,18 @@ } } + .abstract { + @include size(font-size, 16px); + line-height: 1.2em; + @include size(margin-bottom, 18px); + @include size(margin-top, 18px); + + p.paragraph { + @include size(margin-bottom, 9px); + @include size(margin-top, 9px); + } + } + } .book-box-tools {