commit | bb9010556919ef273ec2b2fffaf261507f51f762 | [log] [tgz] |
---|---|---|
author | Alex Perry <alex.perry96@gmail.com> | Wed Mar 23 19:46:15 2022 -0700 |
committer | Alex Perry <alex.perry96@gmail.com> | Wed Mar 23 21:20:42 2022 -0700 |
tree | bfb443e27eb3144e9e105ff7253efce42c04a09b | |
parent | dac091f924316da920a238a42e7944fa80aad162 [diff] [blame] |
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; +}