Skip to content
Snippets Groups Projects
Commit 9719da9a authored by Karishma Chadha's avatar Karishma Chadha
Browse files

More code cleanup/commenting.

parent d43658f1
No related branches found
No related tags found
No related merge requests found
...@@ -27,28 +27,11 @@ ...@@ -27,28 +27,11 @@
overflow: hidden; 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: Modal header has 3 items:
|filter title x| |x title filter|
Use the same width for both side item containers, Use the same width for both side item containers,
so that title remains centered so that title remains centered
...@@ -160,11 +143,6 @@ $sides: 20rem; ...@@ -160,11 +143,6 @@ $sides: 20rem;
color: white; 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 */ /* Confirmation buttons at the bottom of the modal */
.button-row { .button-row {
margin: 1.5rem 0; margin: 1.5rem 0;
...@@ -191,13 +169,6 @@ $sides: 20rem; ...@@ -191,13 +169,6 @@ $sides: 20rem;
margin-left: 0.5rem; margin-left: 0.5rem;
} }
/* .cat-icon {
margin-left: .125rem;
width: 1.5rem;
height: 1.5rem;
vertical-align: middle;
} */
.faq-link-text { .faq-link-text {
margin: 2rem 0 .5rem 0; margin: 2rem 0 .5rem 0;
font-size: .875rem; font-size: .875rem;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment