fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
fix
[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
320a7d8
..
870da23
100644
(file)
--- a/
src/wolnelektury/static/2022/styles/layout/_checkout.scss
+++ b/
src/wolnelektury/static/2022/styles/layout/_checkout.scss
@@
-174,6
+174,7
@@
align-items: center;
justify-content: center;
margin-top: 35px;
align-items: center;
justify-content: center;
margin-top: 35px;
+ width: 100%;
}
.l-switch {
}
.l-switch {
@@
-186,7
+187,7
@@
}
.l-switch label {
}
.l-switch label {
- color: #
fff
;
+ color: #
74BDC2
;
font-weight: 600;
font-size: 18.5px;
line-height: 26px;
font-weight: 600;
font-size: 18.5px;
line-height: 26px;
@@
-221,10
+222,23
@@
z-index: 2;
}
z-index: 2;
}
+.toggle-input-left:checked ~ .l-switch__wrapper {
+ .toggle-for-left {
+ color: #003C3C;
+ }
+ .toggle {
+ left: 5px;
+ }
+}
+.toggle-input-right:checked ~ .l-switch__wrapper {
+ .toggle-for-right {
+ color: #003C3C;
+ }
+ .toggle {
+ left: 39px;
+ }
+}
.l-switch input:checked~label:nth-of-type(1) { color: #003C3C; }
.l-switch input:checked~label:nth-of-type(1) { color: #003C3C; }
-.l-switch input:checked~label:nth-of-type(2) { color: #74BDC2; }
-
-.l-switch input~:checked~label:nth-of-type(1) { color: #74BDC2; }
.l-switch input~:checked~label:nth-of-type(2) { color: #003C3C; }
.l-switch input:checked~.toggle {
.l-switch input~:checked~label:nth-of-type(2) { color: #003C3C; }
.l-switch input:checked~.toggle {
@@
-1007,6
+1021,7
@@
> div, > button {
width: calc(33.333% - 20px);
> div, > button {
width: calc(33.333% - 20px);
+ margin-left: 24px;
}
}
}
}
}
}