Add shadow to add button

Remove empty file
This commit is contained in:
CheddarCrisp 2020-02-27 21:54:40 -05:00
parent 9c2dc188c0
commit a291d68fa9
2 changed files with 2 additions and 0 deletions

View file

@ -65,6 +65,8 @@ function add(){
background-color: #90C090; background-color: #90C090;
border-radius: 50%; border-radius: 50%;
box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
width: 40px; width: 40px;
height: 40px; height: 40px;
color: white; color: white;

View file