Skip to content

Commit

Permalink
fix: pr review - remove unecessary content class
Browse files Browse the repository at this point in the history
  • Loading branch information
yougotwill committed Oct 14, 2022
1 parent bc325a6 commit 8edd265
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions stylesheets/_modal.scss
Original file line number Diff line number Diff line change
Expand Up @@ -96,16 +96,6 @@
align-items: center;
justify-content: center;

.content {
max-width: 75%;
min-width: 60%;
padding: 1em;
background: var(--modal-background-content-color);
border-radius: var(--border-radius);
overflow: auto;
box-shadow: 0px 0px 15px 0px var(--modal-background-color);
}

input[type='radio'] {
width: inherit;
}
Expand Down

0 comments on commit 8edd265

Please sign in to comment.