fix
[wolnelektury.git] / src / wolnelektury / static / 2022 / styles / layout / _annoy.scss
index 2415250..9d90c65 100644 (file)
            .image-box {
                position: relative;
                img {
-                   height: 160px;
+                   height: 159px;
                    display: block;
 
                    @media screen and (max-width: 700px) {
                        flex-grow: 1;
 
                        .l-checkout__support__bar span::after {
-                           right: auto;
-                           left: 5px;
                            color: black;
                        }
                    }
+                   .time-box {
+                       width: 110px;
+                       margin: auto;
+                   }
+                   .countdown {
+                       margin: 0;
+                   }
                }
            }
 
            }
        }
     }
+    &.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;
+                   }
+               }
+           }
+       }
+    }
 }