fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
fix findable
[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
779324a
..
89b97f1
100644
(file)
--- a/
src/wolnelektury/static/2022/styles/layout/_checkout.scss
+++ b/
src/wolnelektury/static/2022/styles/layout/_checkout.scss
@@
-188,11
+188,15
@@
.l-switch label {
color: #fff;
font-weight: 600;
.l-switch label {
color: #fff;
font-weight: 600;
- font-size:
21
.5px;
+ font-size:
18
.5px;
line-height: 26px;
transition: color .2s ease;
width: 122px;
cursor: pointer;
line-height: 26px;
transition: color .2s ease;
width: 122px;
cursor: pointer;
+
+ @include rwd($break-flow) {
+ font-size: 21.5px;
+ }
}
.l-switch label:nth-of-type(1) {
}
.l-switch label:nth-of-type(1) {
@@
-349,6
+353,12
@@
background: rgba(#92BD39, 0.75);
}
}
background: rgba(#92BD39, 0.75);
}
}
+ img {
+ display: none;
+ @include rwd($break-flow) {
+ display: block;
+ }
+ }
&.is-active {
box-shadow: 0px 0px 20px rgba(55, 170, 156, 0.35);
&.is-active {
box-shadow: 0px 0px 20px rgba(55, 170, 156, 0.35);
@@
-527,6
+537,7
@@
span { color: #FF4C54; }
}
input, select, textarea {
span { color: #FF4C54; }
}
input, select, textarea {
+ width: 100%;
height: 56px;
background: #FFFFFF;
border: 1px solid #D5ECED;
height: 56px;
background: #FFFFFF;
border: 1px solid #D5ECED;
@@
-541,19
+552,25
@@
}
button {
}
button {
- height:
56
px;
+ height:
40
px;
background: #083F4D;
background: #083F4D;
+ border: none;
border-radius: 3px;
font-weight: 600;
border-radius: 3px;
font-weight: 600;
- font-size:
20
px;
+ font-size:
16
px;
line-height: 25px;
display: flex;
align-items: center;
justify-content: center;
text-align: center;
line-height: 25px;
display: flex;
align-items: center;
justify-content: center;
text-align: center;
- margin-left: 32px;
color: #FFFFFF;
color: #FFFFFF;
- width: 340px;
+
+ @include rwd($break-flow) {
+ height: 56px;
+ font-size: 20px;
+ width: 340px;
+ margin-left: 32px;
+ }
}
}
}
}
@@
-586,7
+603,7
@@
}
}
&:nth-child(2) {
}
}
&:nth-child(2) {
- width: calc(100% -
340
px);
+ width: calc(100% -
402
px);
}
&.full {
width: 100%;
}
&.full {
width: 100%;
@@
-635,9
+652,15
@@
}
.l-checkout__form__row {
}
.l-checkout__form__row {
- display: flex;
+ display: flex;
+ flex-direction: column;
+ gap: 20px;
margin-bottom: 24px;
margin-bottom: 24px;
+ @include rwd($break-flow) {
+ flex-direction: row;
+ }
+
&:nth-child(4) {
.l-checkout__input {
&:nth-child(1) { width: 172px; }
&:nth-child(4) {
.l-checkout__input {
&:nth-child(1) { width: 172px; }
@@
-647,14
+670,8
@@
&.full {
flex-direction: column;
&.full {
flex-direction: column;
-
- .l-checkout__input {
- &:nth-child(1) {
- padding-right: 0;
- }
- &:nth-child(2) {
- padding-left: 0;
- }
+ @include rwd($break-flow) {
+ flex-direction: column;
}
}
}
}
@@
-673,12
+690,6
@@
.l-checkout__input {
width: 100%;
.l-checkout__input {
width: 100%;
- &:nth-child(1) {
- padding-right: 10px;
- }
- &:nth-child(2) {
- padding-left: 10px;
- }
}
& > a {
}
& > a {
@@
-694,13
+705,23
@@
}
&.confirm {
}
&.confirm {
- display: flex;
+ display: flex;
+ flex-direction: row;
align-items: center;
align-items: center;
- justify-content: s
pace-between
;
+ justify-content: s
tretch
;
width: 100%;
width: 100%;
+ gap: 50px;
+ @include rwd($break-flow) {
+ justify-content: space-between;
+ }
+
.l-checkout__input {
.l-checkout__input {
- width: auto;
+ flex-grow: 1;
+ @include rwd($break-flow) {
+ width: auto;
+ flex-grow: 0;
+ }
}
}
.errorlist {
}
}
.errorlist {