fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Book with donation.
[wolnelektury.git]
/
src
/
wolnelektury
/
static
/
2022
/
more.scss
diff --git
a/src/wolnelektury/static/2022/more.scss
b/src/wolnelektury/static/2022/more.scss
index
0a2ba06
..
3733e3c
100644
(file)
--- a/
src/wolnelektury/static/2022/more.scss
+++ b/
src/wolnelektury/static/2022/more.scss
@@
-451,6
+451,10
@@
form {
}
}
}
}
+.l-checkout__support__bar {
+ overflow: hidden;
+}
+
.l-change-pop {
margin-bottom: 18px;
.l-change-pop {
margin-bottom: 18px;
@@
-465,3
+469,21
@@
form {
background: #92BD39;
}
}
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;
+ }
+}