X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/1e9113af163a3d002b0b9c3e8c339f22af5b848a..ae60b2a3949e96357477cc04f90fd0873cee8a92:/apps/wolnelektury_core/static/scss/main/cite.scss diff --git a/apps/wolnelektury_core/static/scss/main/cite.scss b/apps/wolnelektury_core/static/scss/main/cite.scss deleted file mode 100755 index cd11ec112..000000000 --- a/apps/wolnelektury_core/static/scss/main/cite.scss +++ /dev/null @@ -1,47 +0,0 @@ -.cite { - display: block; - color: black; - background: white; - @include size(padding, 30px 20px 1px 80px); - - .vip { - margin: 0; - color: #575C63; - @include size(font-size, 11px); - } - - .cite-body { - @include size(font-size, 18px); - line-height: 1.3em; - } - - blockquote { - padding: 0; - margin: 0; - - p { - margin: 0; - } - } - - .source - { - color: #444; - @include mono; - @include size(font-size, 11px); - @include size(margin-top, 16px); - } -} - - - - -.book-wide-box .cite { - background-color: #f7f7f7; - vertical-align: middle; - @include min-screen(1000px) { - @include size(width, 395px); - } - margin: 0; - @include size(padding, 10px); -}