From ed8b3b40bd85a504ee76d1d2f95e7620a5f679cd Mon Sep 17 00:00:00 2001 From: David Radley Date: Wed, 19 Jan 2022 15:46:08 +0000 Subject: [PATCH] git325 remove app css changes Signed-off-by: David Radley --- cra-client/src/app.scss | 32 +------------------------------- 1 file changed, 1 insertion(+), 31 deletions(-) diff --git a/cra-client/src/app.scss b/cra-client/src/app.scss index e745b114..88e24ab6 100644 --- a/cra-client/src/app.scss +++ b/cra-client/src/app.scss @@ -77,34 +77,4 @@ body { } .time-picker__width { width: 18rem; -} - -// body { -// font-size: 14px; -// font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, -// Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; -// } - -.auto-grow-input { -} - -.auto-grow-input:focus-within { - outline: -webkit-focus-ring-color auto 1px; -} - -textarea { - outline: 0; - width: auto; - min-width: 1em; - // font-size: 14px; - // font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, - // Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; - padding: 0; - margin: 0; - resize: none; - background: none; - appearance: none; - border: none; -} - - +} \ No newline at end of file