Skip to content

Commit

Permalink
Fixed styles in modal
Browse files Browse the repository at this point in the history
  • Loading branch information
hide-on-bush-x committed May 5, 2023
1 parent 751a8a8 commit 74ccd3a
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions src/components/modal/styles.scss
Expand Up @@ -6,7 +6,28 @@
align-items: center;
border-radius: 24px;
}


.masa-modal {

display: flex;
flex-direction: column;
align-items: flex-start;
box-sizing: border-box;

padding: 1.2em;

width: 100%;
height: 100%;

.masa-modal-container {
width: 100%;
height: 100%;
padding: 1em 2em;

box-sizing: border-box;
}

.error-message {
color: red;
}
Expand Down

0 comments on commit 74ccd3a

Please sign in to comment.