fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
fix colors
[wolnelektury.git]
/
src
/
wolnelektury
/
static
/
2022
/
styles
/
layout
/
_checkout.scss
diff --git
a/src/wolnelektury/static/2022/styles/layout/_checkout.scss
b/src/wolnelektury/static/2022/styles/layout/_checkout.scss
index
636580a
..
28fd1ce
100644
(file)
--- a/
src/wolnelektury/static/2022/styles/layout/_checkout.scss
+++ b/
src/wolnelektury/static/2022/styles/layout/_checkout.scss
@@
-1069,3
+1069,12
@@
display: none;
}
}
+
+
+.checkout-infobar {
+ margin: 0 0 20px;
+ padding: 20px;
+ border-radius: 10px;
+ border: 1px solid #edc016;
+ background: #edc016;
+}