Add shadow to add button
Remove empty file
This commit is contained in:
parent
9c2dc188c0
commit
a291d68fa9
2 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue