fix colors
[wolnelektury.git] / src / wolnelektury / static / 2022 / styles / layout / _checkout.scss
index 636580a..28fd1ce 100644 (file)
        display: none;
     }
 }
        display: none;
     }
 }
+
+
+.checkout-infobar {
+    margin: 0 0 20px;
+    padding: 20px;
+    border-radius: 10px;
+    border: 1px solid #edc016;
+    background: #edc016;
+}