8000 Add style to the drop button · belsman/Kanban-Board@5164a41 · GitHub
[go: up one dir, main page]

Skip to content

Commit

Permalink
Add style to the drop button
Browse files Browse the repository at this point in the history
  • Loading branch information
belsman committed Sep 4, 2021
1 parent 6b699a8 commit 5164a41
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions board-fe/src/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -95,4 +95,15 @@ body {
border-radius: 5px;
padding: 0.5rem;
font-weight: 600;
}

/* == AddEntity == */
.dropbtn {
background-color: #3498DB;
color: #fff;
padding: 1rem;
border: none;
font-size: 16px;
cursor: pointer;

}

0 comments on commit 5164a41

Please sign in to comment.
0