Add notes scouting page to scouting app.

Change-Id: Ie2c60ba4a69ae68f407cb2a0c0fb6e90b7bfe1c5
Signed-off-by: Alex Perry <alex.perry96@gmail.com>
diff --git a/scouting/www/notes/notes.component.css b/scouting/www/notes/notes.component.css
new file mode 100644
index 0000000..869bdab
--- /dev/null
+++ b/scouting/www/notes/notes.component.css
@@ -0,0 +1,12 @@
+.error {
+  color: red;
+}
+
+.text-input {
+  width: calc(100% - 20px);
+}
+
+.buttons {
+  display: flex;
+  justify-content: space-between;
+}