Skip to content

Commit

Permalink
Deploying to gh-pages from @ 7b5602c 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
MargoMarm committed Sep 28, 2023
1 parent 7b3e101 commit 2d2e662
Show file tree
Hide file tree
Showing 30 changed files with 83 additions and 78 deletions.
2 changes: 1 addition & 1 deletion 404.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<link rel="icon" type="image/svg+xml" href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAAAXNSR0IArs4c6QAAAZZJREFUaEPtV0tywjAMlXoCuiy9ihdwBlj1MoXLdAVnaDrjq5Qu2xPUjNOGUYIdK1Y8gYzYZIH1JL2nj41w5z+88/hBE5haQVVAFRAyoCUkJFBsrgqIKRQCqAJCAsXm81bg58U8UooWb/ZbTBkDgPpN+exV4LQxruOvWh7tmhFD9pGAT1gebTTO6B+fW7NDB6/dSPrAsqMmhqEEEGH9dLBVCP8qgdPGvJODq1tI4D+GyiF8PB/sjsbUSiDGOjWYQgHq3yHsaRKawBh1TzFCPTArBQCgNQnxa2sujeoc0AYOkutr8AEgOBGkari/qXc1OLq4TQx+MmFKMmlQhe3rBDzryawLB5INX08hX0a/AKvQ4gogV4iwz/bYY8iNwS+2BqY1Rjlq6B5ISJfqSV1kN11CXl1/H/LfWENPlEC9d5KXOVqefjKFFtsUCXTrPnob7fbX0MfFGKM1NAmzHjRNMEOed2Mk4DGGPGXn/agfi9GSOKpASXY52KoAh6WSZ1SBkuxysFUBDkslz6gCJdnlYKsCHJZKnjkDOOrAkNUq6lcAAAAASUVORK5CYII=">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Power Pulse</title>
<script type="module" crossorigin src="/september-project/assets/index-bf61e43f.js"></script>
<script type="module" crossorigin src="/september-project/assets/index-c9cecb98.js"></script>
<link rel="stylesheet" href="/september-project/assets/index-f229c898.css">
</head>
<body>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import{n as i,c as e,m as p,P as o,j as u}from"./index-bf61e43f.js";const b=i.button`
import{n as i,c as e,m as p,P as o,j as u}from"./index-c9cecb98.js";const b=i.button`
display: inline-flex;
align-items: center;
justify-content: center;
Expand Down
51 changes: 28 additions & 23 deletions assets/BtnSubtitle-6b1a50d7.js → assets/BtnSubtitle-4bf829cb.js
Original file line number Diff line number Diff line change
@@ -1,93 +1,98 @@
import{n as o,m as i,c as s,P as r,r as w,j as e,s as l,L as B}from"./index-bf61e43f.js";import{F as E,a as R,c as T,b as m,d as F,E as h}from"./formik.esm-cb532871.js";import{B as I}from"./BtnSubmit-d9815895.js";import{B as A}from"./ButtonIconForInput-7559d674.js";import{s as j}from"./styled-components.browser.esm-6c67442d.js";const W=o(E)`
import{n as r,m as s,c as i,P as o,r as w,j as e,s as l,L as B}from"./index-c9cecb98.js";import{F as E,a as R,c as T,b as m,d as F,E as h}from"./formik.esm-6d2d7948.js";import{B as I}from"./BtnSubmit-8cec96a1.js";import{B as A}from"./ButtonIconForInput-a5043276.js";import{s as j}from"./styled-components.browser.esm-5921131f.js";const W=r(E)`
margin-top: 28px;
${i.tablet} {
${s.tablet} {
margin-top: 32px;
width: 364px;
}
`,L=o.div`
`,L=r.div`
display: flex;
flex-direction: column;
align-items: flex-start;
gap: 32px;
margin-bottom: 32px;
${i.mobile} {
${s.mobile} {
gap: 33px;
margin-bottom: 34px;
}
${i.tablet} {
${s.tablet} {
gap: 34px;
margin-bottom: 54px;
}
`,u=o.div`
`,u=r.div`
position: relative;
width: 100%;
`,g=o(R)`
`,g=r(R)`
height: 42px;
width: 100%;
${i.tablet} {
${s.tablet} {
height: 48px;
}
padding-left: 14px;
padding-right: 14px;
border-radius: 12px;
border: 1px solid ${s.textWhite03};
border: 1px solid ${i.textWhite03};
font-size: 16px;
font-weight: 400;
line-height: 150%;
outline: none;
color: ${s.textWhite06};
color: ${i.textWhite06};
background-color: transparent;
&:focus-visible {
border: 1px solid ${s.orange};
border: 1px solid ${i.orange};
}
&[data-touch=true]{
border-color: ${s.textSuccess};
border-color: ${i.textSuccess};
}
`,b=o.div`
`,b=r.div`
position: absolute;
${i.smallMobile} {
${s.smallMobile} {
bottom: -28px;
}
${i.Mobile} {
${s.Mobile} {
bottom: -29px;
}
${i.tablet} {
${s.tablet} {
bottom: -30px;
}
`,f=o.div`
`,f=r.div`
display: flex;
align-items: center;
justify-content: center;
gap: 4px;
font-size: 12px;
color: ${s.textError};
`,Z=/^\w+@[a-zA-Z_]+?\.[a-zA-Z]{2,3}$/,C=/^(?=.*[a-zA-Z]{6,})(?=.*\d)[a-zA-Z\d]{7,}$/;function M({nameIsShown:n,btnTitle:d,onSubmit:c}){const[y,$]=w.useState(!1),[v,q]=w.useState("password"),S=t=>t?m().required("Name is required"):null,k=T().shape({name:S(n),email:m().matches(Z,{message:"Email must be valid! For example: [email protected]"}).email("Invalid email").required("Email is required"),password:m().matches(C,{message:"Password must contain 6+ letters, 1 number, and 1+ letter or number"}).required("Password is required")}),P=n?{name:"",email:"",password:""}:{email:"",password:""},z=()=>{$(t=>!t),q(t=>{if(t==="password")return"text";if(t==="text")return"password"})};return e.jsx(F,{initialValues:P,onSubmit:c,validationSchema:k,children:({handleBlur:t,touched:p,errors:x})=>e.jsxs(W,{children:[e.jsxs(L,{children:[n&&e.jsxs(u,{children:[e.jsx(g,{id:"name",type:"text",placeholder:"name",name:"name",onBlur:t,"data-touch":p.name&&!x.name}),e.jsx(b,{children:e.jsx(h,{name:"name",children:a=>e.jsxs(f,{children:[e.jsx("svg",{width:"20",height:"20",children:e.jsx("use",{href:l+"#icon-checkbox-circle-fill"})}),a]})})})]}),e.jsxs(u,{children:[e.jsx(g,{id:"email",type:"email",placeholder:"Email",name:"email",onBlur:t,"data-touch":p.email&&!x.email}),e.jsx(b,{children:e.jsx(h,{name:"email",children:a=>e.jsxs(f,{children:[e.jsx("svg",{width:"20",height:"20",children:e.jsx("use",{href:l+"#icon-checkbox-circle-fill"})}),a]})})})]}),e.jsxs(u,{children:[e.jsx(g,{id:"password",type:v,placeholder:"Password",name:"password",onBlur:t,"data-touch":p.password&&!x.password}),e.jsx(A,{type:"button",right:"16px",onClick:z,children:e.jsx("svg",{width:"20",height:"20",children:e.jsx("use",{href:l+`${y?"#icon-eye-off":"#icon-eye"}`})})}),e.jsx(b,{children:e.jsx(h,{name:"password",children:a=>e.jsxs(f,{children:[e.jsx("svg",{width:"20",height:"20",children:e.jsx("use",{href:l+"#icon-checkbox-circle-fill"})}),a]})})})]})]}),e.jsx(I,{title:d,fontSize:"20px"})]})})}M.propTypes={nameIsShown:r.bool.isRequired,btnTitle:r.string.isRequired,onSubmit:r.func.isRequired};const N=j.span`
color: ${s.textWhite06};
color: ${i.textError};
`,Z=/^\w+@[a-zA-Z_]+?\.[a-zA-Z]{2,3}$/,C=/^(?=.*[a-zA-Z]{6,})(?=.*\d)[a-zA-Z\d]{7,}$/;function M({nameIsShown:n,btnTitle:d,onSubmit:c}){const[$,y]=w.useState(!1),[v,q]=w.useState("password"),S=t=>t?m().required("Name is required"):null,k=T().shape({name:S(n),email:m().matches(Z,{message:"Email must be valid! For example: [email protected]"}).email("Invalid email").required("Email is required"),password:m().matches(C,{message:"Password must contain 6+ letters, 1 number, and 1+ letter or number"}).required("Password is required")}),z=n?{name:"",email:"",password:""}:{email:"",password:""},P=()=>{y(t=>!t),q(t=>{if(t==="password")return"text";if(t==="text")return"password"})};return e.jsx(F,{initialValues:z,onSubmit:c,validationSchema:k,children:({handleBlur:t,touched:p,errors:x})=>e.jsxs(W,{children:[e.jsxs(L,{children:[n&&e.jsxs(u,{children:[e.jsx(g,{id:"name",type:"text",placeholder:"name",name:"name",onBlur:t,"data-touch":p.name&&!x.name}),e.jsx(b,{children:e.jsx(h,{name:"name",children:a=>e.jsxs(f,{children:[e.jsx("svg",{width:"20",height:"20",children:e.jsx("use",{href:l+"#icon-checkbox-circle-fill"})}),a]})})})]}),e.jsxs(u,{children:[e.jsx(g,{id:"email",type:"email",placeholder:"Email",name:"email",onBlur:t,"data-touch":p.email&&!x.email}),e.jsx(b,{children:e.jsx(h,{name:"email",children:a=>e.jsxs(f,{children:[e.jsx("svg",{width:"20",height:"20",children:e.jsx("use",{href:l+"#icon-checkbox-circle-fill"})}),a]})})})]}),e.jsxs(u,{children:[e.jsx(g,{id:"password",type:v,placeholder:"Password",name:"password",onBlur:t,"data-touch":p.password&&!x.password}),e.jsx(A,{type:"button",right:"16px",onClick:P,children:e.jsx("svg",{width:"20",height:"20",children:e.jsx("use",{href:l+`${$?"#icon-eye-off":"#icon-eye"}`})})}),e.jsx(b,{children:e.jsx(h,{name:"password",children:a=>e.jsxs(f,{children:[e.jsx("svg",{width:"20",height:"20",children:e.jsx("use",{href:l+"#icon-checkbox-circle-fill"})}),a]})})})]})]}),e.jsx(I,{title:d,fontSize:"20px"})]})})}M.propTypes={nameIsShown:o.bool.isRequired,btnTitle:o.string.isRequired,onSubmit:o.func.isRequired};const N=j.span`
color: ${i.textWhite06};
font-family: Roboto;
font-size: 12px;
line-height: 150%;
`,V=j(B)`
color: ${s.white};
color: ${i.white};
font-family: Roboto;
font-size: 12px;
line-height: 150%;
text-decoration-line: underline;
margin-left: 5px;
transition: color 250ms cubic-bezier(0.075, 0.82, 0.165, 1);
&:hover,
&:focus {
color: ${i.orange};
}
`,_=j.div`
display: inline-block;
margin-top: 12px;
${i.tablet} {
${s.tablet} {
padding-left: 9px;
}
`,D=({text:n,linkText:d,to:c})=>e.jsxs(_,{children:[e.jsx(N,{children:n}),e.jsx(V,{to:c,children:d})]});D.propTypes={text:r.string.isRequired,linkText:r.string.isRequired,to:r.string.isRequired};export{M as A,D as B};
`,D=({text:n,linkText:d,to:c})=>e.jsxs(_,{children:[e.jsx(N,{children:n}),e.jsx(V,{to:c,children:d})]});D.propTypes={text:o.string.isRequired,linkText:o.string.isRequired,to:o.string.isRequired};export{M as A,D as B};
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import{n as i,c as n,P as o,j as c}from"./index-bf61e43f.js";const a=i.button`
import{n as i,c as n,P as o,j as c}from"./index-c9cecb98.js";const a=i.button`
position: absolute;
top: 50%;
right: ${({right:t})=>t||"0"};
Expand Down

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions assets/Diary-8131a602.js → assets/Diary-6d2ff1b0.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import{n as y,m,a as Z,O as ht,S as xt,j as o,c as j,N as mt,r as s,Z as ee,P as S,k as me,s as ne,u as Ie,V as yt,W as gt,X as bt}from"./index-bf61e43f.js";import{D as H,a as vt,m as jt}from"./descriptionTextMargin-82f76041.js";import{r as Ct}from"./react-responsive-1d8fa19b.js";import{T as wt}from"./Title-56b796f0.js";import{c as M,f as kt}from"./formatDate-d1383d55.js";import{c as q,j as v,C as Ot}from"./Calendar-f647b992.js";const Oe=y.ul`
import{n as y,m,a as Z,O as ht,S as xt,j as o,c as j,N as mt,r as s,Z as ee,P as S,k as me,s as ne,u as Ie,V as yt,W as gt,X as bt}from"./index-c9cecb98.js";import{D as H,a as vt,m as jt}from"./descriptionTextMargin-5f7fa091.js";import{r as Ct}from"./react-responsive-f4841320.js";import{T as wt}from"./Title-ff70d31a.js";import{c as M,f as kt}from"./formatDate-d1383d55.js";import{c as q,j as v,C as Ot}from"./Calendar-b3037e36.js";const Oe=y.ul`
display: grid;
gap: 13px;
Expand Down Expand Up @@ -630,5 +630,5 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
right: -14px;
top: 40%;
}
`,ft=s.forwardRef((e,r)=>{const{value:t,onClick:n}=e;return o.jsxs(Wr,{onClick:n,ref:r,children:[o.jsx(_r,{value:t||"",name:"name",readOnly:!0}),o.jsx(Vr,{children:o.jsx("use",{href:`${ne}#calendar`})})]})});ft.displayName="CustomInputForCalendar";const Jr=()=>{const[e,r]=s.useState(new Date),[t,n]=s.useState(""),i=Z($t),a=Z(Dt),u=Z(Et),x=Ie();s.useEffect(()=>{x(bt(t||c(t,e)))},[x,e,t]);const c=(d,p)=>{const f=kt(p);return n(f),r(p),f},l=(d,p)=>{const f=new Date(p);d==="nextDay"&&f.setDate(f.getDate()+1),d==="previousDay"&&f.setDate(f.getDate()-1),c(f,f)};return o.jsxs(Rr,{children:[o.jsx(wt,{text:"Diary",margin:Ar}),o.jsxs(Fr,{children:[o.jsx(Ot,{value:e,onChange:c,name:"name",dateFormat:"dd/MM/yyyy",customInput:o.jsx(ft,{}),withoutВorder:!0}),o.jsx(Ue,{onClick:()=>l("previousDay",e),children:o.jsx(Ke,{children:o.jsx("use",{href:ne+"#chevron-left"})})}),o.jsx(Ue,{onClick:()=>l("nextDay",e),children:o.jsx(Ke,{children:o.jsx("use",{href:ne+"#chevron-right"})})})]}),o.jsxs(Br,{children:[o.jsxs(Tr,{children:[o.jsx(Bt,{}),o.jsx(vt,{text:`Record all your meals in a calorie diary every day. This will help me be
aware of my nutrition and make me responsible for my choices.`,width:{tablet:593,desktop:390},margin:jt})]}),u?o.jsx(me,{size:"100"}):o.jsxs(zr,{children:[o.jsx(ke,{marginBottom:40,list:i,productTable:!0,date:t,to:"/products"}),o.jsx(ke,{list:a,exerciseTable:!0,date:t,to:"/exercises"})]})]})]})};export{Jr as default};
`,ft=s.forwardRef((e,r)=>{const{value:t,onClick:n}=e;return o.jsxs(Wr,{onClick:n,ref:r,children:[o.jsx(_r,{value:t||"",name:"name",readOnly:!0}),o.jsx(Vr,{children:o.jsx("use",{href:`${ne}#calendar`})})]})});ft.displayName="CustomInputForCalendar";const Jr=()=>{const[e,r]=s.useState(new Date),[t,n]=s.useState(""),i=Z($t),a=Z(Dt),u=Z(Et),x=Ie();s.useEffect(()=>{x(bt(t||c(t,e)))},[x,e,t]);const c=(d,p)=>{const f=kt(p);return n(f),r(p),f},l=(d,p)=>{const f=new Date(p);d==="nextDay"&&f.setDate(f.getDate()+1),d==="previousDay"&&f.setDate(f.getDate()-1),c(f,f)};return o.jsx("main",{children:o.jsxs(Rr,{children:[o.jsx(wt,{text:"Diary",margin:Ar}),o.jsxs(Fr,{children:[o.jsx(Ot,{value:e,onChange:c,name:"name",dateFormat:"dd/MM/yyyy",customInput:o.jsx(ft,{}),withoutВorder:!0}),o.jsx(Ue,{onClick:()=>l("previousDay",e),children:o.jsx(Ke,{children:o.jsx("use",{href:ne+"#chevron-left"})})}),o.jsx(Ue,{onClick:()=>l("nextDay",e),children:o.jsx(Ke,{children:o.jsx("use",{href:ne+"#chevron-right"})})})]}),o.jsxs(Br,{children:[o.jsxs(Tr,{children:[o.jsx(Bt,{}),o.jsx(vt,{text:`Record all your meals in a calorie diary every day. This will help me be
aware of my nutrition and make me responsible for my choices.`,width:{tablet:593,desktop:390},margin:jt})]}),u?o.jsx(me,{size:"100"}):o.jsxs(zr,{children:[o.jsx(ke,{marginBottom:40,list:i,productTable:!0,date:t,to:"/products"}),o.jsx(ke,{list:a,exerciseTable:!0,date:t,to:"/exercises"})]})]})]})})};export{Jr as default};
8 changes: 4 additions & 4 deletions assets/Error-a28824d3.js → assets/Error-8b05e8c4.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import{n as e,m as t,c as i,U as s,j as o,s as n,C as r}from"./index-bf61e43f.js";import{i as p}from"./exercises_desk_2x-1531e374.js";const d=e.div`
import{n as e,m as t,c as i,U as s,j as o,s as n,C as r}from"./index-c9cecb98.js";import{i as p}from"./exercises_desk_2x-1531e374.js";const d=e.div`
display: flex;
position: relative;
${t.mobile} {
Expand Down Expand Up @@ -43,7 +43,7 @@ import{n as e,m as t,c as i,U as s,j as o,s as n,C as r}from"./index-bf61e43f.js
padding-bottom: 96px;
height: 100vh;
}
`,g=e.h1`
`,x=e.h1`
margin-bottom: 14px;
color: ${i.white};
Expand All @@ -61,7 +61,7 @@ import{n as e,m as t,c as i,U as s,j as o,s as n,C as r}from"./index-bf61e43f.js
font-size: 160px;
margin-bottom: 28px;
}
`,x=e.p`
`,g=e.p`
margin-bottom: 28px;
color: ${i.white};
Expand Down Expand Up @@ -121,4 +121,4 @@ import{n as e,m as t,c as i,U as s,j as o,s as n,C as r}from"./index-bf61e43f.js
`,b=e.svg`
width: 100px;
height: 17px;
`,w=()=>{const{isLoggedIn:a}=s();return o.jsxs(d,{children:[o.jsxs(h,{children:[o.jsxs(c,{children:[o.jsx(m,{children:o.jsx("use",{href:n+"#icon-logo_error"})}),o.jsx(b,{children:o.jsx("use",{href:n+"#icon-PowerPulse"})})]}),o.jsx(g,{children:"404"}),o.jsx(x,{children:"Sorry, you have reached a page that we could not find. It seems that you are lost among the numbers and letters of our virtual space. Perhaps this page went on vacation or decided to disappear into another dimension. We apologize for this inconvenience."}),o.jsx(r,{type:"button",text:"Go Home",isorange:"true",to:a?"/diary":"/"})]}),o.jsx(l,{})]})};export{w as default};
`,w=()=>{const{isLoggedIn:a}=s();return o.jsx("main",{children:o.jsxs(d,{children:[o.jsxs(h,{children:[o.jsxs(c,{children:[o.jsx(m,{children:o.jsx("use",{href:n+"#icon-logo_error"})}),o.jsx(b,{children:o.jsx("use",{href:n+"#icon-PowerPulse"})})]}),o.jsx(x,{children:"404"}),o.jsx(g,{children:"Sorry, you have reached a page that we could not find. It seems that you are lost among the numbers and letters of our virtual space. Perhaps this page went on vacation or decided to disappear into another dimension. We apologize for this inconvenience."}),o.jsx(r,{type:"button",text:"Go Home",isorange:"true",to:a?"/diary":"/"})]}),o.jsx(l,{})]})})};export{w as default};
34 changes: 17 additions & 17 deletions assets/Exercises-e02903b5.js → assets/Exercises-cd46305e.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions assets/Home-4fb20318.js → assets/Home-06e3a2e3.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import{n as p,c as l,m as e,j as s,s as x,u as c,a as i,r as g,g as h,C as a}from"./index-bf61e43f.js";import{P as r}from"./ParamsBlockCard-e1a2e417.js";import{g as d,a as u,W as m,b as j,L as f}from"./selectors-f97f7489.js";const b=p.h1`
import{n as p,c as l,m as e,j as s,s as x,u as c,a as i,r as h,g,C as a}from"./index-c9cecb98.js";import{P as n}from"./ParamsBlockCard-71681e63.js";import{g as d,a as u,W as m,b as j,L as f}from"./selectors-4f378337.js";const b=p.h1`
letter-spacing: 0.38px;
font-weight: 500;
color: ${l.white};
Expand Down Expand Up @@ -40,4 +40,4 @@ import{n as p,c as l,m as e,j as s,s as x,u as c,a as i,r as g,g as h,C as a}fro
}
}
}
`;function w(){return s.jsxs(b,{children:["Transforming your"," ",s.jsxs("span",{children:["body"," ",s.jsx("svg",{children:s.jsx("use",{href:x+"#line"})})]})," ","shape with Power Pulse"]})}const v=()=>{const t=c(),n=i(d),o=i(u);return g.useEffect(()=>{t(h())},[t]),s.jsxs(s.Fragment,{children:[s.jsx(m,{}),s.jsxs(j,{children:[s.jsx(w,{}),s.jsxs(f,{children:[s.jsx("li",{children:s.jsx(a,{isorange:"true",text:"Sign up",to:"/signup"})}),s.jsx("li",{children:s.jsx(a,{text:"Sign in",to:"/signin"})})]}),s.jsx(r,{type:"grey",page:"auth",data:n}),s.jsx(r,{type:"orange",page:"auth",data:o,measure:"cal"})]})]})};export{v as default};
`;function w(){return s.jsxs(b,{children:["Transforming your"," ",s.jsxs("span",{children:["body"," ",s.jsx("svg",{children:s.jsx("use",{href:x+"#line"})})]})," ","shape with Power Pulse"]})}const v=()=>{const t=c(),r=i(d),o=i(u);return h.useEffect(()=>{t(g())},[t]),s.jsxs("main",{children:[s.jsx(m,{}),s.jsxs(j,{children:[s.jsx(w,{}),s.jsxs(f,{children:[s.jsx("li",{children:s.jsx(a,{isorange:"true",text:"Sign up",to:"/signup"})}),s.jsx("li",{children:s.jsx(a,{text:"Sign in",to:"/signin"})})]}),s.jsx(n,{type:"grey",page:"auth",data:r}),s.jsx(n,{type:"orange",page:"auth",data:o,measure:"cal"})]})]})};export{v as default};
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import{n as p,m as i,c as n,P as r,j as e}from"./index-bf61e43f.js";const x=p.div`
import{n as p,m as i,c as n,P as r,j as e}from"./index-c9cecb98.js";const x=p.div`
position: absolute;
top: ${t=>t.step==="2"?534:474}px;
left: ${t=>t.step==="2"?154:101}px;
Expand Down
Loading

0 comments on commit 2d2e662

Please sign in to comment.