diff --git a/src/components/import-modal/import-modal.css b/src/components/import-modal/import-modal.css index e025f8137866338ca8c0d2c4147d328057704c01..8dd6f80ba44286c4995083115c41700fe0768eff 100644 --- a/src/components/import-modal/import-modal.css +++ b/src/components/import-modal/import-modal.css @@ -27,28 +27,11 @@ overflow: hidden; } -/* .illustration { - width: 100%; - height: 208px; - background-color: $motion-primary; - background-image: url('./welcome.png'); - background-size: cover; -} */ - -/* .input { - margin-bottom: 1.5rem; - width: 100%; - border: 1px solid rgba(0,0,0,.1); - border-radius: 5px; - padding: 0 1rem; - height: 3rem; - color: #6b6b6b; - font-size: .875rem; -} */ - /* + TODO figure out how to remove filter altogether + since it is null... Modal header has 3 items: - |filter title x| + |x title filter| Use the same width for both side item containers, so that title remains centered @@ -160,11 +143,6 @@ $sides: 20rem; color: white; } -/* .buttonRow input + button { - border: 1px solid $motion-primary; /* rgba(0,0,0,.1); - border-radius: 0.25rem; -} */ - /* Confirmation buttons at the bottom of the modal */ .button-row { margin: 1.5rem 0; @@ -191,13 +169,6 @@ $sides: 20rem; margin-left: 0.5rem; } -/* .cat-icon { - margin-left: .125rem; - width: 1.5rem; - height: 1.5rem; - vertical-align: middle; -} */ - .faq-link-text { margin: 2rem 0 .5rem 0; font-size: .875rem;