dashboard include

This commit is contained in:
carodej
2020-07-05 09:14:17 +02:00
parent e1ebb70035
commit 5a5125967f
61 changed files with 1532 additions and 617 deletions
+7
View File
@@ -23,3 +23,10 @@
-webkit-box-shadow: 0 0 0 30px white inset;
}
}
@mixin widget-card {
padding: 20px;
border-radius: 8px;
box-shadow: 0 3px 15px 2px hsla(220, 36%, 16%, 0.05);
background: white;
}