Skip to content

Commit

Permalink
re-add modalContent styling class
Browse files Browse the repository at this point in the history
  • Loading branch information
test committed Apr 29, 2024
1 parent 3a958a0 commit eae5abb
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions src/components/design_system/modal/Modal.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@
width: 100%;
}

.modalContent {
position: absolute;
top: 25%;
left: 50%;
transform: translate(-50%);
width: 400;
background-color: white;
border: 1px solid #000;
border-radius: 10px;
box-shadow: 24;
padding: 3rem;
}

.editModalContent {
position: absolute;
top: 50%;
Expand Down

0 comments on commit eae5abb

Please sign in to comment.