X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/d7b89d3f41ba44a7f327652014e6baff6999f70e..f59de09387c7ceb7d6ab2ccf6ea25cb4be8dacb5:/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 5c7649835..f6b619a76 100644 --- a/src/wolnelektury/static/2022/styles/layout/_annoy.scss +++ b/src/wolnelektury/static/2022/styles/layout/_annoy.scss @@ -284,6 +284,7 @@ } } + .annoy-banner_book-page-center { background: white; margin-top: 50px; @@ -305,3 +306,59 @@ } } } + + + + + +.annoy-banner_seasonal { + background-color: #ffd430; + color: #083F4D; + border-radius: 10px; + padding: 15px 20px; + margin-top: 20px; + cursor: pointer; + + .annoy-banner-inner { + display: flex; + flex-direction: row; + gap: 20px; + align-items: flex-start; + justify-content: space-between; + + p { + margin: 0; + } + a { + line-height: 1.35; + color: #c32721; + white-space: nowrap; + border: solid #c32721; + border-width: 0 0 1px; + + &:hover { + text-decoration: none; + border-bottom-width: 2px; + } + } + a.action { + color: #fff; + background: #c92834; + padding: 9px 20px; + font-weight: 600; + border-radius: 15px; + border-width: 0; + &:hover { + border-bottom-width: 0; + } + } + + } + .state-box { + margin-top: 15px; + } + .bar-status-box { + display: flex; + justify-content: space-between; + } +}