From 81d6ac955df0d074d8683f1bb19914b4d187aaeb Mon Sep 17 00:00:00 2001 From: Richard Lewis Date: Sun, 5 Jan 2020 19:32:17 +0000 Subject: [PATCH] Formatting palette prototype. --- client/components/ChatInput.vue | 83 +++++++++++++++++++++++++++++++++ client/css/style.css | 51 +++++++++++++++++--- 2 files changed, 128 insertions(+), 6 deletions(-) diff --git a/client/components/ChatInput.vue b/client/components/ChatInput.vue index 63732206..95f9af6d 100644 --- a/client/components/ChatInput.vue +++ b/client/components/ChatInput.vue @@ -1,5 +1,45 @@