Skip to content

Commit

Permalink
Final styles
Browse files Browse the repository at this point in the history
  • Loading branch information
yaelso committed Jan 20, 2023
1 parent 0cf1cae commit 994743d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
4 changes: 4 additions & 0 deletions src/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,10 @@ select, input {
padding: .4em;
}

select {
width: 25%;
}

.new-board-form__submit, .new-card-form__submit {
background-color: #fff;
border: 2px solid #000;
Expand Down
7 changes: 6 additions & 1 deletion src/components/Card.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,12 @@
min-height: 200px;
padding: 2rem;
box-shadow: 0 4px 8px 0 rgba(240, 232, 232, 0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}
}

.card-entry:hover {
box-shadow: 0 4px 8px 0 rgba(240, 232, 232, 0.4), 0 6px 20px 0 rgba(0,0,0,0.39);
transition: 0.3s all ease-in-out;
}

.card-entry-message {
font-size: 1.4rem;
Expand Down

0 comments on commit 994743d

Please sign in to comment.