Skip to content
Snippets Groups Projects
Commit b073c812 authored by Yoan VALLET's avatar Yoan VALLET
Browse files

feat: adjust nwh modale style

parent 6f91fc19
Branches
Tags
2 merge requests!15Merge Dev to Master,!13Features/add news icons
...@@ -21,18 +21,24 @@ const NegaWattModal: React.FC<NegaWattModalProps> = ({ ...@@ -21,18 +21,24 @@ const NegaWattModal: React.FC<NegaWattModalProps> = ({
{t('NEGAWATT.TITLE_NEGAWATT')} {t('NEGAWATT.TITLE_NEGAWATT')}
</div> </div>
<div className="em-content-box"> <div className="em-content-box">
<div className="em-title text-24-bold "> <div className="em-content-box-text">
Que sont les néga Watt heure ? <div className="em-title text-19-bold ">
</div> Que sont les néga Watt heure ?
<div className="em-description text-16"> </div>
{t('NEGAWATT.ANSWER.BASE')} <div className="em-description-2 text-16">
<br /> {t('NEGAWATT.ANSWER.BASE')}
<br /> </div>
{t('NEGAWATT.ANSWER.STRONG')} <div className="em-description-2 text-16">
<br /> <div className="em-description-3">
{t('NEGAWATT.ANSWER.MEDIUM')} {t('NEGAWATT.ANSWER.STRONG')}
<br /> </div>
{t('NEGAWATT.ANSWER.WEAK')} <div className="em-description-3">
{t('NEGAWATT.ANSWER.MEDIUM')}
</div>
<div className="em-description-3">
{t('NEGAWATT.ANSWER.WEAK')}
</div>
</div>
</div> </div>
</div> </div>
</Modal> </Modal>
......
...@@ -107,6 +107,13 @@ p { ...@@ -107,6 +107,13 @@ p {
font-size: 1.125rem; font-size: 1.125rem;
line-height: 120%; line-height: 120%;
} }
.text-19-bold {
font-family: $text-font;
font-style: normal;
font-weight: bold;
font-size: 1.188rem;
line-height: 120%;
}
.text-20-bold { .text-20-bold {
font-family: $text-font; font-family: $text-font;
font-style: normal; font-style: normal;
......
...@@ -164,5 +164,11 @@ ...@@ -164,5 +164,11 @@
.em-description { .em-description {
padding-bottom: 2.5rem; padding-bottom: 2.5rem;
} }
.em-description-2 {
padding-top: 2rem;
}
.em-description-3 {
padding-bottom: 0.5rem;
}
} }
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment