X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/298a2c3414d84d57ec9e691cfbc6d084530af278..d5a6347a4687eff0f47e832407160bdec086bd75:/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..9d90c65ff 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) { @@ -158,11 +158,16 @@ flex-grow: 1; .l-checkout__support__bar span::after { - right: auto; - left: 5px; color: black; } } + .time-box { + width: 110px; + margin: auto; + } + .countdown { + margin: 0; + } } } @@ -186,4 +191,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; + } + } + } + } + } }