From d647b3e6628d76dbe207ce5991335c30787a8a6d Mon Sep 17 00:00:00 2001 From: Renard Date: Sun, 8 Mar 2020 18:04:24 -0300 Subject: First commit --- src/App.css | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 src/App.css (limited to 'src/App.css') diff --git a/src/App.css b/src/App.css new file mode 100644 index 0000000..1b1cca9 --- /dev/null +++ b/src/App.css @@ -0,0 +1,26 @@ +body { + background-color: #373b41; +} + +.dropdownLabel { + display: block; + margin: 0 0 0.28571429rem 0; + color: rgba(0, 0, 0, 0.87); + font-size: 0.92857143em; + font-weight: 700; + text-transform: none; +} + +#historyContainer { + min-height: 6em; + max-height: 6em; + overflow-y: scroll; + overflow-wrap: break-word; +} + +#chatContainer { + min-height: 25em; + max-height: 25em; + overflow-y: scroll; + overflow-wrap: break-word; +} -- cgit v1.2.1-18-gbd029