X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/3670d9ac30e5610b64449450a1f0ef985eb9347d..0188fd570c9698cf2e3a3ee41df142f33329cb38:/src/wolnelektury/static/2022/styles/layout/_annoy.scss diff --git a/src/wolnelektury/static/2022/styles/layout/_annoy.scss b/src/wolnelektury/static/2022/styles/layout/_annoy.scss index b02cbafee..f0885348c 100644 --- a/src/wolnelektury/static/2022/styles/layout/_annoy.scss +++ b/src/wolnelektury/static/2022/styles/layout/_annoy.scss @@ -271,7 +271,6 @@ } a { line-height: 1.35; - flex-grow: 1; color: #c32721; white-space: nowrap; border: solid #c32721; @@ -284,3 +283,23 @@ } } } + +.annoy-banner_book-page-center { + background: white; + margin-top: 20px; + padding: 20px; + border: 1px solid #018189; + border-radius: 15px; + color:#018189; + + .annoy-banner-inner { + display: flex; + gap: 15px; + img { + max-width: 200px; + } + p { + margin: 0; + } + } +}