🐛 fixing price

This commit is contained in:
Maxime Lalo 2024-04-12 16:55:31 +02:00
parent 223f165fd9
commit 5dc7149bf5
4 changed files with 14 additions and 4 deletions

View File

@ -66,6 +66,11 @@
display: flex;
flex-direction: column;
gap: 8px;
.price {
display: flex;
align-items: flex-end;
}
}
.button-container {

View File

@ -121,7 +121,7 @@ export default function SubscriptionFacturation() {
</div>
<div className={classes["separator"]} />
<div className={classes["price-container"]}>
<Typography typo={ITypo.H1} color={ITypoColor.BLACK}>
<Typography typo={ITypo.H1} color={ITypoColor.BLACK} className={classes["price"]}>
{forfeitsPrices[EForfeitType.standard]}
<Typography typo={ITypo.H2} color={ITypoColor.BLACK}>
&nbsp;HT&nbsp;
@ -185,7 +185,7 @@ export default function SubscriptionFacturation() {
</div>
<div className={classes["separator"]} />
<div className={classes["price-container"]}>
<Typography typo={ITypo.H1} color={ITypoColor.BLACK}>
<Typography typo={ITypo.H1} color={ITypoColor.BLACK} className={classes["price"]}>
{forfeitsPrices[EForfeitType.unlimited]}
<Typography typo={ITypo.H2} color={ITypoColor.BLACK}>
&nbsp;HT&nbsp;

View File

@ -52,6 +52,11 @@
display: flex;
flex-direction: column;
gap: 8px;
.price {
display: flex;
align-items: flex-end;
}
}
}
}

View File

@ -35,7 +35,7 @@ export default function SubscriptionNew() {
</div>
<div className={classes["separator"]} />
<div className={classes["price-container"]}>
<Typography typo={ITypo.H1} color={ITypoColor.BLACK}>
<Typography typo={ITypo.H1} color={ITypoColor.BLACK} className={classes["price"]}>
99
<Typography typo={ITypo.H2} color={ITypoColor.BLACK}>
&nbsp;HT&nbsp;
@ -63,7 +63,7 @@ export default function SubscriptionNew() {
</div>
<div className={classes["separator"]} />
<div className={classes["price-container"]}>
<Typography typo={ITypo.H1} color={ITypoColor.BLACK}>
<Typography typo={ITypo.H1} color={ITypoColor.BLACK} className={classes["price"]}>
{forfeitsPrices[EForfeitType.unlimited]}
<Typography typo={ITypo.H2} color={ITypoColor.BLACK}>
&nbsp;HT&nbsp;