petits ajustements sur les animations et l'ordre des elements
parent
387f4df73b
commit
c7867fa91a
|
@ -43,7 +43,6 @@ export default class Simu extends Component {
|
|||
height: displayResults ? 'auto' : 0,
|
||||
opacity: displayResults ? 1 : 0
|
||||
}}
|
||||
delay={2000}
|
||||
native>
|
||||
{styles => (
|
||||
<animated.div
|
||||
|
@ -53,7 +52,7 @@ export default class Simu extends Component {
|
|||
overflow: 'hidden',
|
||||
flexWrap: 'wrap',
|
||||
fontSize: '110%',
|
||||
justifyContent: 'space-between'
|
||||
justifyContent: 'space-evenly'
|
||||
}}>
|
||||
<button
|
||||
className="ui__ link-button"
|
||||
|
|
|
@ -17,15 +17,15 @@ const RegisterMyCompany = ({ match }: Props) => (
|
|||
register your company with the French administration.
|
||||
</p>
|
||||
<ul className="ui__ no-bullet">
|
||||
<li>
|
||||
<input type="checkbox" checked /> Choose the legal status
|
||||
</li>
|
||||
<li>
|
||||
<input type="checkbox" /> Finding a corporate name and a trade name
|
||||
</li>
|
||||
<li>
|
||||
<input type="checkbox" /> Find a space (or work at home)
|
||||
</li>
|
||||
<li>
|
||||
<input type="checkbox" checked /> Choose the legal status
|
||||
</li>
|
||||
<li>
|
||||
<input type="checkbox" /> Register your company online on{' '}
|
||||
<a href="https://www.guichet-entreprises.fr/en/">
|
||||
|
@ -52,13 +52,16 @@ const RegisterMyCompany = ({ match }: Props) => (
|
|||
</ul>
|
||||
<p>
|
||||
You can add this page to your favorite and keep track of your progress in
|
||||
the different administrative tasks. Now that you have a properly
|
||||
the different administrative tasks.
|
||||
</p><p>Now that you have a properly
|
||||
registered company, the next steps is to{' '}
|
||||
<strong>hire your first employee</strong>
|
||||
</p>
|
||||
<Link className="ui__ button cta" to="/hiring-and-social-security">
|
||||
<div style={{textAlign: 'center'}}>
|
||||
<Link className="ui__ button" to="/hiring-and-social-security">
|
||||
Simulate hiring cost in France
|
||||
</Link>
|
||||
</div>
|
||||
</Animate.fromBottom>
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue