Merge branch 'dev' into subscription
This commit is contained in:
commit
3e3aebc67e
@ -4,7 +4,8 @@
|
|||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
gap: 104px;
|
gap: 104px;
|
||||||
|
max-width: 1400px;
|
||||||
|
margin: auto;
|
||||||
@media (max-width: $screen-m) {
|
@media (max-width: $screen-m) {
|
||||||
margin-top: 40px;
|
margin-top: 40px;
|
||||||
margin-bottom: 40px;
|
margin-bottom: 40px;
|
||||||
|
@ -4,7 +4,8 @@
|
|||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
gap: 104px;
|
gap: 104px;
|
||||||
|
max-width: 1400px;
|
||||||
|
margin: auto;
|
||||||
@media (max-width: $screen-m) {
|
@media (max-width: $screen-m) {
|
||||||
margin-top: 40px;
|
margin-top: 40px;
|
||||||
margin-bottom: 40px;
|
margin-bottom: 40px;
|
||||||
|
@ -4,6 +4,7 @@ import CheckIcon from "@Assets/Icons/check.svg";
|
|||||||
import Image from "next/image";
|
import Image from "next/image";
|
||||||
import DefaultTemplate from "@Front/Components/LayoutTemplates/DefaultTemplate";
|
import DefaultTemplate from "@Front/Components/LayoutTemplates/DefaultTemplate";
|
||||||
import Button from "@Front/Components/DesignSystem/Button";
|
import Button from "@Front/Components/DesignSystem/Button";
|
||||||
|
import Link from "next/link";
|
||||||
|
|
||||||
export default function SubscriptionNew() {
|
export default function SubscriptionNew() {
|
||||||
return (
|
return (
|
||||||
@ -45,7 +46,9 @@ export default function SubscriptionNew() {
|
|||||||
</Typography>
|
</Typography>
|
||||||
</div>
|
</div>
|
||||||
<div className={classes["button-container"]}>
|
<div className={classes["button-container"]}>
|
||||||
<Button fullwidth>S'abonner</Button>
|
<Link href={"/subscription/subscribe/standard"}>
|
||||||
|
<Button fullwidth>S'abonner</Button>
|
||||||
|
</Link>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div className={classes["forfeit-block"]}>
|
<div className={classes["forfeit-block"]}>
|
||||||
@ -71,7 +74,9 @@ export default function SubscriptionNew() {
|
|||||||
</Typography>
|
</Typography>
|
||||||
</div>
|
</div>
|
||||||
<div className={classes["button-container"]}>
|
<div className={classes["button-container"]}>
|
||||||
<Button fullwidth>S'abonner</Button>
|
<Link href={"/subscription/subscribe/illimity"}>
|
||||||
|
<Button fullwidth>S'abonner</Button>
|
||||||
|
</Link>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user