Schedules, fundings, polls, libraries
[wolnelektury.git] / src / wolnelektury / static / 2022 / more.scss
index 0a2ba06..3733e3c 100644 (file)
@@ -451,6 +451,10 @@ form {
     }
 }
 
+.l-checkout__support__bar {
+    overflow: hidden;
+}
+
 
 .l-change-pop {
     margin-bottom: 18px;
@@ -465,3 +469,21 @@ form {
         background: #92BD39;
     }
 }
+
+
+.poll-bar {
+    height: 10px;
+    width: 100%;
+    display: block;
+    border-radius: 5px;
+    position: relative;
+    overflow: hidden;
+
+    .poll-bar-inner {
+      height: 100%;
+      position: absolute;
+      border-radius: 5px;
+      background-color: #006066;
+      top: 0; left: 0;
+    }
+}