Advertisement
pqpxoxa

HA | Redesign - Living Room - Overview - Header

May 22nd, 2023
572
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.01 KB | None | 0 0
  1. type: custom:button-card
  2. name: <b style="letter-spacing:-1.5px;font-size:36px;font-weight:bold">Living Room
  3. label: Overview
  4. show_label: true
  5. styles:
  6. card:
  7. - background-color: transparent
  8. - padding: 6px
  9. grid:
  10. - grid-template-areas: ' "ic n" "ic l "'
  11. - grid-template-columns: 20% 80%
  12. - grid-template-rows: min-content min-content
  13. - gap: 0px 6px
  14. name:
  15. - font-size: 26px
  16. - justify-self: left
  17. - font-weight: 400
  18. - align-items: center
  19. - padding-top: 2px
  20. label:
  21. - font-size: 18px
  22. - justify-self: left
  23. - align-self: start
  24. - font-weight: 500
  25. - padding-left: 2px
  26. custom_fields:
  27. ic:
  28. card:
  29. type: custom:button-card
  30. show_name: false
  31. icon: mdi:sofa-outline
  32. styles:
  33. card:
  34. - background-color: transparent
  35. - border-style: none
  36. icon:
  37. - color: white
  38. - width: 60px
  39. - height: 60px
  40. - background-color: transparent
  41. - padding: 10px
  42.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement