added portal search closes #10

This commit is contained in:
Daniel
2018-02-25 22:43:53 -05:00
parent 6e1ff2e55c
commit 83670df3b4
6 changed files with 214 additions and 28 deletions

View File

@@ -19,6 +19,10 @@
/*color: inherit;*/
/*background: transparent;*/
}
a {
color: inherit;
text-decoration: inherit;
}
/*pass window height (w/o scroll bars) down to react app, note can't use vh because that includes scroll bars and mobile browser footer, etc so doesn't give viewable area*/
html, body { height: 100%; }
html { background-color:#494949; }