X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/298a2c3414d84d57ec9e691cfbc6d084530af278..4fb23ed3c3396d23a37a718fc857ecc8b36b0c7f:/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 24152507e..9ff6a0db8 100644 --- a/src/wolnelektury/static/2022/styles/layout/_annoy.scss +++ b/src/wolnelektury/static/2022/styles/layout/_annoy.scss @@ -116,7 +116,7 @@ .image-box { position: relative; img { - height: 160px; + height: 159px; display: block; @media screen and (max-width: 700px) { @@ -186,4 +186,22 @@ } } } + &.annoy-banner-style_crisis_quiet { + background: black; + color: white; + .annoy-banner-inner { + align-items: center; + + .text-box { + .text { + background: none; + padding: 0; + border: none; + a { + color: #ffd430; + } + } + } + } + } }