🎨 Typographie des contreparties aux cotisations
parent
c7867fa91a
commit
bdf8264437
|
@ -9,7 +9,7 @@
|
|||
<title>🚀 Launch in France</title>
|
||||
<meta name="description" content="Simulation du prix d'une embauche en France et calcul du salaire net à partir du brut : CDD, statut cadre, cotisations sociales, retraite..." data-react-helmet="true">
|
||||
<!-- data-helmet pour que React Helmet puisse écraser ce meta par défaut -->
|
||||
<link href='https://fonts.googleapis.com/css?family=Roboto:400,500,600|IBM+Plex+Sans' rel='stylesheet' type='text/css'>
|
||||
<link href='https://fonts.googleapis.com/css?family=Roboto:300,400,500,600|IBM+Plex+Sans' rel='stylesheet' type='text/css'>
|
||||
<link rel="manifest" href="/manifest.webmanifest">
|
||||
<style>
|
||||
/* Prevent FOUC effect */
|
||||
|
|
|
@ -27,6 +27,8 @@
|
|||
|
||||
.distribution-chart__counterparts {
|
||||
width: 20em;
|
||||
line-height: 1.2em;
|
||||
font-weight: 300;
|
||||
}
|
||||
|
||||
.distribution-chart__item:hover .distribution-chart__bar {
|
||||
|
@ -82,7 +84,7 @@
|
|||
}
|
||||
|
||||
.distribution-chart__branche-name {
|
||||
font-weight: bold;
|
||||
font-weight: 500;
|
||||
}
|
||||
.distribution-chart__icon {
|
||||
font-size: 200%;
|
||||
|
|
Loading…
Reference in New Issue