fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Add pz field
[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
870da23
..
593794b
100644
(file)
--- a/
src/wolnelektury/static/2022/styles/layout/_checkout.scss
+++ b/
src/wolnelektury/static/2022/styles/layout/_checkout.scss
@@
-11,6
+11,7
@@
border-radius: 10px;
width: 100%; height: 34px;
position: relative;
border-radius: 10px;
width: 100%; height: 34px;
position: relative;
+ flex: 1;
span {
position: absolute;
top: 0; left: 0;
span {
position: absolute;
top: 0; left: 0;
@@
-18,13
+19,19
@@
background: #92BD39;
border-radius: 10px;
&:after {
background: #92BD39;
border-radius: 10px;
&:after {
+ white-space: nowrap;
+ color: #083F4D;
+ top: 0; left:10px; bottom: 2px;
+ @include rwd($B5) {
+ color: #FFFFFF;
+ right: 13px;
+ left: auto;
+ }
margin: auto;
position: absolute;
margin: auto;
position: absolute;
- top: 0; right: 13px; bottom: 2px;
content: attr(data-label);
font-weight: bold;
font-size: 15px;
content: attr(data-label);
font-weight: bold;
font-size: 15px;
- color: #FFFFFF;
display: flex;
align-items: center;
justify-content: center;
display: flex;
align-items: center;
justify-content: center;
@@
-36,7
+43,8
@@
display: flex;
margin-top: 7px;
justify-content: space-between;
display: flex;
margin-top: 7px;
justify-content: space-between;
- align-items: center;
+ align-items: flex-start;
+ gap: 15px;
p {
margin: 0;
font-weight: normal;
p {
margin: 0;
font-weight: normal;