Skip to content

Commit

Permalink
feat(console): shadow on input
Browse files Browse the repository at this point in the history
  • Loading branch information
Penkie committed Aug 9, 2023
1 parent b9b892e commit 42df42e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/app/pages/home/components/console/console.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@
overflow-y: auto;
scroll-behavior: smooth;
cursor: text;
box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;


.user-input {
display: flex;
Expand Down

0 comments on commit 42df42e

Please sign in to comment.