From 8edd2652b29befef747442819d1cda43a38cfc6c Mon Sep 17 00:00:00 2001 From: William Grant Date: Fri, 14 Oct 2022 14:05:29 +1100 Subject: [PATCH] fix: pr review - remove unecessary content class --- stylesheets/_modal.scss | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/stylesheets/_modal.scss b/stylesheets/_modal.scss index 1fcc0ef5e..b4893d7f6 100644 --- a/stylesheets/_modal.scss +++ b/stylesheets/_modal.scss @@ -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; }