Merge branch 'staging' into preprod
This commit is contained in:
commit
59b5a7f68a
@ -71,11 +71,10 @@ export default class Newsletter extends React.Component<IProps, IState> {
|
|||||||
<div className={classes["root"]}>
|
<div className={classes["root"]}>
|
||||||
<div className={classes["text"]}>
|
<div className={classes["text"]}>
|
||||||
<Typography typo={ETypo.TITLE_H5} color={ETypoColor.COLOR_GENERIC_WHITE}>
|
<Typography typo={ETypo.TITLE_H5} color={ETypoColor.COLOR_GENERIC_WHITE}>
|
||||||
Soyez informé, soyez protégé
|
Restez Informé(e) avec notre Newsletter
|
||||||
</Typography>
|
</Typography>
|
||||||
<Typography typo={ETypo.TEXT_LG_REGULAR} color={ETypoColor.COLOR_GENERIC_WHITE}>
|
<Typography typo={ETypo.TEXT_LG_REGULAR} color={ETypoColor.COLOR_GENERIC_WHITE}>
|
||||||
Recevez chaque mois nos astuces d'utilisation, promotions exclusives et conseils d'experts pour assurer
|
Ne manquez aucune de nos actualités, promotions exclusives et conseils d'experts !
|
||||||
votre cybersécurité !
|
|
||||||
</Typography>
|
</Typography>
|
||||||
{this.state.errorMessage && (
|
{this.state.errorMessage && (
|
||||||
<div>
|
<div>
|
||||||
|
@ -1,4 +1,6 @@
|
|||||||
.root {
|
.root {
|
||||||
|
text-wrap: nowrap;
|
||||||
|
|
||||||
.mirror-shadow-element {
|
.mirror-shadow-element {
|
||||||
display: flex;
|
display: flex;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
@ -21,6 +23,7 @@
|
|||||||
border-bottom: 1px solid var(--color-neutral-500);
|
border-bottom: 1px solid var(--color-neutral-500);
|
||||||
|
|
||||||
.vertical-container {
|
.vertical-container {
|
||||||
|
z-index: 2;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
@ -120,7 +120,7 @@ export default function ClientBox(props: IProps) {
|
|||||||
</Button>
|
</Button>
|
||||||
<DeleteCustomerModal
|
<DeleteCustomerModal
|
||||||
isOpen={isDeleteModalOpen}
|
isOpen={isDeleteModalOpen}
|
||||||
onClose={close}
|
onClose={closeDeleteModal}
|
||||||
customerUid={customer.uid ?? ""}
|
customerUid={customer.uid ?? ""}
|
||||||
onDelete={handleDelete}
|
onDelete={handleDelete}
|
||||||
/>
|
/>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user