Fixed full components
This commit is contained in:
@ -1,20 +0,0 @@
|
||||
import React from 'react';
|
||||
|
||||
import './stepForCandidate.scss'
|
||||
|
||||
export const StepsForCandidate = ({step}) => {
|
||||
return(
|
||||
<div className='step'>
|
||||
<div className='step__start'>
|
||||
<span>2</span>
|
||||
<p>шага для твоего входа в команду </p>
|
||||
</div>
|
||||
<div className='step__info'>
|
||||
<p>{step}</p>
|
||||
<span>из 2</span>
|
||||
</div>
|
||||
</div>
|
||||
)
|
||||
};
|
||||
|
||||
export default StepsForCandidate
|
20
src/components/StepsForCandidate/StepsForCandidate.jsx
Normal file
20
src/components/StepsForCandidate/StepsForCandidate.jsx
Normal file
@ -0,0 +1,20 @@
|
||||
import React from "react";
|
||||
|
||||
import "./stepForCandidate.scss";
|
||||
|
||||
export const StepsForCandidate = ({ step }) => {
|
||||
return (
|
||||
<div className="step">
|
||||
<div className="step__start">
|
||||
<span>2</span>
|
||||
<p>шага для твоего входа в команду </p>
|
||||
</div>
|
||||
<div className="step__info">
|
||||
<p>{step}</p>
|
||||
<span>из 2</span>
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
};
|
||||
|
||||
export default StepsForCandidate;
|
@ -4,7 +4,7 @@
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
top: -100px;
|
||||
padding:0 55px 0 85px;
|
||||
padding: 0 55px 0 85px;
|
||||
width: 100%;
|
||||
|
||||
@media (max-width: 965px) {
|
||||
@ -20,7 +20,7 @@
|
||||
font-weight: 900;
|
||||
font-size: 258px;
|
||||
line-height: 32px;
|
||||
color: #52B709;
|
||||
color: #52b709;
|
||||
}
|
||||
|
||||
p {
|
||||
@ -41,7 +41,7 @@
|
||||
display: flex;
|
||||
align-items: center;
|
||||
p {
|
||||
background: #DDEEC6;
|
||||
background: #ddeec6;
|
||||
border-radius: 44px;
|
||||
padding: 8px 26px;
|
||||
font-weight: 400;
|
||||
|
Reference in New Issue
Block a user