fix: pr review - remove unecessary content class

This commit is contained in:
William Grant 2022-10-14 14:05:29 +11:00
parent bc325a6ffe
commit 8edd2652b2
1 changed files with 0 additions and 10 deletions

View File

@ -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;
}