Add banner style.
[wolnelektury.git] / src / wolnelektury / static / 2022 / styles / layout / _annoy.scss
index 2415250..9ff6a0d 100644 (file)
            .image-box {
                position: relative;
                img {
-                   height: 160px;
+                   height: 159px;
                    display: block;
 
                    @media screen and (max-width: 700px) {
            }
        }
     }
+    &.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;
+                   }
+               }
+           }
+       }
+    }
 }