Skip to content

Commit

Permalink
Correcao de bug 2
Browse files Browse the repository at this point in the history
  • Loading branch information
juliaaguiar committed Jul 1, 2021
1 parent bb71cb0 commit 8928876
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ db1.json
plants/
plants_poaceae.json
local_settings.py
static/
/static/
20 changes: 20 additions & 0 deletions dashboard/static/dashboard/css/herbarium_update.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
button#plant_update {
background-color: #ebe992;
color: #949442;
border-color: #949442;
}

button#plant_delete {
background-color: #ffa4a4;
color: #c13b3b;
}

a#plant_view {
background-color: #bacff5;
color: #334969;
}

button#new_plant {
background-color: #A6DDA6;
color: #2c6b3a;
}

0 comments on commit 8928876

Please sign in to comment.