Skip to content
This repository has been archived by the owner on Jun 10, 2024. It is now read-only.

Commit

Permalink
git325 remove app css changes
Browse files Browse the repository at this point in the history
Signed-off-by: David Radley <dgradley@gmail.com>
  • Loading branch information
davidradl committed Jan 19, 2022
1 parent ce9f35a commit ed8b3b4
Showing 1 changed file with 1 addition and 31 deletions.
32 changes: 1 addition & 31 deletions cra-client/src/app.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}


}

0 comments on commit ed8b3b4

Please sign in to comment.