Add custom shadow classes for cards and dropdown

This commit is contained in:
2026-07-03 13:29:31 +02:00
parent 18251be3c1
commit 076992525a
3 changed files with 5 additions and 2 deletions
@@ -13,6 +13,9 @@
.icon-sm { width: 16px; height: 16px; flex-shrink: 0; }
.icon-xs { width: 12px; height: 12px; flex-shrink: 0; }
.icon-lg { width: 48px; height: 48px; flex-shrink: 0; }
.card-shadow { box-shadow: 0 4px 12px rgba(0,0,0,0.15); }
.card-shadow:hover { box-shadow: 0 6px 20px rgba(0,0,0,0.25); }
.dropdown-shadow { box-shadow: 0 8px 24px rgba(0,0,0,0.3); }
</style>
<script>
document.addEventListener('DOMContentLoaded', function () {