|
|
@ -37,13 +37,13 @@ |
|
|
|
} |
|
|
|
} |
|
|
|
.Part1Cont h2{ |
|
|
|
.Part1Cont h2{ |
|
|
|
width:65%; |
|
|
|
width:65%; |
|
|
|
font-size: 27px; |
|
|
|
font-size: 25px; |
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.Part1Cont p{ |
|
|
|
.Part1Cont p{ |
|
|
|
width:65%; |
|
|
|
width:65%; |
|
|
|
font-size: 15px; |
|
|
|
font-size: 13px; |
|
|
|
} |
|
|
|
} |
|
|
|
.stepsOfSignUp{ |
|
|
|
.stepsOfSignUp{ |
|
|
|
display: flex; |
|
|
|
display: flex; |
|
|
@ -54,7 +54,7 @@ |
|
|
|
width:32.5%; |
|
|
|
width:32.5%; |
|
|
|
} |
|
|
|
} |
|
|
|
.stepsOfSignUp .step .firstStep{ |
|
|
|
.stepsOfSignUp .step .firstStep{ |
|
|
|
padding: 10px 15px; |
|
|
|
padding: 10px 20px; |
|
|
|
color:white; |
|
|
|
color:white; |
|
|
|
border-radius:50% ; |
|
|
|
border-radius:50% ; |
|
|
|
background: linear-gradient(45deg, white, #006FFF); |
|
|
|
background: linear-gradient(45deg, white, #006FFF); |
|
|
@ -63,7 +63,7 @@ |
|
|
|
font-weight: bold; |
|
|
|
font-weight: bold; |
|
|
|
} |
|
|
|
} |
|
|
|
.stepsOfSignUp .step .secondStep{ |
|
|
|
.stepsOfSignUp .step .secondStep{ |
|
|
|
padding: 10px 15px; |
|
|
|
padding: 10px 18px; |
|
|
|
color:white; |
|
|
|
color:white; |
|
|
|
border-radius:50% ; |
|
|
|
border-radius:50% ; |
|
|
|
background: linear-gradient(45deg, white, #FF0900); |
|
|
|
background: linear-gradient(45deg, white, #FF0900); |
|
|
@ -72,7 +72,7 @@ |
|
|
|
font-weight: bold; |
|
|
|
font-weight: bold; |
|
|
|
} |
|
|
|
} |
|
|
|
.stepsOfSignUp .step .thirdStep{ |
|
|
|
.stepsOfSignUp .step .thirdStep{ |
|
|
|
padding: 10px 15px; |
|
|
|
padding: 10px 18px; |
|
|
|
color:white; |
|
|
|
color:white; |
|
|
|
border-radius:50% ; |
|
|
|
border-radius:50% ; |
|
|
|
background: linear-gradient(45deg, white, #00FF2B); |
|
|
|
background: linear-gradient(45deg, white, #00FF2B); |
|
|
@ -84,10 +84,16 @@ |
|
|
|
|
|
|
|
|
|
|
|
margin:10px; |
|
|
|
margin:10px; |
|
|
|
padding: 10px; |
|
|
|
padding: 10px; |
|
|
|
font-size: 15px; |
|
|
|
font-size: 13px; |
|
|
|
} |
|
|
|
} |
|
|
|
.HomePart1 .switchSection{ |
|
|
|
.HomePart1 .switchSection{ |
|
|
|
display: flex; |
|
|
|
display: flex; |
|
|
|
flex-direction: column; |
|
|
|
flex-direction: column; |
|
|
|
align-items: center; |
|
|
|
align-items: center; |
|
|
|
|
|
|
|
margin: 20px; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
@media only screen and (max-width:1000px){ |
|
|
|
|
|
|
|
.HomePart1 .mobileMockupcontainer{ |
|
|
|
|
|
|
|
display: none; |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
} |