X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/13cee1a7148844ffcd026ad0b541a3289fbafefa..ecf6c60ce9eb3a07f3b0dd1403f7c69db135fcc9:/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 old mode 100755 new mode 100644 index 6e71fbca5..f9e2d6b82 --- a/src/wolnelektury/static/scss/main/book_box.scss +++ b/src/wolnelektury/static/scss/main/book_box.scss @@ -390,6 +390,16 @@ @include size(margin-left, 139px + 15px); } + &.book-box-tools-warn { + font-size: 1rem; + margin-bottom: 1em; + max-width: 32em; + border: 1px solid #888; + padding: 1em; + box-sizing: border-box; + } + + li { @include mono; margin-top: 0; @@ -558,4 +568,4 @@ background-image:linear-gradient(to right,rgba(255,255,255,0),#ffffff 50%) } } -} \ No newline at end of file +}