Guest User

button

a guest
Jul 22nd, 2025
24
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.71 KB | None | 0 0
  1.   card_mod:
  2.     style: |
  3.       ha-card {
  4.         background: linear-gradient(145deg, #2a2a2a 0%, #1a1a1a 100%) !important;
  5.         border-radius: 20px !important;
  6.         box-shadow: 0 4px 16px rgba(0,0,0,0.4), inset 0 1px 0 rgba(255,255,255,0.08) !important;
  7.         border: 1px solid rgba(255,255,255,0.03) !important;
  8.         transition: all 0.2s ease !important;
  9.       }
  10.       ha-card:hover {
  11.         background: linear-gradient(145deg, #333333 0%, #222222 100%) !important;
  12.         box-shadow: 0 6px 20px rgba(0,0,0,0.5), inset 0 1px 0 rgba(255,255,255,0.12) !important;
  13.         transform: translateY(-2px) !important;
  14.       }
  15.       ha-card:active {
  16.         transform: scale(0.95) !important;
  17.       }
Advertisement
Add Comment
Please, Sign In to add comment