Skip to content

Commit

Permalink
fix: remove marketing promo code
Browse files Browse the repository at this point in the history
Description:
Remove marketing promo from base container
VAN-1906
  • Loading branch information
Ahtesham Quraish authored and Ahtesham Quraish committed Apr 8, 2024
1 parent 4db3894 commit d45a890
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 2 additions & 5 deletions src/base-container/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,20 +21,17 @@ const BaseContainer = ({
<ModalDialog
isOpen={open}
onClose={setOpen}
size="fullscreen"
size="lg"
variant="default"
title="authn-component"
className="bg-light-400"
hasCloseButton
>
<ModalDialog.Body className="modal-body-container overflow-hidden">
<div className="d-flex w-100 h-100">
<div className="w-50 d-flex">
<div className="w-100 d-flex">
{children}
</div>
<div className="w-50 d-flex">
<div className="w-100 h-100 bg-dark-500" />
</div>
</div>
</ModalDialog.Body>
{footerText && (
Expand Down
2 changes: 2 additions & 0 deletions src/base-container/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
.pgn__modal-close-container {
background: $white;
border-radius: 50%;
border-top-right-radius: 50% !important;
border-top-left-radius: 50% !important;
border: 2px solid $light-500;
}

Expand Down

0 comments on commit d45a890

Please sign in to comment.