From 9719da9a9a01d450632bb8664685e2bb62260226 Mon Sep 17 00:00:00 2001
From: Karishma Chadha <kchadha@scratch.mit.edu>
Date: Thu, 22 Feb 2018 12:56:07 -0500
Subject: [PATCH] More code cleanup/commenting.

---
 src/components/import-modal/import-modal.css | 35 ++------------------
 1 file changed, 3 insertions(+), 32 deletions(-)

diff --git a/src/components/import-modal/import-modal.css b/src/components/import-modal/import-modal.css
index e025f8137..8dd6f80ba 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;
-- 
GitLab