Advertisement
Guest User

Nav Bar View

a guest
Feb 16th, 2025
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. # Footer
  2. - type: custom:button-card
  3. color_type: blank-card
  4. styles:
  5. card:
  6. - height: 65px
  7.  
  8. - type: conditional
  9. conditions:
  10. - condition: screen
  11. media_query: '(min-width: 0px) and (max-width: 767px)'
  12. card:
  13. type: custom:button-card
  14. template: hc_nav_bar
  15. variables:
  16. color1: 'var(--color-white)'
  17. bgcolor1: 'var(--navbar-icon-color)'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement