ncounter.git

git clone https://git.crispbyte.dev/ncounter.git

commit
a291d68
parent
9c2dc18
author
CheddarCrisp
date
2020-02-28 03:54:40 +0100 CET
Add shadow to add button
Remove empty file
2 files changed,  +2, -0
M src/ncounter/App.svelte
+2, -0
1@@ -64,6 +64,8 @@ function add(){
2 
3         background-color: #90C090;
4         border-radius: 50%;
5+    
6+        box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
7 
8         width: 40px;
9         height: 40px;
D src/ncounter/store.js
+0, -0